pub trait AccountInfoReader: AccountReader + BytecodeReader { }Available on crate feature
storage-api only.Expand description
Minimal requirements to read a full account, for example, to validate its new transactions
pub trait AccountInfoReader: AccountReader + BytecodeReader { }storage-api only.Minimal requirements to read a full account, for example, to validate its new transactions