Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
NewRegistryAsyncInput
Type Alias NewRegistryAsyncInput<TAccountRewarder, TAccountRegistry, TAccountPayer, TAccountSystemProgram>
type
NewRegistryAsyncInput
<
TAccountRewarder
extends
string
=
string
,
TAccountRegistry
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
bump
:
NewRegistryInstructionDataArgs
[
"bump"
]
;
maxQuarries
:
NewRegistryInstructionDataArgs
[
"maxQuarries"
]
;
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
:
NewRegistryInstructionDataArgs
[
"bump"
]
max
Quarries
maxQuarries
:
NewRegistryInstructionDataArgs
[
"maxQuarries"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
Optional
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...