Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
QuarryOperatorPluginInstructions
Type Alias QuarryOperatorPluginInstructions
type
QuarryOperatorPluginInstructions
=
{
createOperator
:
(
input
:
MakeOptional
<
CreateOperatorAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateOperatorInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createOperatorV2
:
(
input
:
MakeOptional
<
CreateOperatorV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateOperatorV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
delegateCreateQuarry
:
(
input
:
MakeOptional
<
DelegateCreateQuarryAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateCreateQuarryInstructionAsync
>
&
SelfPlanAndSendFunctions
;
delegateCreateQuarryV2
:
(
input
:
MakeOptional
<
DelegateCreateQuarryV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateCreateQuarryV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
delegateSetAnnualRewards
:
(
input
:
DelegateSetAnnualRewardsInput
,
)
=>
ReturnType
<
typeof
getDelegateSetAnnualRewardsInstruction
>
&
SelfPlanAndSendFunctions
;
delegateSetFamine
:
(
input
:
DelegateSetFamineInput
,
)
=>
ReturnType
<
typeof
getDelegateSetFamineInstruction
>
&
SelfPlanAndSendFunctions
;
delegateSetRewardsShare
:
(
input
:
DelegateSetRewardsShareInput
,
)
=>
ReturnType
<
typeof
getDelegateSetRewardsShareInstruction
>
&
SelfPlanAndSendFunctions
;
setAdmin
:
(
input
:
SetAdminInput
,
)
=>
ReturnType
<
typeof
getSetAdminInstruction
>
&
SelfPlanAndSendFunctions
;
setQuarryCreator
:
(
input
:
SetQuarryCreatorInput
,
)
=>
ReturnType
<
typeof
getSetQuarryCreatorInstruction
>
&
SelfPlanAndSendFunctions
;
setRateSetter
:
(
input
:
SetRateSetterInput
,
)
=>
ReturnType
<
typeof
getSetRateSetterInstruction
>
&
SelfPlanAndSendFunctions
;
setShareAllocator
:
(
input
:
SetShareAllocatorInput
,
)
=>
ReturnType
<
typeof
getSetShareAllocatorInstruction
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
create
Operator
create
Operator
V2
delegate
Create
Quarry
delegate
Create
Quarry
V2
delegate
Set
Annual
Rewards
delegate
Set
Famine
delegate
Set
Rewards
Share
set
Admin
set
Quarry
Creator
set
Rate
Setter
set
Share
Allocator
Properties
create
Operator
createOperator
:
(
input
:
MakeOptional
<
CreateOperatorAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateOperatorInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Operator
V2
createOperatorV2
:
(
input
:
MakeOptional
<
CreateOperatorV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateOperatorV2InstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
Create
Quarry
delegateCreateQuarry
:
(
input
:
MakeOptional
<
DelegateCreateQuarryAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateCreateQuarryInstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
Create
Quarry
V2
delegateCreateQuarryV2
:
(
input
:
MakeOptional
<
DelegateCreateQuarryV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateCreateQuarryV2InstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
Set
Annual
Rewards
delegateSetAnnualRewards
:
(
input
:
DelegateSetAnnualRewardsInput
,
)
=>
ReturnType
<
typeof
getDelegateSetAnnualRewardsInstruction
>
&
SelfPlanAndSendFunctions
delegate
Set
Famine
delegateSetFamine
:
(
input
:
DelegateSetFamineInput
,
)
=>
ReturnType
<
typeof
getDelegateSetFamineInstruction
>
&
SelfPlanAndSendFunctions
delegate
Set
Rewards
Share
delegateSetRewardsShare
:
(
input
:
DelegateSetRewardsShareInput
,
)
=>
ReturnType
<
typeof
getDelegateSetRewardsShareInstruction
>
&
SelfPlanAndSendFunctions
set
Admin
setAdmin
:
(
input
:
SetAdminInput
,
)
=>
ReturnType
<
typeof
getSetAdminInstruction
>
&
SelfPlanAndSendFunctions
set
Quarry
Creator
setQuarryCreator
:
(
input
:
SetQuarryCreatorInput
,
)
=>
ReturnType
<
typeof
getSetQuarryCreatorInstruction
>
&
SelfPlanAndSendFunctions
set
Rate
Setter
setRateSetter
:
(
input
:
SetRateSetterInput
,
)
=>
ReturnType
<
typeof
getSetRateSetterInstruction
>
&
SelfPlanAndSendFunctions
set
Share
Allocator
setShareAllocator
:
(
input
:
SetShareAllocatorInput
,
)
=>
ReturnType
<
typeof
getSetShareAllocatorInstruction
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Operator
create
Operator
V2
delegate
Create
Quarry
delegate
Create
Quarry
V2
delegate
Set
Annual
Rewards
delegate
Set
Famine
delegate
Set
Rewards
Share
set
Admin
set
Quarry
Creator
set
Rate
Setter
set
Share
Allocator
Coda by Ian Macalinao
Loading...