plebble
us.wallet.wallet.api_stream_parseable Class Reference
Inheritance diagram for us.wallet.wallet.api_stream_parseable:
Collaboration diagram for us.wallet.wallet.api_stream_parseable:

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)
 
- Public Member Functions inherited from us.wallet.api_stream_parseable
 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)
 
- Package Functions inherited from us.wallet.api_stream_parseable
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
 
- Package Attributes inherited from us.wallet.api_stream_parseable
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

- Public Attributes inherited from us.wallet.api_stream_parseable
params.output_mode mode =params.output_mode.om_text
 
boolean print_labels =true
 

Constructor & Destructor Documentation

◆ api_stream_parseable()

us.wallet.wallet.api_stream_parseable.api_stream_parseable ( api  raw,
PrintStream  os,
params.output_mode  m 
)
inline

Member Function Documentation

◆ add_address()

◆ balance()

◆ command_trade()

ko us.wallet.wallet.api_stream_parseable.command_trade ( hash_t  _arg_tid,
String  _arg_cmd 
)
inline

◆ compilance_report()

ko us.wallet.wallet.api_stream_parseable.compilance_report ( String  _arg_jurisdiction,
String  _arg_date_from,
String  _arg_date_to 
)
inline

◆ decrypt()

ko us.wallet.wallet.api_stream_parseable.decrypt ( byte[]  _arg_msg_scrambled,
PublicKey  _arg_src_pub,
PrivateKey  _arg_rcpt_priv 
)
inline

◆ decrypt_file()

ko us.wallet.wallet.api_stream_parseable.decrypt_file ( String  filename,
PublicKey  src_pub,
PrivateKey  rcpt_priv 
)
inline

◆ decrypt_file_()

pair<ko, byte[]> us.wallet.wallet.api_stream_parseable.decrypt_file_ ( String  filename,
PublicKey  sender,
PrivateKey  recipient 
)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encrypt()

ko us.wallet.wallet.api_stream_parseable.encrypt ( byte[]  _arg_msg,
PrivateKey  _arg_src_priv,
PublicKey  _arg_rcpt_pub 
)
inline

◆ encrypt_file()

ko us.wallet.wallet.api_stream_parseable.encrypt_file ( String  filename,
PrivateKey  src_priv,
PublicKey  rcpt_pub 
)
inline

◆ encrypt_file_()

pair<ko, byte[]> us.wallet.wallet.api_stream_parseable.encrypt_file_ ( String  filename,
PrivateKey  sender,
PublicKey  recipient 
)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ file()

◆ gen_keys()

◆ get_api()

api us.wallet.wallet.api_stream_parseable.get_api ( )
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_().

Here is the caller graph for this function:

◆ get_subhome()

◆ kill_trade()

◆ list()

◆ list_protocols()

◆ list_trades()

◆ new_address()

◆ node_pkh()

◆ patch_os()

◆ patch_os_file()

ko us.wallet.wallet.api_stream_parseable.patch_os_file ( String  filename,
PrivateKey  groot_key 
)
inline

◆ patch_os_file_()

pair<ko, pair<String, hash_t> > us.wallet.wallet.api_stream_parseable.patch_os_file_ ( String  filename,
PrivateKey  groot_key 
)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ priv_key()

◆ pub_key()

◆ rm_file()

◆ rm_kv()

◆ search()

◆ set_supply()

◆ sign()

◆ sign_file()

ko us.wallet.wallet.api_stream_parseable.sign_file ( String  filename,
PrivateKey  priv 
)
inline

◆ sign_file_()

pair<ko, pair<PublicKey, byte[]> > us.wallet.wallet.api_stream_parseable.sign_file_ ( String  filename,
PrivateKey  sk 
)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ store_file()

◆ store_kv()

◆ trade()

ko us.wallet.wallet.api_stream_parseable.trade ( String  _arg_endpoint,
uint16_t  _arg_port,
String  _arg_protocol,
String  _arg_role 
)
inline

◆ traders_api_exec()

ko us.wallet.wallet.api_stream_parseable.traders_api_exec ( String  _arg_scope,
String  _arg_fn,
String  _arg_args 
)
inline

◆ traders_api_list()

◆ transfer()

◆ transfer_from()

ko us.wallet.wallet.api_stream_parseable.transfer_from ( hash_t  _arg_src_addr,
hash_t  _arg_rcpt_addr,
int64_t  _arg_amount,
hash_t  _arg_coin 
)
inline

◆ tx_add_input()

ko us.wallet.wallet.api_stream_parseable.tx_add_input ( String  _arg_txb58,
uint16_t  _arg_section,
hash_t  _arg_addr,
int64_t  _arg_amount 
)
inline

◆ tx_add_output()

ko us.wallet.wallet.api_stream_parseable.tx_add_output ( String  _arg_txb58,
uint16_t  _arg_section,
hash_t  _arg_addr,
int64_t  _arg_amount 
)
inline

◆ tx_add_section()

◆ tx_charge_pay()

ko us.wallet.wallet.api_stream_parseable.tx_charge_pay ( hash_t  _arg_addr,
int64_t  _arg_samount,
hash_t  _arg_scoin,
int64_t  _arg_ramount,
hash_t  _arg_rcoin 
)
inline

◆ tx_check()

◆ tx_decode()

◆ tx_make_p2pkh()

ko us.wallet.wallet.api_stream_parseable.tx_make_p2pkh ( hash_t  _arg_src_addr,
hash_t  _arg_rcpt_addr,
int64_t  _arg_amount,
hash_t  _arg_coin 
)
inline

◆ tx_new()

◆ tx_pay()

◆ tx_send()

◆ tx_sign()

◆ verify()

ko us.wallet.wallet.api_stream_parseable.verify ( byte[]  _arg_msg,
PublicKey  _arg_pub,
byte[]  _arg_sig 
)
inline

◆ verify_file()

ko us.wallet.wallet.api_stream_parseable.verify_file ( String  filename,
PublicKey  pub,
byte[]  sig 
)
inline

◆ verify_file_()

pair<ko, uint8_t> us.wallet.wallet.api_stream_parseable.verify_file_ ( String  filename,
PublicKey  pub,
byte[]  signature_der 
)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _api

api us.wallet.wallet.api_stream_parseable._api
package

◆ rnames_add_address

final String us.wallet.wallet.api_stream_parseable.rnames_add_address ="addr"
staticpackage

◆ rnames_balance

final String us.wallet.wallet.api_stream_parseable.rnames_balance ="data"
staticpackage

◆ rnames_compilance_report

final String us.wallet.wallet.api_stream_parseable.rnames_compilance_report ="data"
staticpackage

◆ rnames_decrypt

final String us.wallet.wallet.api_stream_parseable.rnames_decrypt ="msg"
staticpackage

◆ rnames_decrypt_file

final String us.wallet.wallet.api_stream_parseable.rnames_decrypt_file ="decrypted_file"
staticpackage

◆ rnames_encrypt

final String us.wallet.wallet.api_stream_parseable.rnames_encrypt ="msg_scrambled"
staticpackage

◆ rnames_encrypt_file

final String us.wallet.wallet.api_stream_parseable.rnames_encrypt_file ="encrypted_file"
staticpackage

◆ rnames_file

final String us.wallet.wallet.api_stream_parseable.rnames_file ="content"
staticpackage

◆ rnames_gen_keys

final String [] us.wallet.wallet.api_stream_parseable.rnames_gen_keys ={"priv", "pub", "addr"}
staticpackage

◆ rnames_get_subhome

final String us.wallet.wallet.api_stream_parseable.rnames_get_subhome ="subhome"
staticpackage

◆ rnames_kill_trade

final String us.wallet.wallet.api_stream_parseable.rnames_kill_trade ="data"
staticpackage

◆ rnames_list

final String us.wallet.wallet.api_stream_parseable.rnames_list ="data"
staticpackage

◆ rnames_list_protocols

final String us.wallet.wallet.api_stream_parseable.rnames_list_protocols ="data"
staticpackage

◆ rnames_list_trades

final String us.wallet.wallet.api_stream_parseable.rnames_list_trades ="data"
staticpackage

◆ rnames_new_address

final String us.wallet.wallet.api_stream_parseable.rnames_new_address ="addr"
staticpackage

◆ rnames_node_pkh

final String [] us.wallet.wallet.api_stream_parseable.rnames_node_pkh ={"addr", "subhome", "seeds"}
staticpackage

◆ rnames_patch_os

final String [] us.wallet.wallet.api_stream_parseable.rnames_patch_os ={"txb58", "job"}
staticpackage

◆ rnames_patch_os_file

final String [] us.wallet.wallet.api_stream_parseable.rnames_patch_os_file ={"txb58", "job_file"}
staticpackage

◆ rnames_priv_key

final String [] us.wallet.wallet.api_stream_parseable.rnames_priv_key ={"pub", "addr"}
staticpackage

◆ rnames_pub_key

final String [] us.wallet.wallet.api_stream_parseable.rnames_pub_key ={"pub", "addr"}
staticpackage

◆ rnames_rm_file

final String us.wallet.wallet.api_stream_parseable.rnames_rm_file ="txb58"
staticpackage

◆ rnames_rm_kv

final String us.wallet.wallet.api_stream_parseable.rnames_rm_kv ="txb58"
staticpackage

◆ rnames_search

final String us.wallet.wallet.api_stream_parseable.rnames_search ="result"
staticpackage

◆ rnames_set_supply

final String us.wallet.wallet.api_stream_parseable.rnames_set_supply ="txb58"
staticpackage

◆ rnames_sign

final String [] us.wallet.wallet.api_stream_parseable.rnames_sign ={"pub", "sig"}
staticpackage

◆ rnames_sign_file

final String [] us.wallet.wallet.api_stream_parseable.rnames_sign_file ={"filename", "sig"}
staticpackage

◆ rnames_store_file

final String [] us.wallet.wallet.api_stream_parseable.rnames_store_file ={"txb58", "path", "digest"}
staticpackage

◆ rnames_store_kv

final String us.wallet.wallet.api_stream_parseable.rnames_store_kv ="txb58"
staticpackage

◆ rnames_trade

final String us.wallet.wallet.api_stream_parseable.rnames_trade ="tid"
staticpackage

◆ rnames_traders_api_exec

final String us.wallet.wallet.api_stream_parseable.rnames_traders_api_exec ="ret"
staticpackage

◆ rnames_traders_api_list

final String us.wallet.wallet.api_stream_parseable.rnames_traders_api_list ="data"
staticpackage

◆ rnames_transfer

final String us.wallet.wallet.api_stream_parseable.rnames_transfer ="txb58"
staticpackage

◆ rnames_transfer_from

final String us.wallet.wallet.api_stream_parseable.rnames_transfer_from ="txb58"
staticpackage

◆ rnames_tx_add_input

final String us.wallet.wallet.api_stream_parseable.rnames_tx_add_input ="txb58"
staticpackage

◆ rnames_tx_add_output

final String us.wallet.wallet.api_stream_parseable.rnames_tx_add_output ="txb58"
staticpackage

◆ rnames_tx_add_section

final String us.wallet.wallet.api_stream_parseable.rnames_tx_add_section ="txb58"
staticpackage

◆ rnames_tx_charge_pay

final String us.wallet.wallet.api_stream_parseable.rnames_tx_charge_pay ="txb58"
staticpackage

◆ rnames_tx_check

final String us.wallet.wallet.api_stream_parseable.rnames_tx_check ="data"
staticpackage

◆ rnames_tx_decode

final String us.wallet.wallet.api_stream_parseable.rnames_tx_decode ="data"
staticpackage

◆ rnames_tx_make_p2pkh

final String us.wallet.wallet.api_stream_parseable.rnames_tx_make_p2pkh ="txb58"
staticpackage

◆ rnames_tx_new

final String us.wallet.wallet.api_stream_parseable.rnames_tx_new ="txb58"
staticpackage

◆ rnames_tx_pay

final String us.wallet.wallet.api_stream_parseable.rnames_tx_pay ="txb58"
staticpackage

◆ rnames_tx_send

final String us.wallet.wallet.api_stream_parseable.rnames_tx_send ="info"
staticpackage

◆ rnames_tx_sign

final String us.wallet.wallet.api_stream_parseable.rnames_tx_sign ="txb58"
staticpackage

◆ rnames_verify

final String us.wallet.wallet.api_stream_parseable.rnames_verify ="result"
staticpackage

◆ rnames_verify_file

final String us.wallet.wallet.api_stream_parseable.rnames_verify_file ="result"
staticpackage

The documentation for this class was generated from the following file: