UNPKG

@hashgraphonline/standards-sdk

Version:

The Hashgraph Online Standards SDK provides a complete implementation of the Hashgraph Consensus Standards (HCS), giving developers all the tools needed to build applications on Hedera.

15 lines (14 loc) 275 B
class UtilParser { static parseUtilPrng(body) { if (!body) return void 0; const data = {}; if (body.range && body.range !== 0) { data.range = body.range; } return data; } } export { UtilParser }; //# sourceMappingURL=standards-sdk.es39.js.map