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

org.fisco.bcos.web3j.tuples.EmptyTuple Maven / Gradle / Ivy

package org.fisco.bcos.web3j.tuples;

/** Empty Tuple type. */
public class EmptyTuple implements Tuple {

  @Override
  public int getSize() {
    return 0;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy