@flaunch/sdk
Version:
Flaunch SDK to easily interact with the Flaunch protocol
10 lines • 457 B
TypeScript
import { Address } from "viem";
import { Permissions } from "../types";
/**
* Maps a Permissions enum value to its corresponding contract address
* @param permissions - The permissions enum value
* @param chainId - The chain ID to get the address for
* @returns The corresponding permissions contract address
*/
export declare function getPermissionsAddress(permissions: Permissions, chainId: number): Address;
//# sourceMappingURL=permissions.d.ts.map