![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.marker.v1.GenesisStateOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/marker/v1/genesis.proto
package io.provenance.marker.v1;
public interface GenesisStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.marker.v1.GenesisState)
com.google.protobuf.MessageOrBuilder {
/**
*
* params defines all the parameters of the module.
*
*
* .provenance.marker.v1.Params params = 1 [(.gogoproto.nullable) = false];
*/
boolean hasParams();
/**
*
* params defines all the parameters of the module.
*
*
* .provenance.marker.v1.Params params = 1 [(.gogoproto.nullable) = false];
*/
io.provenance.marker.v1.Params getParams();
/**
*
* params defines all the parameters of the module.
*
*
* .provenance.marker.v1.Params params = 1 [(.gogoproto.nullable) = false];
*/
io.provenance.marker.v1.ParamsOrBuilder getParamsOrBuilder();
/**
*
* A collection of marker accounts to create on start
*
*
* repeated .provenance.marker.v1.MarkerAccount markers = 2 [(.gogoproto.nullable) = false];
*/
java.util.List
getMarkersList();
/**
*
* A collection of marker accounts to create on start
*
*
* repeated .provenance.marker.v1.MarkerAccount markers = 2 [(.gogoproto.nullable) = false];
*/
io.provenance.marker.v1.MarkerAccount getMarkers(int index);
/**
*
* A collection of marker accounts to create on start
*
*
* repeated .provenance.marker.v1.MarkerAccount markers = 2 [(.gogoproto.nullable) = false];
*/
int getMarkersCount();
/**
*
* A collection of marker accounts to create on start
*
*
* repeated .provenance.marker.v1.MarkerAccount markers = 2 [(.gogoproto.nullable) = false];
*/
java.util.List extends io.provenance.marker.v1.MarkerAccountOrBuilder>
getMarkersOrBuilderList();
/**
*
* A collection of marker accounts to create on start
*
*
* repeated .provenance.marker.v1.MarkerAccount markers = 2 [(.gogoproto.nullable) = false];
*/
io.provenance.marker.v1.MarkerAccountOrBuilder getMarkersOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy