monorepo
monorepo copied to clipboard
sdk: allow instantiation of NomadMessage from any lifecycle event
Allow for NomadMessage to be instantiated from any transaction containing ANY Nomad Lifecycle event log (Send
, Dispatch
, Update
, Relay
, Process
).
Currently, the NomadMessage.baseFromReceipt
expects a Dispatch
event to be included in the event logs of the provided Transaction.
Whoever gets assigned this ticket should spec out implementation in a bulleted list for comments before beginning work.