@solana/web3.js
Preparing search index...
CreateStakeAccountWithSeedParams
Type Alias CreateStakeAccountWithSeedParams
Create stake account with seed transaction params
type
CreateStakeAccountWithSeedParams
=
{
authorized
:
Authorized
;
basePubkey
:
PublicKey
;
fromPubkey
:
PublicKey
;
lamports
:
number
;
lockup
?:
Lockup
;
seed
:
string
;
stakePubkey
:
PublicKey
;
}
Index
Properties
authorized
base
Pubkey
from
Pubkey
lamports
lockup?
seed
stake
Pubkey
Properties
authorized
authorized
:
Authorized
base
Pubkey
basePubkey
:
PublicKey
from
Pubkey
fromPubkey
:
PublicKey
lamports
lamports
:
number
Optional
lockup
lockup
?:
Lockup
seed
seed
:
string
stake
Pubkey
stakePubkey
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
base
Pubkey
from
Pubkey
lamports
lockup
seed
stake
Pubkey
@solana/web3.js
Loading...
Create stake account with seed transaction params