You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I have two events that are related to the same contract and the events both have the same type of data. For example: AddKey(address,bytes32[2]) and RemoveKey(address,bytes32[2]). It would be nice to save both of these events to the same pg table and for that table to have a column named "kind" where I can set values like "add" or "remove". Or possible I may want to set the event name on the table.
Let's say I have two events that are related to the same contract and the events both have the same type of data. For example:
AddKey(address,bytes32[2])
andRemoveKey(address,bytes32[2])
. It would be nice to save both of these events to the same pg table and for that table to have a column named "kind" where I can set values like "add" or "remove". Or possible I may want to set the event name on the table.The text was updated successfully, but these errors were encountered: