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

    Interface AnyAction

    Action type that may or may not have its data encoded

    interface AnyAction {
        account: NameType;
        authorization: PermissionLevelType[];
        data: Record<string, any> | BytesType | ABISerializableObject;
        name: NameType;
    }

    Hierarchy

    • ActionBase
      • AnyAction
    Index
    account: NameType

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

    authorization: PermissionLevelType[]

    The permissions authorizing the action.

    data: Record<string, any> | BytesType | ABISerializableObject
    name: NameType

    The name of the action.