Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
CreateSubaccountInfoInput
Type Alias CreateSubaccountInfoInput<TAccountSubaccountInfo, TAccountPayer, TAccountSystemProgram>
type
CreateSubaccountInfoInput
<
TAccountSubaccountInfo
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
bump
:
CreateSubaccountInfoInstructionDataArgs
[
"bump"
]
;
index
:
CreateSubaccountInfoInstructionDataArgs
[
"index"
]
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
smartWallet
:
CreateSubaccountInfoInstructionDataArgs
[
"smartWallet"
]
;
subaccount
:
CreateSubaccountInfoInstructionDataArgs
[
"subaccount"
]
;
subaccountInfo
:
Address
<
TAccountSubaccountInfo
>
;
subaccountType
:
CreateSubaccountInfoInstructionDataArgs
[
"subaccountType"
]
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountSubaccountInfo
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
bump
index
payer
smart
Wallet
subaccount
subaccount
Info
subaccount
Type
system
Program?
Properties
bump
bump
:
CreateSubaccountInfoInstructionDataArgs
[
"bump"
]
index
index
:
CreateSubaccountInfoInstructionDataArgs
[
"index"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
smart
Wallet
smartWallet
:
CreateSubaccountInfoInstructionDataArgs
[
"smartWallet"
]
subaccount
subaccount
:
CreateSubaccountInfoInstructionDataArgs
[
"subaccount"
]
subaccount
Info
subaccountInfo
:
Address
<
TAccountSubaccountInfo
>
subaccount
Type
subaccountType
:
CreateSubaccountInfoInstructionDataArgs
[
"subaccountType"
]
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
index
payer
smart
Wallet
subaccount
subaccount
Info
subaccount
Type
system
Program
Coda by Ian Macalinao
Loading...