plebble
|
Public Member Functions | |
void | ping (Stream os) |
void | balance (bool arg0, Stream os) |
void | list (bool arg0, Stream os) |
void | new_address (Stream os) |
void | add_address (byte[] arg0, Stream os) |
void | transfer (byte[] arg0, long arg1, byte[] arg2, Stream os) |
void | transfer_from (byte[] arg0, byte[] arg1, long arg2, byte[] arg3, Stream os) |
void | tx_charge_pay (byte[] arg0, long arg1, byte[] arg2, long arg3, byte[] arg4, Stream os) |
void | tx_pay (string arg0, Stream os) |
void | tx_new (Stream os) |
void | tx_add_section (string arg0, byte[] arg1, Stream os) |
void | tx_add_input (string arg0, int arg1, byte[] arg2, long arg3, Stream os) |
void | tx_add_output (string arg0, int arg1, byte[] arg2, long arg3, Stream os) |
void | tx_make_p2pkh (tx_make_p2pkh_input arg0, Stream os) |
void | tx_sign (string arg0, string arg1, Stream os) |
void | tx_send (string arg0, Stream os) |
void | tx_decode (string arg0, Stream os) |
void | tx_check (string arg0, Stream os) |
void | set_supply (byte[] arg0, long arg1, Stream os) |
void | store_kv (byte[] arg0, string arg1, string arg2, Stream os) |
void | rm_kv (byte[] arg0, string arg1, Stream os) |
void | store_file (byte[] arg0, byte[] arg1, Stream os) |
void | rm_file (byte[] arg0, byte[] arg1, Stream os) |
void | search (byte[] arg0, string arg1, Stream os) |
void | file (byte[] arg0, Stream os) |
void us.wallet.wallet_api.add_address | ( | byte[] | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.balance | ( | bool | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.file | ( | byte[] | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.list | ( | bool | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.new_address | ( | Stream | os | ) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.ping | ( | Stream | os | ) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.rm_file | ( | byte[] | arg0, |
byte[] | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.rm_kv | ( | byte[] | arg0, |
string | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.search | ( | byte[] | arg0, |
string | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.set_supply | ( | byte[] | arg0, |
long | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.store_file | ( | byte[] | arg0, |
byte[] | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.store_kv | ( | byte[] | arg0, |
string | arg1, | ||
string | arg2, | ||
Stream | os | ||
) |
Implemented in us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.transfer | ( | byte[] | arg0, |
long | arg1, | ||
byte[] | arg2, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.transfer_from | ( | byte[] | arg0, |
byte[] | arg1, | ||
long | arg2, | ||
byte[] | arg3, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_add_input | ( | string | arg0, |
int | arg1, | ||
byte[] | arg2, | ||
long | arg3, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_add_output | ( | string | arg0, |
int | arg1, | ||
byte[] | arg2, | ||
long | arg3, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_add_section | ( | string | arg0, |
byte[] | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_charge_pay | ( | byte[] | arg0, |
long | arg1, | ||
byte[] | arg2, | ||
long | arg3, | ||
byte[] | arg4, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_check | ( | string | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_decode | ( | string | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_make_p2pkh | ( | tx_make_p2pkh_input | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_new | ( | Stream | os | ) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_pay | ( | string | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_send | ( | string | arg0, |
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.
void us.wallet.wallet_api.tx_sign | ( | string | arg0, |
string | arg1, | ||
Stream | os | ||
) |
Implemented in us.wallet.wallet_rpc_api, and us.wallet.daemon_rpc_api.