UNPKG

@verax-attestation-registry/verax-sdk

Version:

Verax Attestation Registry SDK to interact with the subgraph and the contracts

3 lines 302 B
import { PublicClient, TransactionReceipt, WalletClient } from "viem"; export declare function executeTransaction(request: any, publicClient: PublicClient, walletClient?: WalletClient, waitForConfirmation?: boolean): Promise<Partial<TransactionReceipt>>; //# sourceMappingURL=transactionSender.d.ts.map