C# Класс Ipfs.Commands.IpfsBitSwap

Наследование: Ipfs.Json.IpfsCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Stat ( ) : Task

Show some diagnostic information on the bitswap agent

Unwant ( string key ) : Task

Remove a given block from your wantlist

Wantlist ( string peer = null ) : Task

Show blocks currently on the wantlist Print out all blocks currently on the bitswap wantlist for the local peer

Приватные методы

Метод Описание
IpfsBitSwap ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

Описание методов

Stat() публичный Метод

Show some diagnostic information on the bitswap agent
public Stat ( ) : Task
Результат Task

Unwant() публичный Метод

Remove a given block from your wantlist
public Unwant ( string key ) : Task
key string key to remove from your wantlist
Результат Task

Wantlist() публичный Метод

Show blocks currently on the wantlist Print out all blocks currently on the bitswap wantlist for the local peer
public Wantlist ( string peer = null ) : Task
peer string specify which peer to show wantlist for (default self)
Результат Task