Package tech.figure.aggregate.proto
Interface MarkerSupplyOuterClass.MarkerSupplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarkerSupplyOuterClass.MarkerSupply,MarkerSupplyOuterClass.MarkerSupply.Builder
- Enclosing class:
- MarkerSupplyOuterClass
public static interface MarkerSupplyOuterClass.MarkerSupplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring administrator = 8;com.google.protobuf.ByteStringstring administrator = 8;string amount = 7;com.google.protobuf.ByteStringstring amount = 7;longuint64 block_height = 1;com.google.protobuf.Timestamp.google.protobuf.Timestamp block_timestamp = 2;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp block_timestamp = 2;getCoins()string coins = 5;com.google.protobuf.ByteStringstring coins = 5;getDenom()string denom = 6;com.google.protobuf.ByteStringstring denom = 6;string event_type = 3;com.google.protobuf.ByteStringstring event_type = 3;string from_address = 10;com.google.protobuf.ByteStringstring from_address = 10;string metadata_base = 11;com.google.protobuf.ByteStringstring metadata_base = 11;string metadata_denom_units = 14;com.google.protobuf.ByteStringstring metadata_denom_units = 14;string metadata_description = 12;com.google.protobuf.ByteStringstring metadata_description = 12;string metadata_display = 13;com.google.protobuf.ByteStringstring metadata_display = 13;string metadata_name = 15;com.google.protobuf.ByteStringstring metadata_name = 15;string metadata_symbol = 16;com.google.protobuf.ByteStringstring metadata_symbol = 16;string to_address = 9;com.google.protobuf.ByteStringstring to_address = 9;string tx_hash = 4;com.google.protobuf.ByteStringstring tx_hash = 4;boolean.google.protobuf.Timestamp block_timestamp = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBlockHeight
long getBlockHeight()uint64 block_height = 1;- Returns:
- The blockHeight.
-
hasBlockTimestamp
boolean hasBlockTimestamp().google.protobuf.Timestamp block_timestamp = 2;- Returns:
- Whether the blockTimestamp field is set.
-
getBlockTimestamp
com.google.protobuf.Timestamp getBlockTimestamp().google.protobuf.Timestamp block_timestamp = 2;- Returns:
- The blockTimestamp.
-
getBlockTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getBlockTimestampOrBuilder().google.protobuf.Timestamp block_timestamp = 2; -
getEventType
String getEventType()string event_type = 3;- Returns:
- The eventType.
-
getEventTypeBytes
com.google.protobuf.ByteString getEventTypeBytes()string event_type = 3;- Returns:
- The bytes for eventType.
-
getTxHash
String getTxHash()string tx_hash = 4;- Returns:
- The txHash.
-
getTxHashBytes
com.google.protobuf.ByteString getTxHashBytes()string tx_hash = 4;- Returns:
- The bytes for txHash.
-
getCoins
String getCoins()string coins = 5;- Returns:
- The coins.
-
getCoinsBytes
com.google.protobuf.ByteString getCoinsBytes()string coins = 5;- Returns:
- The bytes for coins.
-
getDenom
String getDenom()string denom = 6;- Returns:
- The denom.
-
getDenomBytes
com.google.protobuf.ByteString getDenomBytes()string denom = 6;- Returns:
- The bytes for denom.
-
getAmount
String getAmount()string amount = 7;- Returns:
- The amount.
-
getAmountBytes
com.google.protobuf.ByteString getAmountBytes()string amount = 7;- Returns:
- The bytes for amount.
-
getAdministrator
String getAdministrator()string administrator = 8;- Returns:
- The administrator.
-
getAdministratorBytes
com.google.protobuf.ByteString getAdministratorBytes()string administrator = 8;- Returns:
- The bytes for administrator.
-
getToAddress
String getToAddress()string to_address = 9;- Returns:
- The toAddress.
-
getToAddressBytes
com.google.protobuf.ByteString getToAddressBytes()string to_address = 9;- Returns:
- The bytes for toAddress.
-
getFromAddress
String getFromAddress()string from_address = 10;- Returns:
- The fromAddress.
-
getFromAddressBytes
com.google.protobuf.ByteString getFromAddressBytes()string from_address = 10;- Returns:
- The bytes for fromAddress.
-
getMetadataBase
String getMetadataBase()string metadata_base = 11;- Returns:
- The metadataBase.
-
getMetadataBaseBytes
com.google.protobuf.ByteString getMetadataBaseBytes()string metadata_base = 11;- Returns:
- The bytes for metadataBase.
-
getMetadataDescription
String getMetadataDescription()string metadata_description = 12;- Returns:
- The metadataDescription.
-
getMetadataDescriptionBytes
com.google.protobuf.ByteString getMetadataDescriptionBytes()string metadata_description = 12;- Returns:
- The bytes for metadataDescription.
-
getMetadataDisplay
String getMetadataDisplay()string metadata_display = 13;- Returns:
- The metadataDisplay.
-
getMetadataDisplayBytes
com.google.protobuf.ByteString getMetadataDisplayBytes()string metadata_display = 13;- Returns:
- The bytes for metadataDisplay.
-
getMetadataDenomUnits
String getMetadataDenomUnits()string metadata_denom_units = 14;- Returns:
- The metadataDenomUnits.
-
getMetadataDenomUnitsBytes
com.google.protobuf.ByteString getMetadataDenomUnitsBytes()string metadata_denom_units = 14;- Returns:
- The bytes for metadataDenomUnits.
-
getMetadataName
String getMetadataName()string metadata_name = 15;- Returns:
- The metadataName.
-
getMetadataNameBytes
com.google.protobuf.ByteString getMetadataNameBytes()string metadata_name = 15;- Returns:
- The bytes for metadataName.
-
getMetadataSymbol
String getMetadataSymbol()string metadata_symbol = 16;- Returns:
- The metadataSymbol.
-
getMetadataSymbolBytes
com.google.protobuf.ByteString getMetadataSymbolBytes()string metadata_symbol = 16;- Returns:
- The bytes for metadataSymbol.
-