The return type for the avm.buildGenesis method.
The parameters for the avm.getAllBalances method.
The return type for the avm.getAllBalances method.
The parameters for the avm.getAssetDescription method.
The return type for the avm.getAssetDescription method.
The parameters for the avm.getBalance method.
The return type for the avm.getBalance method.
The parameters for the avm.getBlockByHeight method.
The return type for the avm.getBlockByHeight method.
The parameters for the avm.getBlock method.
The return type for the avm.getBlock method.
The return type for the avm.getHeight method.
The return type for the avm.getTxFee method.
Parameters for the avm.getTx method.
Return type for the avm.getTx method.
Returns the transaction in the requested format.
The parameters for the avm.getTxStatus method.
The return type for the avm.getTxStatus method.
The parameters for the avm.getUTXOs method.
The return type for the avm.getUTXOs method.
Parameters for the avm.issueTx method.
This method sends a signed transaction to the network.
Return type for the avm.issueTx method.
Returns the ID of the issued transaction.
Represents an X-Chain block in either JSON or hex format. The X-Chain is Avalanche's native platform for creating and trading assets.
Represents the possible statuses of an X-Chain transaction.
Represents an X-Chain transaction in either JSON or hex format. Transactions on the X-Chain can transfer assets between addresses or export assets to other chains.
Given a JSON representation of this Virtual Machine's genesis state, create the byte representation of that state.
Get the balances of all assets controlled by given addresses.
Get information about an asset.
Get the balance of an asset controlled by given addresses.
Get a block by its ID.
Get a block by its height.
Get the height of the blockchain.
Get a transaction by its ID.
Get the transaction fee for a given transaction.
Get the status of a transaction.
Get the UTXOs for a set of addresses.
Issue a transaction.
The parameters for the
avm.buildGenesismethod.