type PublishContractParams = { account: Account; metadata: FetchDeployMetadataResult & { version: string }; previousMetadata?: FetchDeployMetadataResult;};
type account = Account;
type metadata = FetchDeployMetadataResult & { version: string };
type previousMetadata = FetchDeployMetadataResult;