Current section
Files
Jump to
Current section
Files
include/nimiq_rpc@primitives@staker_Staker.hrl
-record(staker, {
address :: binary(),
balance :: integer(),
delegation :: binary(),
inactive_balance :: integer(),
inactive_from :: gleam@option:option(integer()),
retired_balance :: integer()
}).