UNPKG

multichain-api

Version:
7 lines (6 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function EncryptWallet(passphrase) { return { method: 'encryptwallet', params: [passphrase] }; } exports.EncryptWallet = EncryptWallet;