Type Alias: ApiUserPayout

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / ApiUserPayout

Type Alias: ApiUserPayout

type ApiUserPayout: {
  payouts: {
     amount: number;
     campaign: ApiCampaign;
     createdAt: Date;
     id: string;
     isRafflePayout: boolean;
     payoutTx: string | null;
     tokenAddress: string;
     userPubKey: string;
    }[];
};

User Payout data.

Type declaration

NameType

payouts

{ amount: number; campaign: ApiCampaign; createdAt: Date; id: string; isRafflePayout: boolean; payoutTx: string | null; tokenAddress: string; userPubKey: string; }[]

Defined in

src/types/api.ts:313

Last updated