wallet/burnAsset
Creates a transaction burning a custom asset from a given account, posts the transaction, and submits it to the wallet, mempool, and network.
Request
{
account: string
assetId: string
fee: string
value: string
expiration?: number
expirationDelta?: number
confirmations?: number
}
Response
{
assetId: string;
hash: string;
name: string;
value: string;
}