package
1.11.10-rc.4
Repository: https://github.com/metalblockchain/metalgo.git
Documentation: pkg.go.dev
# Packages
Package block is a generated GoMock package.
No description provided by the author
No description provided by the author
Package metrics is a generated GoMock package.
No description provided by the author
Package state is a generated GoMock package.
Package txs is a generated GoMock package.
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
NewClient returns an AVM client for interacting with avm [chain].
No description provided by the author
NewWalletClient returns an AVM wallet client for interacting with avm managed wallet on [chain]
Deprecated: Transactions should be issued using the `avalanchego/wallet/chain/x.Wallet` utility.
No description provided by the author
# Structs
No description provided by the author
AssetIDChangeAddr is an asset ID and a change address.
No description provided by the author
BuildGenesisArgs are arguments for BuildGenesis.
BuildGenesisReply is the reply from BuildGenesis.
ClientHolder describes how much an address owns of an asset.
ClientOwners describes who can perform an action.
ClientSendOutput specifies that [Amount] of asset [AssetID] be sent to [To].
No description provided by the author
CreateAssetArgs are arguments for passing into CreateAsset.
CreateNFTAssetArgs are arguments for passing into CreateNFTAsset requests.
ExportArgs are arguments for passing into ExportAVA requests.
ExportKeyArgs are arguments for ExportKey.
ExportKeyReply is the response for ExportKey.
No description provided by the author
FormattedAssetID defines a JSON formatted struct containing an assetID as a string.
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
GetAllBalancesReply is the response from a call to GetAllBalances.
GetAssetDescriptionArgs are arguments for passing into GetAssetDescription requests.
GetAssetDescriptionReply defines the GetAssetDescription replies returned from the API.
GetBalanceArgs are arguments for passing into GetBalance requests.
GetBalanceReply defines the GetBalance replies returned from the API.
GetTxStatusReply defines the GetTxStatus replies returned from the API.
Holder describes how much an address owns of an asset.
ImportArgs are arguments for passing into Import requests.
ImportKeyArgs are arguments for ImportKey.
ImportKeyReply is the response for ImportKey.
MintArgs are arguments for passing into Mint requests.
MintNFTArgs are arguments for passing into MintNFT requests.
Owners describes who can perform an action.
SendArgs are arguments for passing into Send requests.
SendMultipleArgs are arguments for passing into SendMultiple requests.
SendNFTArgs are arguments for passing into SendNFT requests.
SendOutput specifies that [Amount] of asset [AssetID] be sent to [To].
Service defines the base service for the asset vm.
StaticService defines the base service for the asset vm.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Client for interacting with an AVM (X-Chain) instance.
interface of an AVM wallet client for interacting with avm managed wallet on [chain].