UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

17 lines (16 loc) 539 B
import { CustomError } from "../customError"; export declare class UnexpectedArgumentTypeError extends CustomError { constructor(typedArg: any); } export declare class MissingGtxException extends CustomError { constructor(); } export declare class AlreadySignedTransactionException extends CustomError { constructor(operation: string); } export declare class NumberOfSignersAndSignaturesException extends CustomError { constructor(); } export declare class MissingSignerException extends CustomError { constructor(); }