Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
staking/types
GetStakeInstructionsFn
Type Alias GetStakeInstructionsFn
GetStakeInstructionsFn
:
(
owner
:
TransactionSigner
<
string
>
,
amountSol
:
number
,
)
=>
Promise
<
StakeInstructionsResult
>
Build the instructions needed to create and delegate a stake account.
Type Declaration
(
owner
:
TransactionSigner
<
string
>
,
amountSol
:
number
,
)
:
Promise
<
StakeInstructionsResult
>
Parameters
owner
:
TransactionSigner
<
string
>
amountSol
:
number
Returns
Promise
<
StakeInstructionsResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...
Build the instructions needed to create and delegate a stake account.