![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.EventRecordDeletedOrBuilder 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 EventRecordDeletedOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.EventRecordDeleted)
com.google.protobuf.MessageOrBuilder {
/**
*
* record is the bech32 address string of the record id that was deleted.
*
*
* string record_addr = 1;
*/
java.lang.String getRecordAddr();
/**
*
* record is the bech32 address string of the record id that was deleted.
*
*
* string record_addr = 1;
*/
com.google.protobuf.ByteString
getRecordAddrBytes();
/**
*
* scope_addr is the bech32 address string of the scope id this record belonged to.
*
*
* string scope_addr = 3;
*/
java.lang.String getScopeAddr();
/**
*
* scope_addr is the bech32 address string of the scope id this record belonged to.
*
*
* string scope_addr = 3;
*/
com.google.protobuf.ByteString
getScopeAddrBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy