Returns the hash of the Transaction
in CryptoHash
.
Returns the signer account id of the Transaction
.
Returns the PublicKey
of the signer of the Transaction
.
Returns the Signature
the Transaction
was signed with.
Returns the receiver account id of the Transaction
.
Returns the status of the Transaction
as ExecutionStatus
.
Returns the id of the ExecutionOutcome
for the Transaction
.
Returns an Array of Operation
for the Transaction
.
Readonly
executionReturns the id of the ExecutionOutcome
for the Transaction
.
Readonly
operationsReturns an Array of Operation
for the Transaction
.
Readonly
receiverReturns the receiver account id of the Transaction
.
Readonly
signatureReturns the Signature
the Transaction
was signed with.
Readonly
signerReturns the signer account id of the Transaction
.
Readonly
signerReturns the PublicKey
of the signer of the Transaction
.
Readonly
statusReturns the status of the Transaction
as ExecutionStatus
.
Readonly
transactionReturns the hash of the Transaction
in CryptoHash
.
Generated using TypeDoc
A representation of the
IndexerTransactionWithOutcome
fromnear-indexer-primitives
which is an ephemeral structure combiningSignedTransactionView
from near-primitives andIndexerExecutionOutcomeWithOptionalReceipt
fromnear-indexer-primitives
.This structure is very similar to
Receipt
. UnlikeReceipt
, aTransaction
has a few additional fields likesignerId
,signature
, andoperations
.