Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-spl-stake-pool
SetFundingAuthorityInput
Interface SetFundingAuthorityInput<TAccountStakePool, TAccountManager, TAccountNewAuthorityPubkey>
interface
SetFundingAuthorityInput
<
TAccountStakePool
extends
string
=
string
,
TAccountManager
extends
string
=
string
,
TAccountNewAuthorityPubkey
extends
string
=
string
,
>
{
fundingType
:
FundingType
;
manager
:
TransactionSigner
<
TAccountManager
>
;
newAuthorityPubkey
:
Address
<
TAccountNewAuthorityPubkey
>
;
stakePool
:
Address
<
TAccountStakePool
>
;
}
Type Parameters
TAccountStakePool
extends
string
=
string
TAccountManager
extends
string
=
string
TAccountNewAuthorityPubkey
extends
string
=
string
Index
Properties
funding
Type
manager
new
Authority
Pubkey
stake
Pool
Properties
funding
Type
fundingType
:
FundingType
manager
manager
:
TransactionSigner
<
TAccountManager
>
Manager
new
Authority
Pubkey
newAuthorityPubkey
:
Address
<
TAccountNewAuthorityPubkey
>
New authority pubkey
stake
Pool
stakePool
:
Address
<
TAccountStakePool
>
Stake pool
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
funding
Type
manager
new
Authority
Pubkey
stake
Pool
Coda by Ian Macalinao
Loading...
Manager