@cfxlabsinc/b2b-services
    Preparing search index...
    type Reward = {
        amount: { amount: BigNumber; currency: "MOVEUSD" };
        category?: string;
        createdAt: Date;
        id: string;
        idempotencyKey: string;
        note?: string;
        phone: string;
        transactionType: "DEBIT" | "CREDIT";
    }
    Index

    Properties

    amount: { amount: BigNumber; currency: "MOVEUSD" }
    category?: string
    createdAt: Date
    id: string
    idempotencyKey: string
    note?: string
    phone: string
    transactionType: "DEBIT" | "CREDIT"