Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
QuarryMinePluginInstructions
Type Alias QuarryMinePluginInstructions
type
QuarryMinePluginInstructions
=
{
acceptAuthority
:
(
input
:
AcceptAuthorityInput
,
)
=>
ReturnType
<
typeof
getAcceptAuthorityInstruction
>
&
SelfPlanAndSendFunctions
;
claimRewards
:
(
input
:
ClaimRewardsAsyncInput
,
)
=>
ReturnType
<
typeof
getClaimRewardsInstructionAsync
>
&
SelfPlanAndSendFunctions
;
claimRewardsV2
:
(
input
:
ClaimRewardsV2AsyncInput
,
)
=>
ReturnType
<
typeof
getClaimRewardsV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMiner
:
(
input
:
MakeOptional
<
CreateMinerAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMinerInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMinerV2
:
(
input
:
MakeOptional
<
CreateMinerV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMinerV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
createQuarry
:
(
input
:
MakeOptional
<
CreateQuarryAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateQuarryInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createQuarryV2
:
(
input
:
MakeOptional
<
CreateQuarryV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateQuarryV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
extractFees
:
(
input
:
ExtractFeesInput
,
)
=>
ReturnType
<
typeof
getExtractFeesInstruction
>
&
SelfPlanAndSendFunctions
;
newRewarder
:
(
input
:
MakeOptional
<
NewRewarderAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewRewarderInstructionAsync
>
&
SelfPlanAndSendFunctions
;
newRewarderV2
:
(
input
:
MakeOptional
<
NewRewarderV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewRewarderV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
pause
:
(
input
:
PauseInput
,
)
=>
ReturnType
<
typeof
getPauseInstruction
>
&
SelfPlanAndSendFunctions
;
rescueTokens
:
(
input
:
RescueTokensInput
,
)
=>
ReturnType
<
typeof
getRescueTokensInstruction
>
&
SelfPlanAndSendFunctions
;
setAnnualRewards
:
(
input
:
SetAnnualRewardsInput
,
)
=>
ReturnType
<
typeof
getSetAnnualRewardsInstruction
>
&
SelfPlanAndSendFunctions
;
setFamine
:
(
input
:
SetFamineInput
,
)
=>
ReturnType
<
typeof
getSetFamineInstruction
>
&
SelfPlanAndSendFunctions
;
setPauseAuthority
:
(
input
:
SetPauseAuthorityInput
,
)
=>
ReturnType
<
typeof
getSetPauseAuthorityInstruction
>
&
SelfPlanAndSendFunctions
;
setRewardsShare
:
(
input
:
SetRewardsShareInput
,
)
=>
ReturnType
<
typeof
getSetRewardsShareInstruction
>
&
SelfPlanAndSendFunctions
;
stakeTokens
:
(
input
:
StakeTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getStakeTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
;
transferAuthority
:
(
input
:
TransferAuthorityInput
,
)
=>
ReturnType
<
typeof
getTransferAuthorityInstruction
>
&
SelfPlanAndSendFunctions
;
unpause
:
(
input
:
UnpauseInput
,
)
=>
ReturnType
<
typeof
getUnpauseInstruction
>
&
SelfPlanAndSendFunctions
;
updateQuarryRewards
:
(
input
:
UpdateQuarryRewardsInput
,
)
=>
ReturnType
<
typeof
getUpdateQuarryRewardsInstruction
>
&
SelfPlanAndSendFunctions
;
withdrawTokens
:
(
input
:
WithdrawTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
accept
Authority
claim
Rewards
claim
Rewards
V2
create
Miner
create
Miner
V2
create
Quarry
create
Quarry
V2
extract
Fees
new
Rewarder
new
Rewarder
V2
pause
rescue
Tokens
set
Annual
Rewards
set
Famine
set
Pause
Authority
set
Rewards
Share
stake
Tokens
transfer
Authority
unpause
update
Quarry
Rewards
withdraw
Tokens
Properties
accept
Authority
acceptAuthority
:
(
input
:
AcceptAuthorityInput
,
)
=>
ReturnType
<
typeof
getAcceptAuthorityInstruction
>
&
SelfPlanAndSendFunctions
claim
Rewards
claimRewards
:
(
input
:
ClaimRewardsAsyncInput
,
)
=>
ReturnType
<
typeof
getClaimRewardsInstructionAsync
>
&
SelfPlanAndSendFunctions
claim
Rewards
V2
claimRewardsV2
:
(
input
:
ClaimRewardsV2AsyncInput
,
)
=>
ReturnType
<
typeof
getClaimRewardsV2InstructionAsync
>
&
SelfPlanAndSendFunctions
create
Miner
createMiner
:
(
input
:
MakeOptional
<
CreateMinerAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMinerInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Miner
V2
createMinerV2
:
(
input
:
MakeOptional
<
CreateMinerV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMinerV2InstructionAsync
>
&
SelfPlanAndSendFunctions
create
Quarry
createQuarry
:
(
input
:
MakeOptional
<
CreateQuarryAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateQuarryInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Quarry
V2
createQuarryV2
:
(
input
:
MakeOptional
<
CreateQuarryV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateQuarryV2InstructionAsync
>
&
SelfPlanAndSendFunctions
extract
Fees
extractFees
:
(
input
:
ExtractFeesInput
,
)
=>
ReturnType
<
typeof
getExtractFeesInstruction
>
&
SelfPlanAndSendFunctions
new
Rewarder
newRewarder
:
(
input
:
MakeOptional
<
NewRewarderAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewRewarderInstructionAsync
>
&
SelfPlanAndSendFunctions
new
Rewarder
V2
newRewarderV2
:
(
input
:
MakeOptional
<
NewRewarderV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewRewarderV2InstructionAsync
>
&
SelfPlanAndSendFunctions
pause
pause
:
(
input
:
PauseInput
,
)
=>
ReturnType
<
typeof
getPauseInstruction
>
&
SelfPlanAndSendFunctions
rescue
Tokens
rescueTokens
:
(
input
:
RescueTokensInput
,
)
=>
ReturnType
<
typeof
getRescueTokensInstruction
>
&
SelfPlanAndSendFunctions
set
Annual
Rewards
setAnnualRewards
:
(
input
:
SetAnnualRewardsInput
,
)
=>
ReturnType
<
typeof
getSetAnnualRewardsInstruction
>
&
SelfPlanAndSendFunctions
set
Famine
setFamine
:
(
input
:
SetFamineInput
,
)
=>
ReturnType
<
typeof
getSetFamineInstruction
>
&
SelfPlanAndSendFunctions
set
Pause
Authority
setPauseAuthority
:
(
input
:
SetPauseAuthorityInput
,
)
=>
ReturnType
<
typeof
getSetPauseAuthorityInstruction
>
&
SelfPlanAndSendFunctions
set
Rewards
Share
setRewardsShare
:
(
input
:
SetRewardsShareInput
,
)
=>
ReturnType
<
typeof
getSetRewardsShareInstruction
>
&
SelfPlanAndSendFunctions
stake
Tokens
stakeTokens
:
(
input
:
StakeTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getStakeTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
transfer
Authority
transferAuthority
:
(
input
:
TransferAuthorityInput
,
)
=>
ReturnType
<
typeof
getTransferAuthorityInstruction
>
&
SelfPlanAndSendFunctions
unpause
unpause
:
(
input
:
UnpauseInput
,
)
=>
ReturnType
<
typeof
getUnpauseInstruction
>
&
SelfPlanAndSendFunctions
update
Quarry
Rewards
updateQuarryRewards
:
(
input
:
UpdateQuarryRewardsInput
,
)
=>
ReturnType
<
typeof
getUpdateQuarryRewardsInstruction
>
&
SelfPlanAndSendFunctions
withdraw
Tokens
withdrawTokens
:
(
input
:
WithdrawTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getWithdrawTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept
Authority
claim
Rewards
claim
Rewards
V2
create
Miner
create
Miner
V2
create
Quarry
create
Quarry
V2
extract
Fees
new
Rewarder
new
Rewarder
V2
pause
rescue
Tokens
set
Annual
Rewards
set
Famine
set
Pause
Authority
set
Rewards
Share
stake
Tokens
transfer
Authority
unpause
update
Quarry
Rewards
withdraw
Tokens
Coda by Ian Macalinao
Loading...