@cfxlabsinc/b2b-services
    Preparing search index...

    Operations that cannot be performed by consumers of this domain

    These operations are cross-customer and do not have the additional validation the normal service has. So please use with care.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Parameters

      • __namedParameters: {
            data:
                | { returnedRewardId: string; status: "RETURNED" }
                | {
                    receipt: { id: string; type: "SOLANA_TRANSACTION_SIGNATURE" };
                    status: "CLAIMED";
                };
            id: string;
        }

      Returns Promise<{ ok: true; value: RewardClaim }>