Current section

Files

Jump to
nimiq_rpc include nimiq_rpc@primitives@account_HTLC.hrl
Raw

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()
}).