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

org.web3j.abi.datatypes.generated.Bytes7 Maven / Gradle / Ivy

Go to download

Ethereum Application Binary Interface (ABI) for working with smart contracts

There is a newer version: 5.0.0
Show newest version
package org.web3j.abi.datatypes.generated;

import org.web3j.abi.datatypes.Bytes;

/**
 * Auto generated code.
 * 

Do not modifiy! *

Please use org.web3j.codegen.AbiTypesGenerator in the * codegen module to update. */ public class Bytes7 extends Bytes { public static final Bytes7 DEFAULT = new Bytes7(new byte[7]); public Bytes7(byte[] value) { super(7, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy