summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/bitswap.rs
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2018-01-23 20:24:44 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2018-01-23 20:24:44 -0500
commit1661d3e4a90ea2797b3b0485c9396b0b79473e0c (patch)
tree2fe85a30d67cfb38b2d8fa2da99838e7053206a7 /ipfs-api/src/response/bitswap.rs
parenta6c716e771ac041323fefcc1d04dc98490c38eff (diff)
add /bitswap/reprovide
Diffstat (limited to 'ipfs-api/src/response/bitswap.rs')
-rw-r--r--ipfs-api/src/response/bitswap.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipfs-api/src/response/bitswap.rs b/ipfs-api/src/response/bitswap.rs
index 69b9705..c1039de 100644
--- a/ipfs-api/src/response/bitswap.rs
+++ b/ipfs-api/src/response/bitswap.rs
@@ -18,6 +18,8 @@ pub struct BitswapLedgerResponse {
pub exchanged: u64,
}
+pub type BitswapReprovideResponse = ();
+
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct BitswapStatResponse {