@cfxlabsinc/b2b-services
    Preparing search index...
    type RewardInventory = {
        address: Address;
        balance: { amount: BigNumber | null; currency: "MOVEUSD" };
        leverage: RewardLeverage;
    }
    Index

    Properties

    address: Address

    On-chain wallet holding this customer's funded reward pool.

    balance: { amount: BigNumber | null; currency: "MOVEUSD" }

    Funded on-chain balance; amount is null when the balance can't be read.

    leverage: RewardLeverage

    Exposure of owed rewards against the funded pool.