helia
Preparing search index...
@helia/ipns
IPNSRouting
Interface IPNSRouting
interface
IPNSRouting
{
get
(
routingKey
:
Uint8Array
,
options
?:
IPNSRoutingGetOptions
,
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
put
(
routingKey
:
Uint8Array
,
marshaledRecord
:
Uint8Array
,
options
?:
IPNSRoutingPutOptions
,
)
:
Promise
<
void
>
;
}
Index
Methods
get
put
Methods
get
get
(
routingKey
:
Uint8Array
,
options
?:
IPNSRoutingGetOptions
,
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Parameters
routingKey
:
Uint8Array
Optional
options
:
IPNSRoutingGetOptions
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
put
put
(
routingKey
:
Uint8Array
,
marshaledRecord
:
Uint8Array
,
options
?:
IPNSRoutingPutOptions
,
)
:
Promise
<
void
>
Parameters
routingKey
:
Uint8Array
marshaledRecord
:
Uint8Array
Optional
options
:
IPNSRoutingPutOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
put
helia
Loading...