filecoin-pin
Version:
Bridge IPFS content to Filecoin Onchain Cloud using familiar tools
18 lines • 500 B
TypeScript
/**
* Default metadata for Synapse data sets created by filecoin-pin
*/
export declare const DEFAULT_DATA_SET_METADATA: {
readonly withIPFSIndexing: "";
readonly source: "filecoin-pin";
};
/**
* Default configuration for creating storage contexts
*/
export declare const DEFAULT_STORAGE_CONTEXT_CONFIG: {
readonly withIpni: true;
readonly metadata: {
readonly withIPFSIndexing: "";
readonly source: "filecoin-pin";
};
};
//# sourceMappingURL=constants.d.ts.map