Type Alias sp_runtime::testing::sr25519::Public
pub type Public = CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>;
Expand description
An Schnorrkel/Ristretto x25519 (“sr25519”) public key.
Aliased Type§
struct Public(pub [u8; 32], _);
Fields§
§0: [u8; 32]
Trait Implementations§
source§impl IdentifyAccount for Public
impl IdentifyAccount for Public
§type AccountId = CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>
type AccountId = CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>
The account ID that this can be transformed into.
source§fn into_account(self) -> Self
fn into_account(self) -> Self
Transform into an account.