UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

23 lines (22 loc) 722 B
import { CustomError } from "../customError"; export declare class MissingPubKeyError extends CustomError { constructor(); } export declare class MissingBlockchainIdentifierError extends CustomError { constructor(); } export declare class MissingNodeUrlError extends CustomError { constructor(); } export declare class BlockchainUrlUndefinedException extends CustomError { constructor(brid: string | number); } export declare class DirectoryNodeUrlPoolException extends CustomError { constructor(); } export declare class InvalidTransactionFormatException extends CustomError { constructor(); } export declare class GetTransactionRidException extends CustomError { constructor(error: Error); }