The on_chain_service_id does not need to be stored in the synced data, as it is already in the context of the agent and can be accessed via the params attribute, e.g. here:
|
"service_id": self.staking_synchronized_data.service_id, |
Originally posted by @Adamantios in #430 (comment)