Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
QuarryRegistryPluginInstructions
Interface QuarryRegistryPluginInstructions
interface
QuarryRegistryPluginInstructions
{
newRegistry
:
(
input
:
MakeOptional
<
NewRegistryAsyncInput
<
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
NewRegistryInstruction
<
Address
,
string
,
string
,
string
,
string
,
[
]
>
,
>
&
SelfPlanAndSendFunctions
;
syncQuarry
:
(
input
:
SyncQuarryInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
ReadonlyAccount
<
string
>
,
WritableAccount
<
string
>
]
,
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
new
Registry
sync
Quarry
Properties
new
Registry
newRegistry
:
(
input
:
MakeOptional
<
NewRegistryAsyncInput
<
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
NewRegistryInstruction
<
Address
,
string
,
string
,
string
,
string
,
[
]
>
,
>
&
SelfPlanAndSendFunctions
sync
Quarry
syncQuarry
:
(
input
:
SyncQuarryInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
ReadonlyAccount
<
string
>
,
WritableAccount
<
string
>
]
,
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Registry
sync
Quarry
Coda by Ian Macalinao
Loading...