UNPKG

@uprtcl/ipfs-provider

Version:

_Prtcl provider wrappers around ipfs-http-client

7 lines (6 loc) 134 B
export interface IpfsConnectionOptions { host: string; port: number; protocol: string; headers?: { [key: string]: string }; }