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
Add a private function sendTx which acts in a similar fashion to registerInterchainAccount, it should handle the shared legacy/new functionality and the calling functions (either legacy or message server) should do their own differentiating logic within their respective functions
For example, the legacy API should pass the absolute timestamp where the message server should pass the calculated absolute timestamp (current block time + relative timestamp)
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Add a private function
sendTx
which acts in a similar fashion toregisterInterchainAccount
, it should handle the shared legacy/new functionality and the calling functions (either legacy or message server) should do their own differentiating logic within their respective functionsFor example, the legacy API should pass the absolute timestamp where the message server should pass the calculated absolute timestamp (current block time + relative timestamp)
For Admin Use
The text was updated successfully, but these errors were encountered: