interface DeployedContract {
    address: string;
    owner: string;
    version: string;
}

Properties

Properties

address: string
owner: string
version: string

Generated using TypeDoc