Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/cosmic-proto
address-hooks.js
decodeAddressHook
Function decodeAddressHook
Throws
if no hook string or hook string does not start with
?
decode
Address
Hook
(
addressHook
,
charLimit
?
)
:
{
baseAddress
:
string
;
query
:
HookQuery
;
}
Parameters
addressHook
:
string
Optional
charLimit
:
number
Returns
{
baseAddress
:
string
;
query
:
HookQuery
;
}
base
Address
:
string
query
:
HookQuery
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
Throws
if no hook string or hook string does not start with
?