Allow is a beneficiary allowance configuration.

interface StakingAllow {
    amount_change: Uint8Array;
    beneficiary: Uint8Array;
    negative?: boolean;
}

Properties

amount_change: Uint8Array
beneficiary: Uint8Array
negative?: boolean