Action type that may or may not have its data encoded

Hierarchy

  • ActionBase
    • AnyAction

Properties

account: NameType

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

authorization: PermissionLevelType[]

The permissions authorizing the action.

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

The name of the action.