Currently deposit/withdraw/delegate/undelegate is credited by Exocore chain, but there lacks apis to query specific operation. As all operation requests are forwarded to native module by ExocoreGateway, we should emit corresponding events in ExocoreGateway so that off-chain workers could subscribe to be noticed that some operation has been executed
Description
Currently deposit/withdraw/delegate/undelegate is credited by Exocore chain, but there lacks apis to query specific operation. As all operation requests are forwarded to native module by
ExocoreGateway
, we should emit corresponding events inExocoreGateway
so that off-chain workers could subscribe to be noticed that some operation has been executed