Action is the structure with the fields and data relevant to an ActionReceipt.

Basically, Action is the structure that indexer developers will be encouraged to work the most in their action-oriented indexers.

Constructors

  • Parameters

    • receiptId: string

      The id of the corresponding Receipt

    • predecessorId: string

      The predecessor account id of the corresponding Receipt. This field is a piece of denormalization of the structures (Receipt and Action).

    • receiverId: string

      The receiver account id of the corresponding Receipt. This field is a piece of denormalization of the structures (Receipt and Action).

    • signerId: string

      The signer account id of the corresponding Receipt

    • signerPublicKey: string

      The signer’s PublicKey for the corresponding Receipt

    • operations: Operation[]

      An array of Operation for this ActionReceipt

    Returns Action

Properties

operations: Operation[]

An array of Operation for this ActionReceipt

predecessorId: string

The predecessor account id of the corresponding Receipt. This field is a piece of denormalization of the structures (Receipt and Action).

receiptId: string

The id of the corresponding Receipt

receiverId: string

The receiver account id of the corresponding Receipt. This field is a piece of denormalization of the structures (Receipt and Action).

signerId: string

The signer account id of the corresponding Receipt

signerPublicKey: string

The signer’s PublicKey for the corresponding Receipt

Methods

Generated using TypeDoc