Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/staking
UnstakeAndCloseArgs
Interface UnstakeAndCloseArgs
interface
UnstakeAndCloseArgs
{
nonce
:
number
;
rewardPools
:
(
RewardPoolArgs
&
GovernorWithVoteArgs
)
[]
;
shouldClose
?:
boolean
;
stakePool
:
Address
;
stakePoolMint
:
Address
;
tokenProgramId
?:
Address
;
}
Hierarchy (
View Summary
)
UnstakeArgs
UnstakeAndCloseArgs
Index
Properties
nonce
reward
Pools
should
Close?
stake
Pool
stake
Pool
Mint
token
Program
Id?
Properties
nonce
nonce
:
number
reward
Pools
rewardPools
:
(
RewardPoolArgs
&
GovernorWithVoteArgs
)
[]
Optional
should
Close
shouldClose
?:
boolean
stake
Pool
stakePool
:
Address
stake
Pool
Mint
stakePoolMint
:
Address
Optional
token
Program
Id
tokenProgramId
?:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
nonce
reward
Pools
should
Close
stake
Pool
stake
Pool
Mint
token
Program
Id
Streamflow SDK
Loading...