@citizenwallet/sdk
Version:
An sdk to easily work with citizen wallet.
8 lines • 438 B
TypeScript
import { JsonRpcProvider } from "ethers";
export declare const MINTER_ROLE = "0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6";
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