map_rl_state
function map_rl_state(rl_state: rl_state): (account_id: byte_array, account_type: text, points: integer, last_update: integer, recovery_time: integer)(source)
Maps the given rl_state from the accounts module.
Return
{MappedType} - The mapped result.
Parameters
rl_state
The rl_state object to be mapped.