plebble
us.wallet.wallet_api Interface Reference
Inheritance diagram for us.wallet.wallet_api:

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)
 

Member Function Documentation

◆ add_address()

void us.wallet.wallet_api.add_address ( byte[]  arg0,
Stream  os 
)

◆ balance()

void us.wallet.wallet_api.balance ( bool  arg0,
Stream  os 
)

◆ file()

void us.wallet.wallet_api.file ( byte[]  arg0,
Stream  os 
)

◆ list()

void us.wallet.wallet_api.list ( bool  arg0,
Stream  os 
)

◆ new_address()

void us.wallet.wallet_api.new_address ( Stream  os)

◆ ping()

void us.wallet.wallet_api.ping ( Stream  os)

◆ rm_file()

void us.wallet.wallet_api.rm_file ( byte[]  arg0,
byte[]  arg1,
Stream  os 
)

◆ rm_kv()

void us.wallet.wallet_api.rm_kv ( byte[]  arg0,
string  arg1,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.

◆ search()

void us.wallet.wallet_api.search ( byte[]  arg0,
string  arg1,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.

◆ set_supply()

void us.wallet.wallet_api.set_supply ( byte[]  arg0,
long  arg1,
Stream  os 
)

◆ store_file()

void us.wallet.wallet_api.store_file ( byte[]  arg0,
byte[]  arg1,
Stream  os 
)

◆ store_kv()

void us.wallet.wallet_api.store_kv ( byte[]  arg0,
string  arg1,
string  arg2,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.

◆ transfer()

void us.wallet.wallet_api.transfer ( byte[]  arg0,
long  arg1,
byte[]  arg2,
Stream  os 
)

◆ transfer_from()

void us.wallet.wallet_api.transfer_from ( byte[]  arg0,
byte[]  arg1,
long  arg2,
byte[]  arg3,
Stream  os 
)

◆ tx_add_input()

void us.wallet.wallet_api.tx_add_input ( string  arg0,
int  arg1,
byte[]  arg2,
long  arg3,
Stream  os 
)

◆ tx_add_output()

void us.wallet.wallet_api.tx_add_output ( string  arg0,
int  arg1,
byte[]  arg2,
long  arg3,
Stream  os 
)

◆ tx_add_section()

void us.wallet.wallet_api.tx_add_section ( string  arg0,
byte[]  arg1,
Stream  os 
)

◆ tx_charge_pay()

void us.wallet.wallet_api.tx_charge_pay ( byte[]  arg0,
long  arg1,
byte[]  arg2,
long  arg3,
byte[]  arg4,
Stream  os 
)

◆ tx_check()

void us.wallet.wallet_api.tx_check ( string  arg0,
Stream  os 
)

◆ tx_decode()

void us.wallet.wallet_api.tx_decode ( string  arg0,
Stream  os 
)

◆ tx_make_p2pkh()

void us.wallet.wallet_api.tx_make_p2pkh ( tx_make_p2pkh_input  arg0,
Stream  os 
)

◆ tx_new()

void us.wallet.wallet_api.tx_new ( Stream  os)

◆ tx_pay()

void us.wallet.wallet_api.tx_pay ( string  arg0,
Stream  os 
)

◆ tx_send()

void us.wallet.wallet_api.tx_send ( string  arg0,
Stream  os 
)

◆ tx_sign()

void us.wallet.wallet_api.tx_sign ( string  arg0,
string  arg1,
Stream  os 
)

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