@citizenwallet/sdk
Version:
An sdk to easily work with citizen wallet.
9 lines • 550 B
TypeScript
import { JsonRpcProvider } from "ethers";
export declare const MINTER_ROLE = "0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6";
export declare const PROFILE_ADMIN_ROLE = "0x224b562a599bb6f57441f98a50de513dff0de3d9b620f342c27a4e4a898ce8e2";
export declare function isFunctionInABI(func: string, abi: (unknown & {
type: string;
name: string;
})[]): boolean;
export declare function hasRole(tokenAddress: string, role: string, account: string, provider: JsonRpcProvider): Promise<boolean>;
//# sourceMappingURL=crypto.d.ts.map