Current section
Files
Jump to
Current section
Files
include/nimiq_rpc@primitives@account_HTLC.hrl
-record(h_t_l_c, {
address :: binary(),
balance :: integer(),
hash_count :: integer(),
hash_root :: nimiq_rpc@primitives@hash:hash(),
recipient :: binary(),
sender :: binary(),
timeout :: integer(),
total_amount :: integer()
}).