UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

14 lines 739 B
import { Hex } from 'viem'; import { Address } from './ContractTypes'; declare function getContractAddress(tokenName: string): Promise<Address>; declare function setIsEntitled(contractName: string, userAddress: Address, id: bigint, entitled: boolean): Promise<void>; declare function isEntitled(customEntitlementContractName: string, userAddresses: Address[], id: bigint): Promise<boolean>; declare function encodeIdParameter(id: bigint): Hex; export declare const TestCrossChainEntitlement: { getContractAddress: typeof getContractAddress; encodeIdParameter: typeof encodeIdParameter; setIsEntitled: typeof setIsEntitled; isEntitled: typeof isEntitled; }; export {}; //# sourceMappingURL=TestCrossChainEntitlement.d.ts.map