
io.provenance.metadata.v1.EventScopeSpecificationUpdatedOrBuilder 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 EventScopeSpecificationUpdatedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventScopeSpecificationUpdated)
com.google.protobuf.MessageOrBuilder {
/**
*
* scope_specification_addr is the bech32 address string of the specification id of the scope specification that was
* updated.
*
*
* string scope_specification_addr = 1;
*/
java.lang.String getScopeSpecificationAddr();
/**
*
* scope_specification_addr is the bech32 address string of the specification id of the scope specification that was
* updated.
*
*
* string scope_specification_addr = 1;
*/
com.google.protobuf.ByteString
getScopeSpecificationAddrBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy