Trait AccountInfoReader

pub trait AccountInfoReader: AccountReader + BytecodeReader { }
Expand description

Minimal requirements to read a full account, for example, to validate its new transactions

Implementors§