2020-12-10 14:07:32 +01:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html class="default no-js">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2021-01-20 10:19:55 +01:00
|
|
|
|
<title>libp2p-interfaces - v0.8.2</title>
|
|
|
|
|
<meta name="description" content="Documentation for libp2p-interfaces - v0.8.2">
|
2020-12-10 14:07:32 +01:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
|
|
|
<link href="https://unpkg.com/nord-highlightjs@0.1.0/dist/nord.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<style>
|
|
|
|
|
.toolbar-icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.toolbar-icon-search {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: absolute;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
right: -40px;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
@media (min-width: 901px){
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 901px){
|
|
|
|
|
.toolbar-icon-menu {
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
.toolbar-icon-options {
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gg-menu {
|
|
|
|
|
transform: scale(var(--ggs,1))
|
|
|
|
|
}
|
|
|
|
|
.gg-menu,
|
|
|
|
|
.gg-menu::after,
|
|
|
|
|
.gg-menu::before {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 2px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
background: currentColor
|
|
|
|
|
}
|
|
|
|
|
.gg-menu::after,
|
|
|
|
|
.gg-menu::before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -6px
|
|
|
|
|
}
|
|
|
|
|
.gg-menu::after {
|
|
|
|
|
top: 6px
|
|
|
|
|
}
|
|
|
|
|
.gg-options {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
transform: scale(var(--ggs,1));
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 2px;
|
|
|
|
|
box-shadow:
|
|
|
|
|
-3px 4px 0 0,
|
|
|
|
|
3px -4px 0 0
|
|
|
|
|
}
|
|
|
|
|
.gg-options::after,
|
|
|
|
|
.gg-options::before {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
border: 2px solid;
|
|
|
|
|
border-radius: 100%
|
|
|
|
|
}
|
|
|
|
|
.gg-options::before {
|
|
|
|
|
top: -7px;
|
|
|
|
|
left: -4px
|
|
|
|
|
}
|
|
|
|
|
.gg-options::after {
|
|
|
|
|
bottom: -7px;
|
|
|
|
|
right: -4px
|
|
|
|
|
}
|
|
|
|
|
.gg-search {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
transform: scale(var(--ggs,1));
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
border: 2px solid;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
margin-left: -4px;
|
|
|
|
|
margin-top: -4px
|
|
|
|
|
}
|
|
|
|
|
.gg-search::after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: absolute;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
width: 2px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
background: currentColor;
|
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
|
top: 10px;
|
|
|
|
|
left: 12px
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
|
|
|
|
<div class="tsd-page-toolbar">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="table-wrap">
|
|
|
|
|
<div class="table-cell" id="tsd-search" data-index="assets/js/search.json" data-base=".">
|
|
|
|
|
<div class="field">
|
|
|
|
|
<label for="tsd-search-field" class="toolbar-icon toolbar-icon-search"><i class="gg-search"></i></label>
|
|
|
|
|
<input id="tsd-search-field" type="text" />
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="results">
|
|
|
|
|
<li class="state loading">Preparing search index...</li>
|
|
|
|
|
<li class="state failure">The search index is not available</li>
|
|
|
|
|
</ul>
|
2021-01-20 10:19:55 +01:00
|
|
|
|
<a href="index.html" class="title">libp2p-interfaces - v0.8.2</a>
|
2020-12-10 14:07:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
<div class="table-cell" id="tsd-widgets">
|
|
|
|
|
<a href="#" class="toolbar-icon toolbar-icon-menu" data-toggle="menu"><i class="gg-menu"></i></a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tsd-page-title">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<ul class="tsd-breadcrumb">
|
|
|
|
|
</ul>
|
2021-01-20 10:19:55 +01:00
|
|
|
|
<h1>libp2p-interfaces - v0.8.2</h1>
|
2020-12-10 14:07:32 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
<div class="container container-main">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-8 col-content">
|
|
|
|
|
<section class="tsd-panel-group tsd-index-group">
|
|
|
|
|
<h2>Index</h2>
|
|
|
|
|
<section class="tsd-panel tsd-index-panel">
|
|
|
|
|
<div class="tsd-index-content">
|
|
|
|
|
<section class="tsd-index-section ">
|
|
|
|
|
<h3>Modules</h3>
|
|
|
|
|
<ul class="tsd-index-list">
|
|
|
|
|
<li class="tsd-kind-module"><a href="modules/__libp2p_interfaces_.html" class="tsd-kind-icon">" |