[][src]Trait eosio::ActionFn

pub trait ActionFn: Read + Write + NumBytes + Clone {
    const NAME: ActionName;

    fn call(self);

    fn to_action(
        &self,
        account: AccountName,
        authorization: Vec<PermissionLevel>
    ) -> Action<Vec<u8>> { ... } }

TODO docs.

Associated Constants

const NAME: ActionName

TODO docs

Loading content...

Required methods

fn call(self)

TODO docs.

Loading content...

Provided methods

fn to_action(
    &self,
    account: AccountName,
    authorization: Vec<PermissionLevel>
) -> Action<Vec<u8>>

TODO docs

Loading content...

Implementors

Loading content...