The burn activity details

Burn

interface Burn {
    from: string;
    amount: string;
    asset: ActivityAsset;
}

Properties

Properties

from: string

The account address the asset was transferred from

Burn

amount: string

The amount of assets burnt

Burn

Burn