UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

11 lines (10 loc) 274 B
/** @ignore */ /** @internal */ /** * @param method Signum API name * @param parameters object * @param response an HttpResponse * @throws Error on failure * @internal */ export declare function verifyTransaction(method: string, parameters: any, response: any): void;