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

Hierarchy-Diagram

UML class diagram of ActionFields
Legend
icon for an interface in the UML class diagram interface

Hierarchy

  • ActionBase
    • ActionFields

Properties

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.