Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/distributor
solana
ICloseClaimData
Interface ICloseClaimData
interface
ICloseClaimData
{
amountLocked
?:
BN
;
amountUnlocked
?:
BN
;
attestation
?:
string
|
PublicKey
;
claimableAmount
?:
BN
;
claimant
:
string
|
PublicKey
;
id
:
string
;
partnerLink
?:
{
address
:
string
;
isSigner
:
boolean
}
;
proof
?:
number
[]
[]
;
}
Hierarchy
Partial
<
Omit
<
IClaimData
,
"id"
>
>
ICloseClaimData
Index
Properties
amount
Locked?
amount
Unlocked?
attestation?
claimable
Amount?
claimant
id
partner
Link?
proof?
Properties
Optional
amount
Locked
amountLocked
?:
BN
Optional
amount
Unlocked
amountUnlocked
?:
BN
Optional
attestation
attestation
?:
string
|
PublicKey
Optional
claimable
Amount
claimableAmount
?:
BN
claimant
claimant
:
string
|
PublicKey
id
id
:
string
Optional
partner
Link
partnerLink
?:
{
address
:
string
;
isSigner
:
boolean
}
Optional
proof
proof
?:
number
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
Locked
amount
Unlocked
attestation
claimable
Amount
claimant
id
partner
Link
proof
Streamflow SDK
Loading...