Interface WithdrawRequest

interface WithdrawRequest {
    lockedAmount: BN;
    timeRemaining: BN;
    withdrawableAmount: BN;
}

Properties

lockedAmount: BN
timeRemaining: BN
withdrawableAmount: BN