Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
QuarryOperatorPluginPdas
Interface QuarryOperatorPluginPdas
interface
QuarryOperatorPluginPdas
{
operator
:
(
seeds
:
OperatorSeeds
,
config
?:
{
programAddress
?:
Address
}
,
)
=>
Promise
<
readonly
[
Address
<
string
>
,
ProgramDerivedAddressBump
]
>
;
}
Index
Properties
operator
Properties
operator
operator
:
(
seeds
:
OperatorSeeds
,
config
?:
{
programAddress
?:
Address
}
,
)
=>
Promise
<
readonly
[
Address
<
string
>
,
ProgramDerivedAddressBump
]
>
Type Declaration
(
seeds
:
OperatorSeeds
,
config
?:
{
programAddress
?:
Address
}
,
)
:
Promise
<
readonly
[
Address
<
string
>
,
ProgramDerivedAddressBump
]
>
Operator account with delegated authority to manage quarries
Parameters
seeds
:
OperatorSeeds
config
:
{
programAddress
?:
Address
}
= {}
Returns
Promise
<
readonly
[
Address
<
string
>
,
ProgramDerivedAddressBump
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
operator
Coda by Ian Macalinao
Loading...
Operator account with delegated authority to manage quarries