Binance Connector JS
    Preparing search index...

    Interface GetCurrentEthStakingQuotaResponse

    GetCurrentEthStakingQuotaResponse

    interface GetCurrentEthStakingQuotaResponse {
        calculating?: boolean;
        commissionFee?: string;
        leftRedemptionPersonalQuota?: string;
        leftStakingPersonalQuota?: string;
        minRedeemAmount?: string;
        minStakeAmount?: string;
        redeemable?: boolean;
        redeemPeriod?: number;
        stakeable?: boolean;
    }
    Index

    Properties

    calculating?: boolean

    GetCurrentEthStakingQuotaResponse

    commissionFee?: string

    GetCurrentEthStakingQuotaResponse

    leftRedemptionPersonalQuota?: string

    GetCurrentEthStakingQuotaResponse

    leftStakingPersonalQuota?: string

    GetCurrentEthStakingQuotaResponse

    minRedeemAmount?: string

    GetCurrentEthStakingQuotaResponse

    minStakeAmount?: string

    GetCurrentEthStakingQuotaResponse

    redeemable?: boolean

    GetCurrentEthStakingQuotaResponse

    redeemPeriod?: number

    GetCurrentEthStakingQuotaResponse

    stakeable?: boolean

    GetCurrentEthStakingQuotaResponse