Defined the type of the Receipt
: Action
or Data
representing the ActionReceipt
and DataReceipt
.
The ID of the Receipt
of the CryptoHash
type.
The receiver account id of the Receipt
.
The predecessor account id of the Receipt
.
Represents the status of ExecutionOutcome
of the Receipt
.
Optional
executionOutcomeId: stringThe id of the ExecutionOutcome
for the Receipt
. Returns null
if the Receipt
isn’t executed yet and has a postponed status.
The original logs of the corresponding ExecutionOutcome
of the Receipt
.
Note: not all the logs might be parsed as JSON Events (Events
).
Optional
Readonly
executionThe id of the ExecutionOutcome
for the Receipt
. Returns null
if the Receipt
isn’t executed yet and has a postponed status.
Readonly
logsThe original logs of the corresponding ExecutionOutcome
of the Receipt
.
Note: not all the logs might be parsed as JSON Events (Events
).
Readonly
predecessorThe predecessor account id of the Receipt
.
Readonly
receiptThe ID of the Receipt
of the CryptoHash
type.
Readonly
receiptDefined the type of the Receipt
: Action
or Data
representing the ActionReceipt
and DataReceipt
.
Readonly
receiverThe receiver account id of the Receipt
.
Readonly
statusRepresents the status of ExecutionOutcome
of the Receipt
.
Static
fromGenerated using TypeDoc
This field is a simplified representation of the
ReceiptView
structure from near-primitives.