Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/staking
CreateStakePoolArgs
Interface CreateStakePoolArgs
interface
CreateStakePoolArgs
{
authority
?:
Keypair
;
freezeStakeMint
?:
boolean
;
maxDuration
:
BN
;
maxWeight
:
BN
;
minDuration
:
BN
;
mint
:
Address
;
nonce
:
number
;
permissionless
?:
boolean
;
tokenProgramId
?:
Address
;
unstakePeriod
?:
BN
;
}
Hierarchy
TokenProgram
CreateStakePoolArgs
Index
Properties
authority?
freeze
Stake
Mint?
max
Duration
max
Weight
min
Duration
mint
nonce
permissionless?
token
Program
Id?
unstake
Period?
Properties
Optional
authority
authority
?:
Keypair
Optional
freeze
Stake
Mint
freezeStakeMint
?:
boolean
max
Duration
maxDuration
:
BN
max
Weight
maxWeight
:
BN
min
Duration
minDuration
:
BN
mint
mint
:
Address
nonce
nonce
:
number
Optional
permissionless
permissionless
?:
boolean
Optional
token
Program
Id
tokenProgramId
?:
Address
Optional
unstake
Period
unstakePeriod
?:
BN
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authority
freeze
Stake
Mint
max
Duration
max
Weight
min
Duration
mint
nonce
permissionless
token
Program
Id
unstake
Period
Streamflow SDK
Loading...