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