Interface CoinTransferOuterClass.CoinTransferOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CoinTransferOuterClass.CoinTransfer, CoinTransferOuterClass.CoinTransfer.Builder
Enclosing class:
CoinTransferOuterClass

public static interface CoinTransferOuterClass.CoinTransferOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string amount = 7;
    com.google.protobuf.ByteString
    string amount = 7;
    long
    uint64 block_height = 1;
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp block_timestamp = 2;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp block_timestamp = 2;
    string denom = 8;
    com.google.protobuf.ByteString
    string denom = 8;
    string event_type = 3;
    com.google.protobuf.ByteString
    string event_type = 3;
    string recipient = 5;
    com.google.protobuf.ByteString
    string recipient = 5;
    string sender = 6;
    com.google.protobuf.ByteString
    string sender = 6;
    string tx_hash = 4;
    com.google.protobuf.ByteString
    string tx_hash = 4;
    boolean
    .google.protobuf.Timestamp block_timestamp = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • getRecipient

      String getRecipient()
      string recipient = 5;
      Returns:
      The recipient.
    • getRecipientBytes

      com.google.protobuf.ByteString getRecipientBytes()
      string recipient = 5;
      Returns:
      The bytes for recipient.
    • getSender

      String getSender()
      string sender = 6;
      Returns:
      The sender.
    • getSenderBytes

      com.google.protobuf.ByteString getSenderBytes()
      string sender = 6;
      Returns:
      The bytes for sender.
    • getAmount

      String getAmount()
      string amount = 7;
      Returns:
      The amount.
    • getAmountBytes

      com.google.protobuf.ByteString getAmountBytes()
      string amount = 7;
      Returns:
      The bytes for amount.
    • getDenom

      String getDenom()
      string denom = 8;
      Returns:
      The denom.
    • getDenomBytes

      com.google.protobuf.ByteString getDenomBytes()
      string denom = 8;
      Returns:
      The bytes for denom.