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

com.github.DNAProject.smartcontract.neovm.abi.Struct Maven / Gradle / Ivy

The newest version!
package com.github.DNAProject.smartcontract.neovm.abi;

import java.util.ArrayList;
import java.util.List;


public class Struct {
    public List list = new ArrayList();
    public Struct(){

    }
    public Struct add(Object... objs){
        for(int i=0;i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy