UNPKG

multichain-api

Version:
7 lines (6 loc) 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function GetBlockHash(height) { return { method: 'getblockhash', params: [height] }; } exports.GetBlockHash = GetBlockHash;