pub trait Key {
    fn key(&self) -> Pubkey;
}
Expand description

Defines the Pubkey of an account.

Required Methods

Implementors