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.

5 lines 151 B
export type NetworkType = 'mainnet' | 'testnet'; export interface PrettyPrintOptions { prettyPrint?: boolean; } //# sourceMappingURL=types.d.ts.map