Type Alias: TokenHoldingTimeConfig
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / TokenHoldingTimeConfig
Type Alias: TokenHoldingTimeConfig
type TokenHoldingTimeConfig: {
amount: number;
token: string;
tokenStandard: string;
};Token holding time config type
Type declaration
Name
Type
Description
amount
number
The minimum amount to hold
token
string
The token to hold
tokenStandard?
string
The token standard of the token
Defined in
Last updated