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
;
claimant
:
string
|
PublicKey
;
id
:
string
;
proof
?:
number
[]
[]
;
}
Hierarchy
Partial
<
Omit
<
IClaimData
,
"id"
>
>
ICloseClaimData
Index
Properties
amount
Locked?
amount
Unlocked?
claimant
id
proof?
Properties
Optional
amount
Locked
amountLocked
?:
BN
Optional
amount
Unlocked
amountUnlocked
?:
BN
claimant
claimant
:
string
|
PublicKey
id
id
:
string
Optional
proof
proof
?:
number
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
Locked
amount
Unlocked
claimant
id
proof
Streamflow SDK
Loading...