UNPKG

multichain-api

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