pub trait Owner {
    fn owner() -> Pubkey;
}
Expand description

Defines an address expected to own an account.

Required Methods

Implementors