ipfs-http-client
Version:
A client library for the IPFS HTTP API
8 lines • 652 B
TypeScript
/**
* @typedef {import('../types').HTTPClientExtraOptions} HTTPClientExtraOptions
* @typedef {import('ipfs-core-types/src/key').API<HTTPClientExtraOptions>} KeyAPI
*/
export const createRename: import("../lib/configure.js").Factory<(oldName: string, newName: string, options?: (import("ipfs-core-types/src/utils").AbortOptions & import("../types").HTTPClientExtraOptions) | undefined) => Promise<import("ipfs-core-types/src/key").RenameKeyResult>>;
export type HTTPClientExtraOptions = import('../types').HTTPClientExtraOptions;
export type KeyAPI = import('ipfs-core-types/src/key').API<HTTPClientExtraOptions>;
//# sourceMappingURL=rename.d.ts.map