UNPKG

@uprtcl/ipfs-provider

Version:

_Prtcl provider wrappers around ipfs-http-client

9 lines (8 loc) 163 B
export interface IpfsConnectionOptions { host: string; port: number; protocol: string; headers?: { [key: string]: string; }; }