Interface TokenUnpauseTransactionBodyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
TokenUnpauseTransactionBody, TokenUnpauseTransactionBody.Builder

@Generated public interface TokenUnpauseTransactionBodyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * A token identifier.
    boolean
    * A token identifier.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasToken

      boolean hasToken()
       *
       A token identifier.
       <p>
       The identified token SHALL be "unpaused". Subsequent transactions
       involving that token MAY succeed.
       
      .proto.TokenID token = 1;
      Returns:
      Whether the token field is set.
    • getToken

      TokenID getToken()
       *
       A token identifier.
       <p>
       The identified token SHALL be "unpaused". Subsequent transactions
       involving that token MAY succeed.
       
      .proto.TokenID token = 1;
      Returns:
      The token.