Skip to main content Link Menu Expand (external link) Document Search Copy Copied

FlowTx

Model getters

Method name Return type Description Notes
getReferenceBlockId() string Id of the block
Example: ad8b9ab637d56e19188cd5410db6e993fbf66216296c99f7934cf9f3594f9658
[optional]
getScript() string Script to execute in the transaction
Example: null
[optional]
getArgs() \Tatum\Model\FlowTxArgsInner[] Args to the transaction
Example: null
[optional]
getGasLimit() float Gas limit for the transaction
Example: 1000
[optional]
getProposalKey() \Tatum\Model\FlowTxProposalKey
Example: null
[optional]
getPayer() string Address from which the assets and fees were debited
Example: 955cd3f17b2fd8ad
[optional]
getPayloadSignatures() \Tatum\Model\FlowTxPayloadSignaturesInner[] Array of payload signatures.
Example: null
[optional]
getEnvelopeSignatures() \Tatum\Model\FlowTxPayloadSignaturesInner[] Array of envelope signatures.
Example: null
[optional]
getStatus() float Status of the transaction
Example: 4
[optional]
getStatusCode() float Status cofe of the transaction
Example: 0
[optional]
getErrorMessage() string
Example: null
[optional]
getEvents() \Tatum\Model\FlowTxEventsInner[]
Example: null
[optional]