interface StacksContractAddress {
    contractName: string;
    deployerAddress: string;
}

Properties

contractName: string
deployerAddress: string