Interface StakingAllowanceChangeEvent

AllowanceChangeEvent is the event emitted when allowance is changed for a beneficiary.

interface StakingAllowanceChangeEvent {
    allowance: Uint8Array;
    amount_change: Uint8Array;
    beneficiary: Uint8Array;
    negative?: boolean;
    owner: Uint8Array;
}

Properties

allowance: Uint8Array
amount_change: Uint8Array
beneficiary: Uint8Array
negative?: boolean
owner: Uint8Array