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

io.provenance.marker.v1.MsgAddAccessRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/marker/v1/tx.proto

package io.provenance.marker.v1;

public interface MsgAddAccessRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.marker.v1.MsgAddAccessRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string denom = 1;
   */
  java.lang.String getDenom();
  /**
   * string denom = 1;
   */
  com.google.protobuf.ByteString
      getDenomBytes();

  /**
   * string administrator = 2;
   */
  java.lang.String getAdministrator();
  /**
   * string administrator = 2;
   */
  com.google.protobuf.ByteString
      getAdministratorBytes();

  /**
   * repeated .provenance.marker.v1.AccessGrant access = 3 [(.gogoproto.nullable) = false];
   */
  java.util.List 
      getAccessList();
  /**
   * repeated .provenance.marker.v1.AccessGrant access = 3 [(.gogoproto.nullable) = false];
   */
  io.provenance.marker.v1.AccessGrant getAccess(int index);
  /**
   * repeated .provenance.marker.v1.AccessGrant access = 3 [(.gogoproto.nullable) = false];
   */
  int getAccessCount();
  /**
   * repeated .provenance.marker.v1.AccessGrant access = 3 [(.gogoproto.nullable) = false];
   */
  java.util.List 
      getAccessOrBuilderList();
  /**
   * repeated .provenance.marker.v1.AccessGrant access = 3 [(.gogoproto.nullable) = false];
   */
  io.provenance.marker.v1.AccessGrantOrBuilder getAccessOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy