Type Alias: TokenHoldingTimeConfig

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / TokenHoldingTimeConfig

Type Alias: TokenHoldingTimeConfig

type TokenHoldingTimeConfig: {
  amount: number;
  token: string;
  tokenStandard: string;
};

Token holding time config type

Type declaration

NameTypeDescription

amount

number

The minimum amount to hold

token

string

The token to hold

tokenStandard?

string

The token standard of the token

Defined in

types/timeConfig/requirements.ts:21

Last updated