Trait solana_sdk::account::ReadableAccount [−][src]
pub trait ReadableAccount: Sized { fn lamports(&self) -> u64; fn data(&self) -> &Vec<u8>ⓘ; fn owner(&self) -> &Pubkey; fn executable(&self) -> bool; fn rent_epoch(&self) -> Epoch; }