Coda by Ian Macalinao
Preparing search index...
@solana-programs/spl-stake-pool
SplStakePoolPluginPdas
Type Alias SplStakePoolPluginPdas
type
SplStakePoolPluginPdas
=
{
ephemeralStake
:
typeof
findEphemeralStakePda
;
stake
:
typeof
findStakePda
;
transientStake
:
typeof
findTransientStakePda
;
withdrawAuthority
:
typeof
findWithdrawAuthorityPda
;
}
Index
Properties
ephemeral
Stake
stake
transient
Stake
withdraw
Authority
Properties
ephemeral
Stake
ephemeralStake
:
typeof
findEphemeralStakePda
stake
stake
:
typeof
findStakePda
transient
Stake
transientStake
:
typeof
findTransientStakePda
withdraw
Authority
withdrawAuthority
:
typeof
findWithdrawAuthorityPda
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ephemeral
Stake
stake
transient
Stake
withdraw
Authority
Coda by Ian Macalinao
Loading...