UNPKG

multichain-api

Version:
7 lines (6 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function ImportWallet(filename) { return { method: 'importwallet', params: [filename] }; } exports.ImportWallet = ImportWallet;