![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.marker.v1.RemoveAdministratorProposalOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/marker/v1/proposals.proto
package io.provenance.marker.v1;
public interface RemoveAdministratorProposalOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.marker.v1.RemoveAdministratorProposal)
com.google.protobuf.MessageOrBuilder {
/**
* string title = 1;
*/
java.lang.String getTitle();
/**
* string title = 1;
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
* string description = 2;
*/
java.lang.String getDescription();
/**
* string description = 2;
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* string denom = 3;
*/
java.lang.String getDenom();
/**
* string denom = 3;
*/
com.google.protobuf.ByteString
getDenomBytes();
/**
* repeated string removed_address = 4;
*/
java.util.List
getRemovedAddressList();
/**
* repeated string removed_address = 4;
*/
int getRemovedAddressCount();
/**
* repeated string removed_address = 4;
*/
java.lang.String getRemovedAddress(int index);
/**
* repeated string removed_address = 4;
*/
com.google.protobuf.ByteString
getRemovedAddressBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy