Type alias IPFSConfiguration

IPFSConfiguration: {
    cluster?: IPFSClusterConfiguration;
    hashAlg?: string;
    node: IPFSNodeConfiguration;
}

Configuration for the IPFS layer. Must sepcify a node, but can also specify a cluster to pin data to.

Type declaration

Generated using TypeDoc