Preparing search index...
The search index is not available
API documentation of Agoric SDK - v0.1.0
API documentation of Agoric SDK
OrchestrationGovernor
Interface OrchestrationGovernor
Details for setup will be determined in the implementation.
interface
OrchestrationGovernor
{
registerChain
:
(
(
chainName
,
info
,
methods
?
)
=>
Promise
<
void
>
)
;
}
Index
Properties
register
Chain
Properties
register
Chain
register
Chain
:
(
(
chainName
,
info
,
methods
?
)
=>
Promise
<
void
>
)
Type declaration
(
chainName
,
info
,
methods
?
)
:
Promise
<
void
>
Parameters
chainName
:
string
info
:
ChainInfo
Optional
methods
:
Record
<
string
,
any
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
register
Chain
API documentation of Agoric SDK - v0.1.0
Loading...
Details for setup will be determined in the implementation.