pub type Public = CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>;Expand description
An Schnorrkel/Ristretto x25519 (“sr25519”) public key.
Aliased Type§
#[repr(transparent)]pub struct Public(pub [u8; 32], _);Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl IdentifyAccount for Public
impl IdentifyAccount for Public
Source§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.