ipfsd-ctl
Version:
Spawn IPFS Daemons, JS or Go
20 lines • 496 B
TypeScript
import type { ControllerType } from './index.js';
export interface ConfigInit {
type?: ControllerType;
}
declare const _default: (init: ConfigInit) => {
API: {
HTTPHeaders: {
'Access-Control-Allow-Origin': string[];
'Access-Control-Allow-Methods': string[];
};
};
Addresses: {
Swarm: string[];
API: string;
Gateway: string;
RPC: string;
};
};
export default _default;
//# sourceMappingURL=config.d.ts.map