Show / Hide Table of Contents

    Interface IIpfsAdapter

    Namespace: Catalyst.Abstractions.Dfs
    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
    IBlockApi Block { get; }
    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
    IDagApi Dag { get; }
    Property Value
    Type Description
    IDagApi
    | Improve this Doc View Source

    Dht

    Declaration
    IDhtApi Dht { get; }
    Property Value
    Type Description
    IDhtApi
    | Improve this Doc View Source

    Dns

    Declaration
    IDnsApi Dns { get; }
    Property Value
    Type Description
    IDnsApi
    | 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
    IKeyApi Key { get; }
    Property Value
    Type Description
    IKeyApi
    | Improve this Doc View Source

    Name

    Declaration
    INameApi Name { get; }
    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
    IPinApi Pin { get; }
    Property Value
    Type Description
    IPinApi
    | Improve this Doc View Source

    PubSub

    Declaration
    IPubSubApi PubSub { get; }
    Property Value
    Type Description
    IPubSubApi
    | Improve this Doc View Source

    Stats

    Declaration
    IStatsApi Stats { get; }
    Property Value
    Type Description
    IStatsApi
    | Improve this Doc View Source

    Swarm

    Declaration
    ISwarmApi Swarm { get; }
    Property Value
    Type Description
    ISwarmApi

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    void Dispose()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network