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

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

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 Bytes32 extends Bytes { public static final Bytes32 DEFAULT = new Bytes32(new byte[32]); public Bytes32(byte[] value) { super(32, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy