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

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

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

    Funded pool balance, read from the DB (solana_account_transaction).

    ledgerAccountId: string

    The ledger_account FK'd to this program (reward_program.ledger_account_id).

    Exposure of owed rewards against the funded pool.