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
So, from my understanding, the transaction types we need to proxy are sdk.Msg's which are defined in the cosmos-sdk modules. For example, bankypes.NewMsgSend for our ca.Transfer.
Is this correct @renaynay ? I cannot find any comprehensive list of all Msg types supported by all standard modules, and it looks like we don't need all of them (unsure though). So I would start with the staking types first as you linked me. Any other ones, or is that all for now?
core_access.go
Accessor
interface and haveService
proxy to the accessor's impl of themThe text was updated successfully, but these errors were encountered: