Trait anchor_lang::Key
source · pub trait Key {
// Required method
fn key(&self) -> Pubkey;
}
Expand description
Defines the Pubkey of an account.
pub trait Key {
// Required method
fn key(&self) -> Pubkey;
}
Defines the Pubkey of an account.