UNPKG

@gear-js/api

Version:

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

19 lines (17 loc) 266 B
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 }; export { typesCommon as default, types };