UNPKG

multichain-api

Version:
7 lines (6 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function PrepareLockUnspentFrom(...params) { return params.length === 0 ? { method: 'preparelockunspentfrom' } : { method: 'preparelockunspentfrom', params }; } exports.PrepareLockUnspentFrom = PrepareLockUnspentFrom;