UNPKG

multichain-api

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