![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.EventContractSpecificationDeletedOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/events.proto
package io.provenance.metadata.v1;
public interface EventContractSpecificationDeletedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventContractSpecificationDeleted)
com.google.protobuf.MessageOrBuilder {
/**
*
* contract_specification_addr is the bech32 address string of the specification id of the contract specification that
* was deleted.
*
*
* string contract_specification_addr = 1;
*/
java.lang.String getContractSpecificationAddr();
/**
*
* contract_specification_addr is the bech32 address string of the specification id of the contract specification that
* was deleted.
*
*
* string contract_specification_addr = 1;
*/
com.google.protobuf.ByteString
getContractSpecificationAddrBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy