There should be an easy way for the user to query items from the database, especially w.r.t swap secrets, in case the user needs to manually call the contract for whatever reason. There should be a method personal_queryDatabase that accepts a database method + offer ID (if required) that fetches data from the database.
There should be an easy way for the user to query items from the database, especially w.r.t swap secrets, in case the user needs to manually call the contract for whatever reason. There should be a method
personal_queryDatabase
that accepts a database method + offer ID (if required) that fetches data from the database.