The id of the corresponding Receipt
The status of the corresponding Receipt
The predecessor account id of the corresponding Receipt
.
This field is a piece of denormalization of the structures (Receipt
and Action
).
The receiver account id of the corresponding Receipt
.
This field is a piece of denormalization of the structures (Receipt
and Action
).
The signer account id of the corresponding Receipt
The signer’s PublicKey for the corresponding Receipt
An array of Operation
for this ActionReceipt
An array of log messages for this ActionReceipt
Readonly
logsAn array of log messages for this ActionReceipt
Readonly
operationsAn array of Operation
for this ActionReceipt
Readonly
predecessorThe predecessor account id of the corresponding Receipt
.
This field is a piece of denormalization of the structures (Receipt
and Action
).
Readonly
receiptThe id of the corresponding Receipt
Readonly
receiptThe status of the corresponding Receipt
Readonly
receiverThe receiver account id of the corresponding Receipt
.
This field is a piece of denormalization of the structures (Receipt
and Action
).
Readonly
signerThe signer account id of the corresponding Receipt
Readonly
signerThe signer’s PublicKey for the corresponding Receipt
Static
fromStatic
isGenerated using TypeDoc
Action
is the structure with the fields and data relevant to anActionReceipt
.Basically,
Action
is the structure that indexer developers will be encouraged to work the most in their action-oriented indexers.