Type Alias: LootBoxReward

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / LootBoxReward

Type Alias: LootBoxReward

type LootBoxReward: {
  rewards: {
     amount: number;
     users: number;
    }[];
  tokenAddress: string;
};

Loot Box Reward Schematype

Type declaration

Name
Type
Description

rewards

{ amount: number; users: number; }[]

The groups of rewards to distribute

tokenAddress

string

The token address to reward

Defined in

types/campaigns.ts:122

Last updated