DeploymentTransaction
type DeploymentTransaction = {  addresses: Array<string>;  contractType: DeployedContractType | string;};
type addresses = Array<string>;
type contractType = DeployedContractType | string;
type DeploymentTransaction = {  addresses: Array<string>;  contractType: DeployedContractType | string;};
type addresses = Array<string>;
type contractType = DeployedContractType | string;