Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
SetElectorateInput
Type Alias SetElectorateInput<TAccountGovernor, TAccountSmartWallet>
type
SetElectorateInput
<
TAccountGovernor
extends
string
=
string
,
TAccountSmartWallet
extends
string
=
string
,
>
=
{
governor
:
Address
<
TAccountGovernor
>
;
newElectorate
:
SetElectorateInstructionDataArgs
[
"newElectorate"
]
;
smartWallet
:
TransactionSigner
<
TAccountSmartWallet
>
;
}
Type Parameters
TAccountGovernor
extends
string
=
string
TAccountSmartWallet
extends
string
=
string
Index
Properties
governor
new
Electorate
smart
Wallet
Properties
governor
governor
:
Address
<
TAccountGovernor
>
new
Electorate
newElectorate
:
SetElectorateInstructionDataArgs
[
"newElectorate"
]
smart
Wallet
smartWallet
:
TransactionSigner
<
TAccountSmartWallet
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governor
new
Electorate
smart
Wallet
Coda by Ian Macalinao
Loading...