UNPKG

@citizenwallet/sdk

Version:

An sdk to easily work with citizen wallet.

4 lines 286 B
import { type CommunityConfig } from "../config"; export declare const getCardAddress: (config: CommunityConfig, hashedSerial: string) => Promise<string | null>; export declare const instanceOwner: (config: CommunityConfig) => Promise<string | null>; //# sourceMappingURL=index.d.ts.map