Type Alias: TimeConfigTokenHolding
Last updated
Last updated
@torque-labs/torque-utils • Docs
@torque-labs/torque-utils / TimeConfigTokenHolding
The token holding time config type
Name | Type | Default value | Description |
---|---|---|---|
duration
number
-
The duration of the requirement in seconds
requirement
{ amount
: number
; token
: string
; tokenStandard
: string
; }
TokenHoldingTimeConfigSchema
-
requirement.amount
number
-
The minimum amount to hold
requirement.token
string
-
The token to hold
requirement.tokenStandard
?
string
-
The token standard of the token
type
TOKEN_HOLDING
-
-