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

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

  /**
   * 
   * session_addr is the bech32 address string of the session id that was updated.
   * 
* * string session_addr = 1; */ java.lang.String getSessionAddr(); /** *
   * session_addr is the bech32 address string of the session id that was updated.
   * 
* * string session_addr = 1; */ com.google.protobuf.ByteString getSessionAddrBytes(); /** *
   * scope_addr is the bech32 address string of the scope id this session belongs to.
   * 
* * string scope_addr = 2; */ java.lang.String getScopeAddr(); /** *
   * scope_addr is the bech32 address string of the scope id this session belongs to.
   * 
* * string scope_addr = 2; */ com.google.protobuf.ByteString getScopeAddrBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy