All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.TokenWipeAccountOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TokenWipeAccount.proto

package com.hederahashgraph.api.proto.java;

public interface TokenWipeAccountOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TokenWipeAccount)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .proto.TokenRef token = 1;
   */
  boolean hasToken();
  /**
   * .proto.TokenRef token = 1;
   */
  com.hederahashgraph.api.proto.java.TokenRef getToken();
  /**
   * .proto.TokenRef token = 1;
   */
  com.hederahashgraph.api.proto.java.TokenRefOrBuilder getTokenOrBuilder();

  /**
   * .proto.AccountID account = 2;
   */
  boolean hasAccount();
  /**
   * .proto.AccountID account = 2;
   */
  com.hederahashgraph.api.proto.java.AccountID getAccount();
  /**
   * .proto.AccountID account = 2;
   */
  com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy