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.

6 lines 269 B
import { proto } from '@hashgraph/proto'; import { UtilPrngData } from '../transaction-parser-types'; export declare class UtilParser { static parseUtilPrng(body: proto.IUtilPrngTransactionBody): UtilPrngData | undefined; } //# sourceMappingURL=util-parser.d.ts.map