Package tech.figure.aggregate.proto
Interface MarkerTransferOuterClass.MarkerTransferOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarkerTransferOuterClass.MarkerTransfer,MarkerTransferOuterClass.MarkerTransfer.Builder
- Enclosing class:
- MarkerTransferOuterClass
public static interface MarkerTransferOuterClass.MarkerTransferOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring administrator = 7;com.google.protobuf.ByteStringstring administrator = 7;string amount = 5;com.google.protobuf.ByteStringstring amount = 5;longuint64 block_height = 1;com.google.protobuf.Timestamp.google.protobuf.Timestamp block_timestamp = 2;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp block_timestamp = 2;getDenom()string denom = 6;com.google.protobuf.ByteStringstring denom = 6;string event_type = 3;com.google.protobuf.ByteStringstring event_type = 3;string from_address = 9;com.google.protobuf.ByteStringstring from_address = 9;string to_address = 8;com.google.protobuf.ByteStringstring to_address = 8;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.
-
getAmount
String getAmount()string amount = 5;- Returns:
- The amount.
-
getAmountBytes
com.google.protobuf.ByteString getAmountBytes()string amount = 5;- Returns:
- The bytes for amount.
-
getDenom
String getDenom()string denom = 6;- Returns:
- The denom.
-
getDenomBytes
com.google.protobuf.ByteString getDenomBytes()string denom = 6;- Returns:
- The bytes for denom.
-
getAdministrator
String getAdministrator()string administrator = 7;- Returns:
- The administrator.
-
getAdministratorBytes
com.google.protobuf.ByteString getAdministratorBytes()string administrator = 7;- Returns:
- The bytes for administrator.
-
getToAddress
String getToAddress()string to_address = 8;- Returns:
- The toAddress.
-
getToAddressBytes
com.google.protobuf.ByteString getToAddressBytes()string to_address = 8;- Returns:
- The bytes for toAddress.
-
getFromAddress
String getFromAddress()string from_address = 9;- Returns:
- The fromAddress.
-
getFromAddressBytes
com.google.protobuf.ByteString getFromAddressBytes()string from_address = 9;- Returns:
- The bytes for fromAddress.
-