zkverifyjs
Version:
Submit proofs to zkVerify and query proof state with ease using our npm package.
8 lines • 424 B
TypeScript
import { TransactionType } from '../../../enums';
import { VerifyOptions } from '../../../session/types';
import { TransactionInfoByType } from '../types';
/**
* Initializes a transaction object based on its type.
*/
export declare const initializeTransactionInfo: <T extends TransactionType>(transactionType: T, options: VerifyOptions, batchCount?: number) => TransactionInfoByType[T];
//# sourceMappingURL=index.d.ts.map