UNPKG

@descent-protocol/sdk

Version:

A Typescript library for interacting with the Descent Protocol

3 lines (2 loc) 175 B
import { ContractName, SupportedNetwork } from './types'; export declare const getContractAddress: (contractName: ContractName, network: SupportedNetwork | string) => string;