UNPKG

@ew-did-registry/did-ipfs-store

Version:

IPFS-based implementation of IDidStore

7 lines (6 loc) 151 B
export interface IpfsClientOptions { // Request headers headers?: Headers | Record<string, string>; // Url path to the API apiPath?: string; }