Skip to content

Latest commit

History

History
21 lines (18 loc) 路 1.38 KB

Transaction.md

File metadata and controls

21 lines (18 loc) 路 1.38 KB

Transaction

Properties

Name Type Description Notes
Id string [default to null]
Script string Base64 encoded Cadence script. [default to null]
Arguments []string Array of Base64 encoded arguments with in JSON-Cadence interchange format. [default to null]
ReferenceBlockId string [default to null]
GasLimit string The limit on the amount of computation a transaction is allowed to preform. [default to null]
Payer string [default to null]
ProposalKey *ProposalKey [default to null]
Authorizers []string [default to null]
PayloadSignatures []TransactionSignature [default to null]
EnvelopeSignatures []TransactionSignature [default to null]
Result *TransactionResult [optional] [default to null]
Expandable *TransactionExpandable [default to null]
Links *Links [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]