com.org1.function.StateUpdater Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalardl-java-client-sdk Show documentation
Show all versions of scalardl-java-client-sdk Show documentation
A client-side Java library to interact with Scalar DL network.
package com.org1.function;
import com.scalar.dl.ledger.database.Database;
import com.scalar.dl.ledger.function.Function;
import java.util.Optional;
import javax.json.JsonObject;
public class StateUpdater extends Function {
@Override
public void invoke(Database database, Optional optional,
JsonObject jsonObject, Optional optional1) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy