interface AccountsBurnEvent {
    amount: BaseUnits;
    owner: Uint8Array;
}

Properties

Properties

amount: BaseUnits
owner: Uint8Array