Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/vats
index
NamesByAddressAdmin
Type alias NamesByAddressAdmin
Names
By
Address
Admin
:
NameAdmin
&
{
lookupAdmin
(
addr
)
:
Promise
<
MyAddressNameAdmin
>
;
provideChild
(
addr
,
reserved
?
)
:
Promise
<
{
nameAdmin
:
MyAddressNameAdmin
;
nameHub
:
NameHub
;
}
>
;
}
Type declaration
lookup
Admin
:
function
lookup
Admin
(
addr
)
:
Promise
<
MyAddressNameAdmin
>
Parameters
addr
:
string
Returns
Promise
<
MyAddressNameAdmin
>
provide
Child
:
function
provide
Child
(
addr
,
reserved
?
)
:
Promise
<
{
nameAdmin
:
MyAddressNameAdmin
;
nameHub
:
NameHub
;
}
>
Parameters
addr
:
string
Optional
reserved
:
string
[]
Returns
Promise
<
{
nameAdmin
:
MyAddressNameAdmin
;
nameHub
:
NameHub
;
}
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...