Module flow_sdk::transaction [−][src]
Expand description
Transactions on the flow blockchain.
A transaction represents a unit of computation that is submitted to the Flow network.
Modules
RLP encoding of transactions.
Structs
Adds a contract to an account.
A simple transaction to create an account with full weight keys.
A transaction to create an account with weighed keys.
Repeatedly queries a client about a transaction, yielding the result after it has been sealed or expired.
An iterator that parses arguments from bytes.
The proposal key is used to specify a sequence number for the transaction.
The proposal key is used to specify a sequence number for the transaction.
Remove a contract of an account by name.
Signature of a transaction.
Signature of a transaction.
A transaction represents a unit of computation that is submitted to the Flow network.
A transaction represents a unit of computation that is submitted to the Flow network.
A TransactionHeader
is a template plus arguments.
A builder for TransactionHeader
s.
Updates a contract of an account by name.
Enums
Status of a transaction.