UNPKG

@hypernetlabs/objects

Version:
7 lines 274 B
import { EthereumContractAddress } from "./EthereumContractAddress"; export declare class RegistryModule { name: string; address: EthereumContractAddress; constructor(name: string, address: EthereumContractAddress); } //# sourceMappingURL=RegistryModule.d.ts.map