io.provenance.metadata.v1.EventRecordCreatedOrBuilder 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 EventRecordCreatedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventRecordCreated)
com.google.protobuf.MessageOrBuilder {
/**
*
* record_addr is the bech32 address string of the record id that was created.
*
*
* string record_addr = 1;
*/
java.lang.String getRecordAddr();
/**
*
* record_addr is the bech32 address string of the record id that was created.
*
*
* string record_addr = 1;
*/
com.google.protobuf.ByteString
getRecordAddrBytes();
/**
*
* session_addr is the bech32 address string of the session id this record belongs to.
*
*
* string session_addr = 2;
*/
java.lang.String getSessionAddr();
/**
*
* session_addr is the bech32 address string of the session id this record belongs to.
*
*
* string session_addr = 2;
*/
com.google.protobuf.ByteString
getSessionAddrBytes();
/**
*
* scope_addr is the bech32 address string of the scope id this record belongs to.
*
*
* string scope_addr = 3;
*/
java.lang.String getScopeAddr();
/**
*
* scope_addr is the bech32 address string of the scope id this record belongs to.
*
*
* string scope_addr = 3;
*/
com.google.protobuf.ByteString
getScopeAddrBytes();
}