Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
NewRegistryInput
Interface NewRegistryInput<TAccountRewarder, TAccountRegistry, TAccountPayer, TAccountSystemProgram>
interface
NewRegistryInput
<
TAccountRewarder
extends
string
=
string
,
TAccountRegistry
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
{
bump
:
number
;
maxQuarries
:
number
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
registry
:
Address
<
TAccountRegistry
>
;
rewarder
:
Address
<
TAccountRewarder
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountRewarder
extends
string
=
string
TAccountRegistry
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
bump
max
Quarries
payer
registry
rewarder
system
Program?
Properties
bump
bump
:
number
max
Quarries
maxQuarries
:
number
payer
payer
:
TransactionSigner
<
TAccountPayer
>
registry
registry
:
Address
<
TAccountRegistry
>
rewarder
rewarder
:
Address
<
TAccountRewarder
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
max
Quarries
payer
registry
rewarder
system
Program
Coda by Ian Macalinao
Loading...