Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
InitMergeMinerInput
Interface InitMergeMinerInput<TAccountPool, TAccountOwner, TAccountMm, TAccountPayer, TAccountSystemProgram>
interface
InitMergeMinerInput
<
TAccountPool
extends
string
=
string
,
TAccountOwner
extends
string
=
string
,
TAccountMm
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
{
bump
:
number
;
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
:
number
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...