@wharfkit/session - v4.0.1
    Preparing search index...

    Interface ActionFields

    interface ActionFields {
        account: NameType;
        authorization: PermissionLevelType[];
        data: BytesType;
        name: NameType;
    }

    Hierarchy

    • ActionBase
      • ActionFields
    Index
    account: NameType

    The account (a.k.a. contract) to run action on.

    authorization: PermissionLevelType[]

    The permissions authorizing the action.

    data: BytesType

    The ABI-encoded action data.

    name: NameType

    The name of the action.