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

com.savl.ripple.client.enums.Command Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.savl.ripple.client.enums;

public enum Command {
    account_currencies,
    account_info,
    account_lines,
    account_offers,
    account_tx,
    blacklist,
    book_offers,
    connect,
    consensus_info,
    feature,
    fetch_info,
    get_counts,
    internal,
    ledger,
    ledger_accept,
    ledger_cleaner,
    ledger_closed,
    ledger_current,
    ledger_data,
    ledger_entry,
    ledger_header,
    ledger_request,
    log_level,
    logrotate,
    owner_info,
    path_find,
    peers,
    ping,
    print,
    proof_create,
    proof_solve,
    proof_verify,
    random,
    ripple_path_find,
    server_info,
    server_state,
    sign,
    sms,
    stop,
    submit,
    subscribe,
    transaction_entry,
    tx,
    tx_history,
    unl_add,
    unl_delete,
    unl_list,
    unl_load,
    unl_network,
    unl_reset,
    unl_score,
    unsubscribe,
    validation_create,
    validation_seed,
    wallet_accounts,
    wallet_propose,
    wallet_seed
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy