pub trait PubkeyTrait {
// Required methods
fn to_solana_pubkey(&self) -> Pubkey;
fn to_array(&self) -> [u8; 32];
}Required Methods§
Implementations on Foreign Types§
Source§impl PubkeyTrait for Pubkey
Available on non-crate feature anchor only.
impl PubkeyTrait for Pubkey
Available on non-crate feature
anchor only.