Expand description
A simple tool for constructing transactions from the command line.
Structs§
- Command
- The top-level
forc txcommand. - Create
- Construct a
Createtransaction for deploying a contract. - Gas
- Flag set for specifying gas price and limit.
- Input
Coin - Input
Contract - Input
Message - Maturity
- Block until which tx cannot be included.
- Output
Change - Output
Coin - Output
Contract - Output
Contract Created - Output
Variable - Predicate
- Grouped arguments related to an input’s predicate.
- Script
- Construct a
Scripttransaction for running a script. - TxPointer
- The location of the transaction in the block.
Enums§
- Convert
Create TxError - Errors that can occur during “create” transaction conversion.
- Convert
Input Error - Errors that can occur during transaction input conversion.
- Convert
Script TxError - Errors that can occur during “script” transaction conversion.
- Convert
TxError - Errors that can occur during conversion from the CLI transaction
representation to the
fuel-txrepresentation. - Input
- Transaction input.
- Output
- Transaction output.
- Parse
Error - Errors that can occur while parsing the
Command. - Transaction
- Construct a transaction.