All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.metadata.v1.EventScopeUpdatedOrBuilder 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 EventScopeUpdatedOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventScopeUpdated)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * scope_addr is the bech32 address string of the scope id that was updated.
   * 
* * string scope_addr = 1; */ java.lang.String getScopeAddr(); /** *
   * scope_addr is the bech32 address string of the scope id that was updated.
   * 
* * string scope_addr = 1; */ com.google.protobuf.ByteString getScopeAddrBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy