Expand description
A simple tool for constructing transactions from the command line.
Structs§
- The top-level
forc tx
command. - Construct a
Create
transaction for deploying a contract. - Flag set for specifying gas price and limit.
- Block until which tx cannot be included.
- Grouped arguments related to an input’s predicate.
- Construct a
Script
transaction for running a script. - The location of the transaction in the block.
Enums§
- Errors that can occur during “create” transaction conversion.
- Errors that can occur during transaction input conversion.
- Errors that can occur during “script” transaction conversion.
- Errors that can occur during conversion from the CLI transaction representation to the
fuel-tx
representation. - Transaction input.
- Transaction output.
- Errors that can occur while parsing the
Command
. - Construct a transaction.