Trait switchboard_aggregator::Key[][src]

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

Defines the Pubkey of an account.

Required methods

Implementors