UNPKG

multichain-api

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