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
...however that crate will not support Amino-based transactions that stdtx does presently, only ones based on Protocol Buffers.
I can add support for a - in the type identifiers, but in terms of adding support for additional types in the schema, that's probably not going to happen as we intend to completely migrate away from the Amino encoding.
Transfer some cion from A to B:
the
TypeName
is not support thecosmos-sdk/MsgSend
, because-
is invalid inTypeName
What's the
Value
ofamount
in the schema which type isVec<Coin>
, if it isValue::Bytes<Vec<u8>>
, how to encode theVec<Coin>
to<Vec<u8>>
?The text was updated successfully, but these errors were encountered: