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
Messages To Work with is the following
A. DumpMsg: beginUnlocking, beginUnlockingAll, lockTokens, superfluidUnbondLock, superfluidUndelegate,
B. HodlMsg: JoinPool, LockTokens, lockAndSuperfluidDelegate, superfluidDelegate
C. Difference in context: SwapExactAmountIn, SwapExactAmountOut
utilize sonarpod api to query all account's transaction, then find messages only if the type on the above
when requesting with /messages, then it returns with the following response after filitering with (evmos) related msgs
Implementation
with given address, get the balance of evmos (in osmosis) first 6f50a26
get to know the message type of osmosis in locking token /unlocking token /joinpool/exitpool & how to communicate in grpc
all related modules in the following link
Messages To Work with is the following
A. DumpMsg:
beginUnlocking
,beginUnlockingAll
,lockTokens
,superfluidUnbondLock
,superfluidUndelegate
,B. HodlMsg:
JoinPool
,LockTokens
,lockAndSuperfluidDelegate
,superfluidDelegate
C. Difference in context:
SwapExactAmountIn
,SwapExactAmountOut
utilize sonarpod api to query all account's transaction, then find messages only if the type on the above
when requesting with
/messages
, then it returns with the following response after filitering with (evmos) related msgsevmos
related pool in #722The text was updated successfully, but these errors were encountered: