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

Like AccountReader, but can also get the account pubkey

Required Methods

Implementors