Interface WithdrawTokenParams

interface WithdrawTokenParams {
    withdrawRequestId: number;
}

Properties

withdrawRequestId: number