Interface StakingDebondingDelegationInfo

DebondingDelegationInfo is a debonding delegation descriptor with additional information.

Additional information contains the share pool the debonding delegation belongs to.

interface StakingDebondingDelegationInfo {
    debond_end: longnum;
    pool: StakingSharePool;
    shares: Uint8Array;
}

Hierarchy (view full)

Properties

debond_end: longnum
shares: Uint8Array