plebble
|
Public Member Functions | |
api_stream_parseable (api raw, PrintStream os, params.output_mode m) | |
api | get_api () |
ko | balance (uint16_t _arg_detail) |
ko | list (uint16_t _arg_detail) |
ko | new_address () |
ko | add_address (PrivateKey _arg_priv) |
ko | transfer (hash_t _arg_addr, int64_t _arg_amount, hash_t _arg_coin) |
ko | transfer_from (hash_t _arg_src_addr, hash_t _arg_rcpt_addr, int64_t _arg_amount, hash_t _arg_coin) |
ko | tx_charge_pay (hash_t _arg_addr, int64_t _arg_samount, hash_t _arg_scoin, int64_t _arg_ramount, hash_t _arg_rcoin) |
ko | tx_pay (String _arg_txb58) |
ko | tx_new () |
ko | tx_add_section (String _arg_txb58, hash_t _arg_coin) |
ko | tx_add_input (String _arg_txb58, uint16_t _arg_section, hash_t _arg_addr, int64_t _arg_amount) |
ko | tx_add_output (String _arg_txb58, uint16_t _arg_section, hash_t _arg_addr, int64_t _arg_amount) |
ko | tx_make_p2pkh (hash_t _arg_src_addr, hash_t _arg_rcpt_addr, int64_t _arg_amount, hash_t _arg_coin) |
ko | tx_sign (String _arg_txb58, String _arg_sigcodestr) |
ko | tx_send (String _arg_txb58) |
ko | tx_decode (String _arg_txb58) |
ko | tx_check (String _arg_txb58) |
ko | set_supply (hash_t _arg_addr, int64_t _arg_amount) |
ko | store_kv (hash_t _arg_addr, String _arg_key, String _arg_value) |
ko | rm_kv (hash_t _arg_addr, String _arg_key) |
ko | store_file (hash_t _arg_addr, String _arg_path, byte[] _arg_content) |
ko | rm_file (hash_t _arg_addr, String _arg_path, hash_t _arg_digest) |
ko | search (hash_t _arg_addr, String _arg_pattern) |
ko | file (hash_t _arg_digest) |
ko | list_protocols () |
ko | trade (String _arg_endpoint, uint16_t _arg_port, String _arg_protocol, String _arg_role) |
ko | list_trades () |
ko | kill_trade (hash_t _arg_tid) |
ko | command_trade (hash_t _arg_tid, String _arg_cmd) |
ko | traders_api_exec (String _arg_scope, String _arg_fn, String _arg_args) |
ko | traders_api_list () |
ko | get_subhome () |
ko | node_pkh () |
ko | compilance_report (String _arg_jurisdiction, String _arg_date_from, String _arg_date_to) |
ko | priv_key (PrivateKey _arg_priv) |
ko | pub_key (PublicKey _arg_pub) |
ko | gen_keys () |
ko | sign (byte[] _arg_msg, PrivateKey _arg_priv) |
ko | verify (byte[] _arg_msg, PublicKey _arg_pub, byte[] _arg_sig) |
ko | encrypt (byte[] _arg_msg, PrivateKey _arg_src_priv, PublicKey _arg_rcpt_pub) |
ko | decrypt (byte[] _arg_msg_scrambled, PublicKey _arg_src_pub, PrivateKey _arg_rcpt_priv) |
ko | patch_os (String _arg_script, PrivateKey _arg_groot_key) |
ko | decrypt_file (String filename, PublicKey src_pub, PrivateKey rcpt_priv) |
ko | encrypt_file (String filename, PrivateKey src_priv, PublicKey rcpt_pub) |
ko | verify_file (String filename, PublicKey pub, byte[] sig) |
ko | sign_file (String filename, PrivateKey priv) |
ko | patch_os_file (String filename, PrivateKey groot_key) |
![]() | |
api_stream_parseable (PrintStream os_, params.output_mode m) | |
void | write_KO (ko err) |
void | write_OK () |
void | write_h (String rname, hash_t value) |
void | write_hsv_hu4u2_ (String[] rname, tuple3< hash_t, String, ArrayList< tuple3< hash_t, uint32_t, uint16_t >>> value) |
void | write_kph (String[] rname, tuple3< PrivateKey, PublicKey, hash_t > value) |
void | write_ph (String[] rname, pair< PublicKey, hash_t > value) |
void | write_pv (String[] rname, pair< PublicKey, byte[]> value) |
void | write_s (String rname, String value) |
void | write_sh (String[] rname, pair< String, hash_t > value) |
void | write_ss (String[] rname, pair< String, String > value) |
void | write_ssh (String[] rname, tuple3< String, String, hash_t > value) |
void | write_u1 (String rname, uint8_t value) |
void | write_u2s (String[] rname, pair< uint16_t, String > value) |
void | write_v (String rname, byte[] value) |
void | write_v_hu4u2_ (String rname, ArrayList< tuple3< hash_t, uint32_t, uint16_t >> value) |
Package Functions | |
pair< ko, pair< PublicKey, byte[]> > | sign_file_ (String filename, PrivateKey sk) |
pair< ko, uint8_t > | verify_file_ (String filename, PublicKey pub, byte[] signature_der) |
pair< ko, byte[]> | encrypt_file_ (String filename, PrivateKey sender, PublicKey recipient) |
pair< ko, byte[]> | decrypt_file_ (String filename, PublicKey sender, PrivateKey recipient) |
pair< ko, pair< String, hash_t > > | patch_os_file_ (String filename, PrivateKey groot_key) |
![]() | |
void | write (hash_t value) |
void | write (String value) |
void | write (PrivateKey value) |
void | write (PublicKey value) |
void | write (uint8_t value) |
void | write (uint16_t value) |
void | write (uint32_t value) |
void | write (uint64_t value) |
void | write (int64_t value) |
void | write (byte[] value) |
void | write (ArrayList< tuple3< hash_t, uint32_t, uint16_t >> value) |
Package Attributes | |
api | _api |
![]() | |
PrintStream | os |
Static Package Attributes | |
static final String | rnames_balance ="data" |
static final String | rnames_list ="data" |
static final String | rnames_new_address ="addr" |
static final String | rnames_add_address ="addr" |
static final String | rnames_transfer ="txb58" |
static final String | rnames_transfer_from ="txb58" |
static final String | rnames_tx_charge_pay ="txb58" |
static final String | rnames_tx_pay ="txb58" |
static final String | rnames_tx_new ="txb58" |
static final String | rnames_tx_add_section ="txb58" |
static final String | rnames_tx_add_input ="txb58" |
static final String | rnames_tx_add_output ="txb58" |
static final String | rnames_tx_make_p2pkh ="txb58" |
static final String | rnames_tx_sign ="txb58" |
static final String | rnames_tx_send ="info" |
static final String | rnames_tx_decode ="data" |
static final String | rnames_tx_check ="data" |
static final String | rnames_set_supply ="txb58" |
static final String | rnames_store_kv ="txb58" |
static final String | rnames_rm_kv ="txb58" |
static final String[] | rnames_store_file ={"txb58", "path", "digest"} |
static final String | rnames_rm_file ="txb58" |
static final String | rnames_search ="result" |
static final String | rnames_file ="content" |
static final String | rnames_list_protocols ="data" |
static final String | rnames_trade ="tid" |
static final String | rnames_list_trades ="data" |
static final String | rnames_kill_trade ="data" |
static final String | rnames_traders_api_exec ="ret" |
static final String | rnames_traders_api_list ="data" |
static final String | rnames_get_subhome ="subhome" |
static final String[] | rnames_node_pkh ={"addr", "subhome", "seeds"} |
static final String | rnames_compilance_report ="data" |
static final String[] | rnames_priv_key ={"pub", "addr"} |
static final String[] | rnames_pub_key ={"pub", "addr"} |
static final String[] | rnames_gen_keys ={"priv", "pub", "addr"} |
static final String[] | rnames_sign ={"pub", "sig"} |
static final String | rnames_verify ="result" |
static final String | rnames_encrypt ="msg_scrambled" |
static final String | rnames_decrypt ="msg" |
static final String[] | rnames_patch_os ={"txb58", "job"} |
static final String | rnames_decrypt_file ="decrypted_file" |
static final String | rnames_encrypt_file ="encrypted_file" |
static final String | rnames_verify_file ="result" |
static final String[] | rnames_sign_file ={"filename", "sig"} |
static final String[] | rnames_patch_os_file ={"txb58", "job_file"} |
Additional Inherited Members | |
![]() | |
params.output_mode | mode =params.output_mode.om_text |
boolean | print_labels =true |
|
inline |
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.add_address(), us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_add_address, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_h(), and us.wallet.api_stream_parseable.write_KO().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.balance(), us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_balance, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.command_trade(), us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_OK().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.compilance_report(), us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_compilance_report, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.decrypt(), us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_decrypt, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_v().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api_stream_parseable.decrypt_file_(), us.pair< f, s >.first, us.ko.is_ko(), us.ok, us.wallet.api_stream_parseable.os, us.wallet.wallet.api_stream_parseable.rnames_decrypt_file, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inlinepackage |
References us.wallet.wallet.api.decrypt(), us.wallet.wallet.api_stream_parseable.get_api(), and us::gov::io::cfg0.read_file().
Referenced by us.wallet.wallet.api_stream_parseable.decrypt_file().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.encrypt(), us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_encrypt, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_v().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api_stream_parseable.encrypt_file_(), us.pair< f, s >.first, us.ko.is_ko(), us.ok, us.wallet.api_stream_parseable.os, us.wallet.wallet.api_stream_parseable.rnames_encrypt_file, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inlinepackage |
References us.wallet.wallet.api.encrypt(), us.wallet.wallet.api_stream_parseable.get_api(), and us::gov::io::cfg0.read_file().
Referenced by us.wallet.wallet.api_stream_parseable.encrypt_file().
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api.file(), us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_file, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_v().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api.gen_keys(), us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_gen_keys, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_kph().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.wallet.wallet.api_stream_parseable._api.
Referenced by us.wallet.wallet.api_stream_parseable.add_address(), us.wallet.wallet.api_stream_parseable.balance(), us.wallet.wallet.api_stream_parseable.command_trade(), us.wallet.wallet.api_stream_parseable.compilance_report(), us.wallet.wallet.api_stream_parseable.decrypt(), us.wallet.wallet.api_stream_parseable.decrypt_file_(), us.wallet.wallet.api_stream_parseable.encrypt(), us.wallet.wallet.api_stream_parseable.encrypt_file_(), us.wallet.wallet.api_stream_parseable.file(), us.wallet.wallet.api_stream_parseable.gen_keys(), us.wallet.wallet.api_stream_parseable.get_subhome(), us.wallet.wallet.api_stream_parseable.kill_trade(), us.wallet.wallet.api_stream_parseable.list(), us.wallet.wallet.api_stream_parseable.list_protocols(), us.wallet.wallet.api_stream_parseable.list_trades(), us.wallet.wallet.api_stream_parseable.new_address(), us.wallet.wallet.api_stream_parseable.node_pkh(), us.wallet.wallet.api_stream_parseable.patch_os(), us.wallet.wallet.api_stream_parseable.patch_os_file_(), us.wallet.wallet.api_stream_parseable.priv_key(), us.wallet.wallet.api_stream_parseable.pub_key(), us.wallet.wallet.api_stream_parseable.rm_file(), us.wallet.wallet.api_stream_parseable.rm_kv(), us.wallet.wallet.api_stream_parseable.search(), us.wallet.wallet.api_stream_parseable.set_supply(), us.wallet.wallet.api_stream_parseable.sign(), us.wallet.wallet.api_stream_parseable.sign_file_(), us.wallet.wallet.api_stream_parseable.store_file(), us.wallet.wallet.api_stream_parseable.store_kv(), us.wallet.wallet.api_stream_parseable.trade(), us.wallet.wallet.api_stream_parseable.traders_api_exec(), us.wallet.wallet.api_stream_parseable.traders_api_list(), us.wallet.wallet.api_stream_parseable.transfer(), us.wallet.wallet.api_stream_parseable.transfer_from(), us.wallet.wallet.api_stream_parseable.tx_add_input(), us.wallet.wallet.api_stream_parseable.tx_add_output(), us.wallet.wallet.api_stream_parseable.tx_add_section(), us.wallet.wallet.api_stream_parseable.tx_charge_pay(), us.wallet.wallet.api_stream_parseable.tx_check(), us.wallet.wallet.api_stream_parseable.tx_decode(), us.wallet.wallet.api_stream_parseable.tx_make_p2pkh(), us.wallet.wallet.api_stream_parseable.tx_new(), us.wallet.wallet.api_stream_parseable.tx_pay(), us.wallet.wallet.api_stream_parseable.tx_send(), us.wallet.wallet.api_stream_parseable.tx_sign(), us.wallet.wallet.api_stream_parseable.verify(), and us.wallet.wallet.api_stream_parseable.verify_file_().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.wallet.wallet.api.get_subhome(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_get_subhome, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), us.wallet.wallet.api.kill_trade(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_kill_trade, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), us.wallet.wallet.api.list(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_list, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), us.wallet.wallet.api.list_protocols(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_list_protocols, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), us.wallet.wallet.api.list_trades(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_list_trades, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.wallet.wallet.api.new_address(), us.ok, us.wallet.wallet.api_stream_parseable.rnames_new_address, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_h(), and us.wallet.api_stream_parseable.write_KO().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.wallet.wallet.api.node_pkh(), us.ok, us.wallet.wallet.api_stream_parseable.rnames_node_pkh, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_hsv_hu4u2_(), and us.wallet.api_stream_parseable.write_KO().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api.patch_os(), us.wallet.wallet.api_stream_parseable.rnames_patch_os, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_sh().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.ko.is_ko(), us.ok, us.wallet.wallet.api_stream_parseable.patch_os_file_(), us.wallet.wallet.api_stream_parseable.rnames_patch_os_file, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_ss().
|
inlinepackage |
References us.wallet.wallet.api_stream_parseable.get_api(), us.wallet.wallet.api.patch_os(), and us::gov::io::cfg0.read_text_file().
Referenced by us.wallet.wallet.api_stream_parseable.patch_os_file().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api.priv_key(), us.wallet.wallet.api_stream_parseable.rnames_priv_key, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_ph().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api.pub_key(), us.wallet.wallet.api_stream_parseable.rnames_pub_key, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_ph().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api.rm_file(), us.wallet.wallet.api_stream_parseable.rnames_rm_file, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api.rm_kv(), us.wallet.wallet.api_stream_parseable.rnames_rm_kv, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_search, us.wallet.wallet.api.search(), us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_set_supply, us.pair< f, s >.second, us.wallet.wallet.api.set_supply(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_sign, us.pair< f, s >.second, us.wallet.wallet.api.sign(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_pv().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.ko.is_ko(), us.ok, us.wallet.wallet.api_stream_parseable.rnames_sign_file, us.pair< f, s >.second, us.wallet.wallet.api_stream_parseable.sign_file_(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_pv().
|
inlinepackage |
References us.wallet.wallet.api_stream_parseable.get_api(), us::gov::io::cfg0.read_file(), and us.wallet.wallet.api.sign().
Referenced by us.wallet.wallet.api_stream_parseable.sign_file().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_store_file, us.pair< f, s >.second, us.wallet.wallet.api.store_file(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_ssh().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_store_kv, us.pair< f, s >.second, us.wallet.wallet.api.store_kv(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_trade, us.pair< f, s >.second, us.wallet.wallet.api.trade(), us.wallet.api_stream_parseable.write_h(), and us.wallet.api_stream_parseable.write_KO().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_traders_api_exec, us.pair< f, s >.second, us.wallet.wallet.api.traders_api_exec(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_traders_api_list, us.pair< f, s >.second, us.wallet.wallet.api.traders_api_list(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_transfer, us.pair< f, s >.second, us.wallet.wallet.api.transfer(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_transfer_from, us.pair< f, s >.second, us.wallet.wallet.api.transfer_from(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_add_input, us.pair< f, s >.second, us.wallet.wallet.api.tx_add_input(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_add_output, us.pair< f, s >.second, us.wallet.wallet.api.tx_add_output(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_add_section, us.pair< f, s >.second, us.wallet.wallet.api.tx_add_section(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_charge_pay, us.pair< f, s >.second, us.wallet.wallet.api.tx_charge_pay(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_check, us.pair< f, s >.second, us.wallet.wallet.api.tx_check(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_decode, us.pair< f, s >.second, us.wallet.wallet.api.tx_decode(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_make_p2pkh, us.pair< f, s >.second, us.wallet.wallet.api.tx_make_p2pkh(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_new, us.pair< f, s >.second, us.wallet.wallet.api.tx_new(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_pay, us.pair< f, s >.second, us.wallet.wallet.api.tx_pay(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_send, us.pair< f, s >.second, us.wallet.wallet.api.tx_send(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_tx_sign, us.pair< f, s >.second, us.wallet.wallet.api.tx_sign(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.wallet.wallet.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.wallet.api_stream_parseable.rnames_verify, us.pair< f, s >.second, us.wallet.wallet.api.verify(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_u1().
|
inline |
Implements us.wallet.wallet.api_stream.
References us.pair< f, s >.first, us.ko.is_ko(), us.ok, us.wallet.wallet.api_stream_parseable.rnames_verify_file, us.pair< f, s >.second, us.wallet.wallet.api_stream_parseable.verify_file_(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_u1().
|
inlinepackage |
References us.wallet.wallet.api_stream_parseable.get_api(), log, us::gov::io::cfg0.read_file(), and us.wallet.wallet.api.verify().
Referenced by us.wallet.wallet.api_stream_parseable.verify_file().
|
package |
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.add_address().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.balance().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.compilance_report().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.decrypt().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.decrypt_file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.encrypt().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.encrypt_file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.gen_keys().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.get_subhome().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.kill_trade().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.list().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.list_protocols().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.list_trades().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.new_address().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.node_pkh().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.patch_os().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.patch_os_file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.priv_key().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.pub_key().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.rm_file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.rm_kv().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.search().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.set_supply().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.sign().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.sign_file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.store_file().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.store_kv().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.trade().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.traders_api_exec().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.traders_api_list().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.transfer().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.transfer_from().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_add_input().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_add_output().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_add_section().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_charge_pay().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_check().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_decode().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_make_p2pkh().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_new().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_pay().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_send().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.tx_sign().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.verify().
|
staticpackage |
Referenced by us.wallet.wallet.api_stream_parseable.verify_file().