UNPKG

create-tezos-smart-contract

Version:

Node.js toolset to write, test and deploy Tezos smart contracts

8 lines (7 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFaucet = void 0; const isFaucet = (tezosDefaultSigner) => { return !!tezosDefaultSigner.mnemonic; }; exports.isFaucet = isFaucet;