BurnEvent is the event emitted when stake is destroyed via a call to Burn.

interface StakingBurnEvent {
    amount: Uint8Array;
    owner: Uint8Array;
}

Properties

Properties

amount: Uint8Array
owner: Uint8Array