Preparing search index...
The search index is not available
@sogni-ai/sogni-client
@sogni-ai/sogni-client
<internal>
Reward
Interface Reward
interface
Reward
{
amount
:
string
;
canClaim
:
boolean
;
cantClaimReason
?:
null
|
"already_claimed"
|
"over_free_cap"
;
claimed
:
boolean
;
description
:
string
;
id
:
string
;
lastClaim
:
Date
;
nextClaim
:
null
|
Date
;
provider
?:
string
;
title
:
string
;
tokenType
:
TokenType
;
type
:
RewardType
;
}
Index
Properties
amount
can
Claim
cant
Claim
Reason?
claimed
description
id
last
Claim
next
Claim
provider?
title
token
Type
type
Properties
amount
amount
:
string
can
Claim
canClaim
:
boolean
Optional
cant
Claim
Reason
cantClaimReason
?:
null
|
"already_claimed"
|
"over_free_cap"
claimed
claimed
:
boolean
description
description
:
string
id
id
:
string
last
Claim
lastClaim
:
Date
next
Claim
nextClaim
:
null
|
Date
Optional
provider
provider
?:
string
title
title
:
string
token
Type
tokenType
:
TokenType
type
type
:
RewardType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
can
Claim
cant
Claim
Reason
claimed
description
id
last
Claim
next
Claim
provider
title
token
Type
type
@sogni-ai/sogni-client
Loading...