UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

24 lines (20 loc) 357 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var types = { InflationInfo: { inflation: "u64", roi: "u64" }, Proof: { root: "H256", proof: "Vec<H256>", number_of_leaves: "u64", leaf_index: "u64", leaf: "H256" } }; var typesCommon = { types: types }; exports.default = typesCommon; exports.types = types;