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