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

com.org1.function.StateUpdater Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
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