UNPKG

@citizenwallet/sdk

Version:

An sdk to easily work with citizen wallet.

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