Type Definition mango_v4::state::MangoAccountValue

source ·
pub type MangoAccountValue = DynamicAccount<MangoAccountDynamicHeader, MangoAccountFixed, Vec<u8>>;
Expand description

Fully owned MangoAccount, useful for tests

Implementations§

source§

impl MangoAccountValue

source

pub fn from_bytes(bytes: &[u8]) -> Result<Self>