Interface LockRequestStatus

interface LockRequestStatus {
    lockedAmount: BN;
    requestId: number;
    timeRemaining: BN;
    totalAmount: BN;
    withdrawableAmount: BN;
}

Properties

lockedAmount: BN
requestId: number
timeRemaining: BN
totalAmount: BN
withdrawableAmount: BN