UNPKG

@blockfrost/blockfrost-cardano-cli

Version:

Drop-in(ish) replacement for cardano-cli powered by Blockfrost

12 lines (11 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERROR = void 0; exports.ERROR = { FLAG_UNSUPPORTED_TESTNET_MAGIC: `Unsupported testnet magic.`, FLAG_MISSING_OUT_FILE: 'Missing flag: --out-file', FILE_CANNOT_READ: 'Cannot read a file', TX_FILE_UNKNOWN_FORMAT: 'Unknown transaction file format.', FILE_WRITE_FAIL: `Failed to write to a file`, ENV_PROJECT_ID_NOT_SET: `Environment variable %s not set`, };