Current section

Files

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

include/nimiq_rpc@primitives@account_Vesting.hrl

-record(vesting, {
address :: binary(),
balance :: integer(),
owner :: binary(),
start_time :: integer(),
step_amount :: integer(),
time_step :: integer(),
total_amount :: integer()
}).