@solana/web3.js
Preparing search index...
SplitStakeWithSeedParams
Type Alias SplitStakeWithSeedParams
Split with seed transaction params
type
SplitStakeWithSeedParams
=
{
authorizedPubkey
:
PublicKey
;
basePubkey
:
PublicKey
;
lamports
:
number
;
seed
:
string
;
splitStakePubkey
:
PublicKey
;
stakePubkey
:
PublicKey
;
}
Index
Properties
authorized
Pubkey
base
Pubkey
lamports
seed
split
Stake
Pubkey
stake
Pubkey
Properties
authorized
Pubkey
authorizedPubkey
:
PublicKey
base
Pubkey
basePubkey
:
PublicKey
lamports
lamports
:
number
seed
seed
:
string
split
Stake
Pubkey
splitStakePubkey
:
PublicKey
stake
Pubkey
stakePubkey
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorized
Pubkey
base
Pubkey
lamports
seed
split
Stake
Pubkey
stake
Pubkey
@solana/web3.js
Loading...
Split with seed transaction params