UNPKG

multichain-api

Version:
7 lines (6 loc) 149 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Ping() { return { method: 'ping' }; } exports.Ping = Ping;