UNPKG

multichain-api

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