Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.savl.ripple.client.enums.Command Maven / Gradle / Ivy
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
}