package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Packages

Package avaxmock is a generated GoMock package.

# Functions

Removes the UTXOs consumed by [ins] from the UTXO set.
No description provided by the author
GetAtomicUTXOs returns exported UTXOs such that at least one of the addresses in [addrs] is referenced.
GetBalance returns the current balance of [addrs].
GetPaginatedUTXOs returns UTXOs such that at least one of the addresses in [addrs] is referenced.
IsSortedTransferableOutputs returns true if output objects are sorted.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseServiceAddress get address ID from address string, being it either localized (using address manager, doing also components validations), or not localized.
ParseServiceAddresses get addresses IDs from addresses strings, being them either localized or not.
Adds the UTXOs created by [outs] to the UTXO set.
SortTransferableInputsWithSigners sorts the inputs and signers based on the input's utxo ID.
SortTransferableOutputs sorts output objects.
UTXOIDFromString attempts to parse a string into a UTXOID.
No description provided by the author
VerifyTx verifies that the inputs and outputs flowcheck, including a fee.

# Constants

MaxMemoSize is the maximum number of bytes in the memo field.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
BaseTx is the basis of all standard transactions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Addressable is the interface a feature extension must provide to be able to be tracked as a part of the utxo set for a set of addresses.
No description provided by the author
Amounter is a data structure that has an amount of something associated with it.
Coster is a data structure that has a cost associated with it.
TransferableIn is the interface a feature extension must provide to transfer value between features extensions.
TransferableOut is the interface a feature extension must provide to transfer value between features extensions.
No description provided by the author
No description provided by the author
UTXOGetter is a thin wrapper around a database to provide fetching of a UTXO.
UTXOReader is a thin wrapper around a database to provide fetching of UTXOs.
UTXOState is a thin wrapper around a database to provide, caching, serialization, and de-serialization for UTXOs.
UTXOWriter is a thin wrapper around a database to provide storage and deletion of UTXOs.