Class LiberlandCitizenRegistry<InvocationData,ReturnedData>

java.lang.Object
nxt.addons.AbstractContract<InvocationData,ReturnedData>
com.jelurida.ardor.contracts.LiberlandCitizenRegistry<InvocationData,ReturnedData>
All Implemented Interfaces:
Contract<InvocationData,ReturnedData>

public class LiberlandCitizenRegistry<InvocationData,ReturnedData> extends AbstractContract<InvocationData,ReturnedData>
Load Liberland citizen records and register them on the blockchain as account proprties This class requires JDK 11, since we still rely on JDK 8 we comment out all the JDK 11 code and replaced it with mockup data that you'll need to comment out. Add the --add-modules java.net.http to the compiler command line.