UNPKG

@unspent/phi

Version:

a collection of anyone can spend contracts

9 lines 357 B
// Weird setup to allow both Enum parameters, as well as literal strings // https://stackoverflow.com/questions/51433319/typescript-constructor-accept-string-for-enum const literal = (l) => l; export const Network = { MAINNET: literal("mainnet"), TESTNET: literal("testnet"), REGTEST: literal("regtest"), }; //# sourceMappingURL=interface.js.map