DeployPublishedContractOptions
type DeployPublishedContractOptions = { contractId: string; contractParams: Array<unknown>; implementationConstructorParams?: Array<unknown>; publisher?: string; version?: string;};
type contractId = string;
type contractParams = Array<unknown>;
type implementationConstructorParams = Array<unknown>;
type publisher = string;
type version = string;