Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
getCreateMinerInstruction
Function getCreateMinerInstruction
getCreateMinerInstruction
<
TAccountAuthority
extends
string
,
TAccountMiner
extends
string
,
TAccountQuarry
extends
string
,
TAccountRewarder
extends
string
,
TAccountSystemProgram
extends
string
,
TAccountPayer
extends
string
,
TAccountTokenMint
extends
string
,
TAccountMinerVault
extends
string
,
TAccountTokenProgram
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"QMNeHCGYnLVDn1icRAfQZpjPLBNkfGbSKRB83G5d8KB"
>
,
>
(
input
:
CreateMinerInput
<
TAccountAuthority
,
TAccountMiner
,
TAccountQuarry
,
TAccountRewarder
,
TAccountSystemProgram
,
TAccountPayer
,
TAccountTokenMint
,
TAccountMinerVault
,
TAccountTokenProgram
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
CreateMinerInstruction
<
TProgramAddress
,
TAccountAuthority
,
TAccountMiner
,
TAccountQuarry
,
TAccountRewarder
,
TAccountSystemProgram
,
TAccountPayer
,
TAccountTokenMint
,
TAccountMinerVault
,
TAccountTokenProgram
,
>
Type Parameters
TAccountAuthority
extends
string
TAccountMiner
extends
string
TAccountQuarry
extends
string
TAccountRewarder
extends
string
TAccountSystemProgram
extends
string
TAccountPayer
extends
string
TAccountTokenMint
extends
string
TAccountMinerVault
extends
string
TAccountTokenProgram
extends
string
TProgramAddress
extends
Address
=
Address
<
"QMNeHCGYnLVDn1icRAfQZpjPLBNkfGbSKRB83G5d8KB"
>
Parameters
input
:
CreateMinerInput
<
TAccountAuthority
,
TAccountMiner
,
TAccountQuarry
,
TAccountRewarder
,
TAccountSystemProgram
,
TAccountPayer
,
TAccountTokenMint
,
TAccountMinerVault
,
TAccountTokenProgram
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
CreateMinerInstruction
<
TProgramAddress
,
TAccountAuthority
,
TAccountMiner
,
TAccountQuarry
,
TAccountRewarder
,
TAccountSystemProgram
,
TAccountPayer
,
TAccountTokenMint
,
TAccountMinerVault
,
TAccountTokenProgram
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...