UNPKG

multichain-api

Version:
7 lines (6 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function CreateKeyPairs(count) { return count === undefined ? { method: 'createkeypairs' } : { method: 'createkeypairs', params: [count] }; } exports.CreateKeyPairs = CreateKeyPairs;