UNPKG

@citizenwallet/sdk

Version:

An sdk to easily work with citizen wallet.

5 lines 251 B
import { CommunityConfig } from "../config"; export declare const waitForTxSuccess: (config: CommunityConfig, txHash: string, timeout?: number, options?: { accountFactoryAddress?: string; }) => Promise<boolean>; //# sourceMappingURL=index.d.ts.map