Trait solana_sdk::account::ReadableAccount[][src]

pub trait ReadableAccount: Sized {
    fn lamports(&self) -> u64;
fn data(&self) -> &Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn owner(&self) -> &Pubkey;
fn executable(&self) -> bool;
fn rent_epoch(&self) -> Epoch; }

Required methods

Implementations on Foreign Types

Implementors