UNPKG

@citizenwallet/sdk

Version:

An sdk to easily work with citizen wallet.

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