Trait casper_types::standard_payment::AccountProvider[][src]

pub trait AccountProvider {
    fn get_main_purse(&self) -> Result<URef, ApiError>;
}

Provider of an account related functionality.

Required methods

fn get_main_purse(&self) -> Result<URef, ApiError>[src]

Get currently executing account's purse.

Loading content...

Implementors

Loading content...