Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/staking
StakeAndCreateEntriesArgs
Interface StakeAndCreateEntriesArgs
interface
StakeAndCreateEntriesArgs
{
amount
:
BN
;
authority
?:
Address
;
duration
:
BN
;
nonce
:
number
;
payer
?:
Keypair
;
rewardPools
:
RewardPoolArgs
[]
;
stakePool
:
Address
;
stakePoolMint
:
Address
;
tokenProgramId
?:
Address
;
}
Hierarchy (
View Summary
)
StakeArgs
StakeAndCreateEntriesArgs
Index
Properties
amount
authority?
duration
nonce
payer?
reward
Pools
stake
Pool
stake
Pool
Mint
token
Program
Id?
Properties
amount
amount
:
BN
Optional
authority
authority
?:
Address
duration
duration
:
BN
nonce
nonce
:
number
Optional
payer
payer
?:
Keypair
reward
Pools
rewardPools
:
RewardPoolArgs
[]
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
amount
authority
duration
nonce
payer
reward
Pools
stake
Pool
stake
Pool
Mint
token
Program
Id
Streamflow SDK
Loading...