Module std::outputs

Expand description

Getters for fields on transaction outputs.
This includes Output::Coins, Input::Messages and Input::Contracts.

Enums

The output type for a transaction.

Constants

Functions

The amount of coins to send to the output at index.

Gets the AssetId of the output if it is a Output::Coin.

Returns the receiver of the output if it is a Output::Coin. Represents the receiver as a b256.

Get the transaction outputs count for either tx_type

Get a pointer to the output at index

Get the type of an output at index.