DelegationInfo is a delegation descriptor with additional information.

Additional information contains the share pool the delegation belongs to.

interface StakingDelegationInfo {
    pool: StakingSharePool;
    shares: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

shares: Uint8Array