Interface TokenStakeStats

interface TokenStakeStats {
    activeAmount: BN;
    buffer: BN;
    lockedAmount: BN;
    withdrawableAmount: BN;
}

Properties

activeAmount: BN
buffer: BN
lockedAmount: BN
withdrawableAmount: BN