Represents a JSON-RPC error for Hedera operations.

interface HederaJsonRpcError {
    error: HederaErrorResponse<T>;
    id: number;
    jsonrpc: "2.0";
}

Type Parameters

  • T = string | number

    Generic type for additional data in the error response.

Properties

Properties

id: number
jsonrpc: "2.0"

Generated using TypeDoc