UNPKG

multichain-api

Version:
8 lines (7 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function DecodeRawExchange(transaction, verbose) { const params = [transaction, verbose].filter(v => v !== undefined); return { method: 'decoderawexchange', params }; } exports.DecodeRawExchange = DecodeRawExchange;