Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
CreateGovernorInput
Type Alias CreateGovernorInput<TAccountBase, TAccountGovernor, TAccountSmartWallet, TAccountPayer, TAccountSystemProgram>
type
CreateGovernorInput
<
TAccountBase
extends
string
=
string
,
TAccountGovernor
extends
string
=
string
,
TAccountSmartWallet
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
base
:
TransactionSigner
<
TAccountBase
>
;
bump
:
CreateGovernorInstructionDataArgs
[
"bump"
]
;
electorate
:
CreateGovernorInstructionDataArgs
[
"electorate"
]
;
governor
:
Address
<
TAccountGovernor
>
;
params
:
CreateGovernorInstructionDataArgs
[
"params"
]
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
smartWallet
:
Address
<
TAccountSmartWallet
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountBase
extends
string
=
string
TAccountGovernor
extends
string
=
string
TAccountSmartWallet
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
base
bump
electorate
governor
params
payer
smart
Wallet
system
Program?
Properties
base
base
:
TransactionSigner
<
TAccountBase
>
bump
bump
:
CreateGovernorInstructionDataArgs
[
"bump"
]
electorate
electorate
:
CreateGovernorInstructionDataArgs
[
"electorate"
]
governor
governor
:
Address
<
TAccountGovernor
>
params
params
:
CreateGovernorInstructionDataArgs
[
"params"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
smart
Wallet
smartWallet
:
Address
<
TAccountSmartWallet
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
bump
electorate
governor
params
payer
smart
Wallet
system
Program
Coda by Ian Macalinao
Loading...