UNPKG

multichain-api

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