Interface IIpfsAdapter
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IIpfsAdapter : ICoreApi, IDisposable
Properties
|
Improve this Doc
View Source
Bitswap
Declaration
IBitswapApi Bitswap { get; }
Property Value
| Type |
Description |
| IBitswapApi |
|
|
Improve this Doc
View Source
Block
Declaration
Property Value
| Type |
Description |
| IBlockApi |
|
|
Improve this Doc
View Source
BlockRepository
Declaration
IBlockRepositoryApi BlockRepository { get; }
Property Value
| Type |
Description |
| IBlockRepositoryApi |
|
|
Improve this Doc
View Source
Bootstrap
Declaration
IBootstrapApi Bootstrap { get; }
Property Value
| Type |
Description |
| IBootstrapApi |
|
|
Improve this Doc
View Source
Config
Declaration
IConfigApi Config { get; }
Property Value
| Type |
Description |
| IConfigApi |
|
|
Improve this Doc
View Source
Dag
Declaration
Property Value
|
Improve this Doc
View Source
Dht
Declaration
Property Value
|
Improve this Doc
View Source
Dns
Declaration
Property Value
|
Improve this Doc
View Source
FileSystem
Declaration
IFileSystemApi FileSystem { get; }
Property Value
| Type |
Description |
| IFileSystemApi |
|
|
Improve this Doc
View Source
Generic
Declaration
IGenericApi Generic { get; }
Property Value
| Type |
Description |
| IGenericApi |
|
|
Improve this Doc
View Source
Key
Declaration
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
| Type |
Description |
| INameApi |
|
|
Improve this Doc
View Source
Object
Declaration
IObjectApi Object { get; }
Property Value
| Type |
Description |
| IObjectApi |
|
|
Improve this Doc
View Source
Options
Declaration
IpfsEngineOptions Options { get; }
Property Value
| Type |
Description |
| IpfsEngineOptions |
|
|
Improve this Doc
View Source
Pin
Declaration
Property Value
|
Improve this Doc
View Source
PubSub
Declaration
IPubSubApi PubSub { get; }
Property Value
| Type |
Description |
| IPubSubApi |
|
|
Improve this Doc
View Source
Stats
Declaration
Property Value
| Type |
Description |
| IStatsApi |
|
|
Improve this Doc
View Source
Swarm
Declaration
Property Value
| Type |
Description |
| ISwarmApi |
|
Methods
|
Improve this Doc
View Source
Dispose()
Declaration