Preparing search index...
The search index is not available
@helia/ipns
@helia/ipns
routing
IPNSRouting
Interface IPNSRouting
interface
IPNSRouting
{
get
(
routingKey
,
options
?
)
:
Promise
<
Uint8Array
>
;
put
(
routingKey
,
marshaledRecord
,
options
?
)
:
Promise
<
void
>
;
}
Index
Methods
get
put
Methods
get
get
(
routingKey
,
options
?
)
:
Promise
<
Uint8Array
>
Parameters
routingKey
:
Uint8Array
Optional
options
:
GetOptions
Returns
Promise
<
Uint8Array
>
put
put
(
routingKey
,
marshaledRecord
,
options
?
)
:
Promise
<
void
>
Parameters
routingKey
:
Uint8Array
marshaledRecord
:
Uint8Array
Optional
options
:
PutOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
put
@helia/ipns
dns-resolvers
index
routing
Generated using
TypeDoc