We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5c53a commit 5df7d78Copy full SHA for 5df7d78
1 file changed
catalog/operations/update_contract_metadata.go
@@ -15,12 +15,12 @@ type UpdateContractMetadataDeps struct {
15
DataStore cldfdatastore.DataStore
16
}
17
18
-// UpdateContractMetadataInput is the serializable input of a UpdateContractMetadataOp invocation.
+// UpdateContractMetadataInput is the serializable input of an UpdateContractMetadataOp invocation.
19
type UpdateContractMetadataInput struct {
20
ContractMetadata []cldfdatastore.ContractMetadata
21
22
23
-// UpdateContractMetadataOutput is the serializable output of a UpdateContractMetadataOp invocation.
+// UpdateContractMetadataOutput is the serializable output of an UpdateContractMetadataOp invocation.
24
type UpdateContractMetadataOutput struct {
25
DataStore cldfdatastore.MutableDataStore
26
0 commit comments