Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
QuarryRegistryPluginInstructions
Type Alias QuarryRegistryPluginInstructions
type
QuarryRegistryPluginInstructions
=
{
newRegistry
:
(
input
:
MakeOptional
<
NewRegistryAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewRegistryInstructionAsync
>
&
SelfPlanAndSendFunctions
;
syncQuarry
:
(
input
:
SyncQuarryInput
,
)
=>
ReturnType
<
typeof
getSyncQuarryInstruction
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
new
Registry
sync
Quarry
Properties
new
Registry
newRegistry
:
(
input
:
MakeOptional
<
NewRegistryAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewRegistryInstructionAsync
>
&
SelfPlanAndSendFunctions
sync
Quarry
syncQuarry
:
(
input
:
SyncQuarryInput
,
)
=>
ReturnType
<
typeof
getSyncQuarryInstruction
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Registry
sync
Quarry
Coda by Ian Macalinao
Loading...