Type Alias: CreateTreasuryInput
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / CreateTreasuryInput
Type Alias: CreateTreasuryInput
type CreateTreasuryInput: {
description: null | string;
imageUrl: null | string;
offerId: string;
payouts: number[];
payoutsAvailable: number[];
title: null | string;
tokenAddress: null | string;
};Create treasury input type
Type declaration
Name
Type
Description
description?
null | string
-
imageUrl?
null | string
-
offerId
string
The offer ID of the campaign/offer to create the loot box treasury for
payouts
number[]
-
payoutsAvailable
number[]
-
title?
null | string
-
tokenAddress?
null | string
-
Defined in
Last updated