Crate forc_tx

Source
Expand description

A simple tool for constructing transactions from the command line.

Structs§

Command
The top-level forc tx command.
Create
Construct a Create transaction for deploying a contract.
Gas
Flag set for specifying gas price and limit.
InputCoin
InputContract
InputMessage
Maturity
Block until which tx cannot be included.
OutputChange
OutputCoin
OutputContract
OutputContractCreated
OutputVariable
Predicate
Grouped arguments related to an input’s predicate.
Script
Construct a Script transaction for running a script.
TxPointer
The location of the transaction in the block.

Enums§

ConvertCreateTxError
Errors that can occur during “create” transaction conversion.
ConvertInputError
Errors that can occur during transaction input conversion.
ConvertScriptTxError
Errors that can occur during “script” transaction conversion.
ConvertTxError
Errors that can occur during conversion from the CLI transaction representation to the fuel-tx representation.
Input
Transaction input.
Output
Transaction output.
ParseError
Errors that can occur while parsing the Command.
Transaction
Construct a transaction.

Functions§

examples