TransactionBuild
enum TransactionBuild
Components that can be used to build a Flow transaction
-
The Cadence script to be executed
-
Arguments passed to the Cadence script
-
Account that will pay for transaction fees
-
Accounts authorizing the transaction
-
Account proposing the transaction
Declaration
Swift
case proposer(Flow.TransactionProposalKey)
-
Maximum computation limit
Declaration
Swift
case gasLimit(BigUInt)
-
Reference block for transaction expiry
-
Error state
Declaration
Swift
case error