SharePool is a combined balance of several entries, the relative sizes of which are tracked through shares.

interface StakingSharePool {
    balance?: Uint8Array;
    total_shares?: Uint8Array;
}

Properties

balance?: Uint8Array
total_shares?: Uint8Array