node
node copied to clipboard
Rename `ReceiveStatus` to `OutboundStatus` and move it outside of `chains` package
Describe the Issue
ReceiveStatus describe if an outbound on an external chain has been successful. This object should be renamed to OutboundStatus
The object is currently also in the chains package, which doesn't make sense. This should be moved to crosschain or a package linked to observer system