Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
QuarryMinePluginAccounts
Type Alias QuarryMinePluginAccounts
type
QuarryMinePluginAccounts
=
{
miner
:
ReturnType
<
typeof
getMinerCodec
>
&
SelfFetchFunctions
<
MinerArgs
,
Miner
,
>
;
quarry
:
ReturnType
<
typeof
getQuarryCodec
>
&
SelfFetchFunctions
<
QuarryArgs
,
Quarry
,
>
;
rewarder
:
ReturnType
<
typeof
getRewarderCodec
>
&
SelfFetchFunctions
<
RewarderArgs
,
Rewarder
,
>
;
}
Index
Properties
miner
quarry
rewarder
Properties
miner
miner
:
ReturnType
<
typeof
getMinerCodec
>
&
SelfFetchFunctions
<
MinerArgs
,
Miner
>
quarry
quarry
:
ReturnType
<
typeof
getQuarryCodec
>
&
SelfFetchFunctions
<
QuarryArgs
,
Quarry
,
>
rewarder
rewarder
:
ReturnType
<
typeof
getRewarderCodec
>
&
SelfFetchFunctions
<
RewarderArgs
,
Rewarder
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
miner
quarry
rewarder
Coda by Ian Macalinao
Loading...