UNPKG

@crypto-dev/pasar-sdk-development

Version:
9 lines (8 loc) 232 B
import { ChainType } from "./chaintype"; export declare class ContractAddress { private contract; private network; constructor(addr: string, network: ChainType); getContract(): string; getNetwork(): ChainType; }