#include <tx.h>
◆ input_t() [1/3]
us::gov::cash::tx::input_t::input_t |
( |
| ) |
|
|
inline |
◆ input_t() [2/3]
us::gov::cash::tx::input_t::input_t |
( |
const hash_t & |
address, |
|
|
const cash_t & |
amount |
|
) |
| |
|
inline |
◆ input_t() [3/3]
us::gov::cash::tx::input_t::input_t |
( |
const hash_t & |
address, |
|
|
const cash_t & |
amount, |
|
|
const string & |
locking_program_input |
|
) |
| |
|
inline |
◆ from_stream()
static pair<ko,input_t> us::gov::cash::tx::input_t::from_stream |
( |
istream & |
| ) |
|
|
static |
◆ to_stream()
void us::gov::cash::tx::input_t::to_stream |
( |
ostream & |
| ) |
const |
◆ write_pretty()
void us::gov::cash::tx::input_t::write_pretty |
( |
const string & |
prefix, |
|
|
ostream & |
os |
|
) |
| const |
◆ write_sigmsg()
◆ address
hash_t us::gov::cash::tx::input_t::address |
◆ amount
cash_t us::gov::cash::tx::input_t::amount |
◆ locking_program_input
string us::gov::cash::tx::input_t::locking_program_input |
The documentation for this struct was generated from the following file: