Interface TokenPauseTransactionBodyOrBuilder

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

@Generated public interface TokenPauseTransactionBodyOrBuilder 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 paused. Subsequent transactions
       involving that token SHALL fail until the token is "unpaused".
       
      .proto.TokenID token = 1;
      Returns:
      Whether the token field is set.
    • getToken

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