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