Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
CreateSmartWalletInput
Type Alias CreateSmartWalletInput<TAccountBase, TAccountSmartWallet, TAccountPayer, TAccountSystemProgram>
type
CreateSmartWalletInput
<
TAccountBase
extends
string
=
string
,
TAccountSmartWallet
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
base
:
TransactionSigner
<
TAccountBase
>
;
bump
:
CreateSmartWalletInstructionDataArgs
[
"bump"
]
;
maxOwners
:
CreateSmartWalletInstructionDataArgs
[
"maxOwners"
]
;
minimumDelay
:
CreateSmartWalletInstructionDataArgs
[
"minimumDelay"
]
;
owners
:
CreateSmartWalletInstructionDataArgs
[
"owners"
]
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
smartWallet
:
Address
<
TAccountSmartWallet
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
threshold
:
CreateSmartWalletInstructionDataArgs
[
"threshold"
]
;
}
Type Parameters
TAccountBase
extends
string
=
string
TAccountSmartWallet
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
base
bump
max
Owners
minimum
Delay
owners
payer
smart
Wallet
system
Program?
threshold
Properties
base
base
:
TransactionSigner
<
TAccountBase
>
bump
bump
:
CreateSmartWalletInstructionDataArgs
[
"bump"
]
max
Owners
maxOwners
:
CreateSmartWalletInstructionDataArgs
[
"maxOwners"
]
minimum
Delay
minimumDelay
:
CreateSmartWalletInstructionDataArgs
[
"minimumDelay"
]
owners
owners
:
CreateSmartWalletInstructionDataArgs
[
"owners"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
smart
Wallet
smartWallet
:
Address
<
TAccountSmartWallet
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
threshold
threshold
:
CreateSmartWalletInstructionDataArgs
[
"threshold"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
bump
max
Owners
minimum
Delay
owners
payer
smart
Wallet
system
Program
threshold
Coda by Ian Macalinao
Loading...