UNPKG

multichain-api

Version:
7 lines (6 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function GetWalletInfo() { return { method: 'getwalletinfo' }; } exports.GetWalletInfo = GetWalletInfo;