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

com.seq.api.DevUtils Maven / Gradle / Ivy

There is a newer version: 2.2
Show newest version
package com.seq.api;

import java.util.*;

import com.seq.http.*;
import com.seq.exception.*;

/**
 * Namespace for development-only methods.
 */
public class DevUtils {
  /**
   * Resets all data in the ledger.
   * @param client ledger API connection object
   */
  public static void reset(Client client) throws ChainException {
    Map params = new HashMap<>();
    client.request("reset", params, Object.class);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy