Skip to main content

AccountInfoReader

Trait AccountInfoReader 

Source
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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§