Skip to content

Latest commit

History

History
17 lines (14 loc) 路 1.18 KB

TransactionsBody.md

File metadata and controls

17 lines (14 loc) 路 1.18 KB

TransactionsBody

Properties

Name Type Description Notes
Script string Base64 encoded content of the Cadence script. [default to null]
Arguments []string A list of arguments each encoded as Base64 passed in the 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 A list of Base64 encoded signatures. [default to null]
EnvelopeSignatures []TransactionSignature A list of Base64 encoded signatures. [default to null]

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