Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
getCreateSubaccountInfoInstruction
Function getCreateSubaccountInfoInstruction
getCreateSubaccountInfoInstruction
<
TAccountSubaccountInfo
extends
string
,
TAccountPayer
extends
string
,
TAccountSystemProgram
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
>
,
>
(
input
:
CreateSubaccountInfoInput
<
TAccountSubaccountInfo
,
TAccountPayer
,
TAccountSystemProgram
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
CreateSubaccountInfoInstruction
<
TProgramAddress
,
TAccountSubaccountInfo
,
TAccountPayer
,
TAccountSystemProgram
,
>
Type Parameters
TAccountSubaccountInfo
extends
string
TAccountPayer
extends
string
TAccountSystemProgram
extends
string
TProgramAddress
extends
Address
=
Address
<
"GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
>
Parameters
input
:
CreateSubaccountInfoInput
<
TAccountSubaccountInfo
,
TAccountPayer
,
TAccountSystemProgram
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
CreateSubaccountInfoInstruction
<
TProgramAddress
,
TAccountSubaccountInfo
,
TAccountPayer
,
TAccountSystemProgram
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...