Static burnBurn a specific amount of an asset.
The network to use.
The ID of the asset to burn.
The amount of the asset to burn.
The sender's address and signer.
The transaction ID.
Static getGet the application ID and address for the ARC54 contract on a given network.
The network to use.
An object containing the application ID and address.
Static getGet the total amount of a specific asset that has been burned.
The network to use.
The ID of the asset to check.
The total amount of the asset that has been burned.
Static isCheck if an address is opted into a specific asset.
The network to use.
The ID of the asset to check.
The address to check.
A boolean indicating whether the address is opted in.
The Arc54 class provides methods for interacting with the ARC54 contract.