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.

14 lines 459 B
export declare class PayloadSizeError extends Error { payloadSize: number; constructor(message: string, payloadSize: number); } export declare class AccountCreationError extends Error { constructor(message: string); } export declare class TopicCreationError extends Error { constructor(message: string); } export declare class ConnectionConfirmationError extends Error { constructor(message: string); } //# sourceMappingURL=errors.d.ts.map