@alphafi/alphalend-sdk - v1.1.2
    Preparing search index...

    Interface ClaimRewardsParams

    Parameters for claiming rewards accrued from lending or borrowing Used with the claimRewards method

    interface ClaimRewardsParams {
        address: string;
        claimAll: boolean;
        claimAlpha: boolean;
        positionCapId: string;
    }
    Index

    Properties

    address: string

    Address of the user supplying collateral

    claimAll: boolean

    Whether to claim all rewards (except alpha)

    claimAlpha: boolean

    Whether to claim alpha rewards

    positionCapId: string

    Object ID of the position capability object