AllowanceQuery is an allowance query.

interface StakingAllowanceQuery {
    beneficiary: Uint8Array;
    height: longnum;
    owner: Uint8Array;
}

Properties

beneficiary: Uint8Array
height: longnum
owner: Uint8Array