Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
InitMergeMinerInput
Type Alias InitMergeMinerInput<TAccountPool, TAccountOwner, TAccountMm, TAccountPayer, TAccountSystemProgram>
type
InitMergeMinerInput
<
TAccountPool
extends
string
=
string
,
TAccountOwner
extends
string
=
string
,
TAccountMm
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
bump
:
InitMergeMinerInstructionDataArgs
[
"bump"
]
;
mm
:
Address
<
TAccountMm
>
;
owner
:
Address
<
TAccountOwner
>
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
pool
:
Address
<
TAccountPool
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountPool
extends
string
=
string
TAccountOwner
extends
string
=
string
TAccountMm
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
bump
mm
owner
payer
pool
system
Program?
Properties
bump
bump
:
InitMergeMinerInstructionDataArgs
[
"bump"
]
mm
mm
:
Address
<
TAccountMm
>
owner
owner
:
Address
<
TAccountOwner
>
payer
payer
:
TransactionSigner
<
TAccountPayer
>
pool
pool
:
Address
<
TAccountPool
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
mm
owner
payer
pool
system
Program
Coda by Ian Macalinao
Loading...