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
/** * A map from Stargate message types as used in the messages's `Any` type * to Amino types. */exportclassAminoTypes{privatereadonlyregister: Record<string,AminoConverter>;publicconstructor({ additions ={}, prefix ="cosmos"}: AminoTypesOptions={}){
there is a default prefix set. But whenever you need to construct this explicitly, you are most likely not the Cosmos Hub. Using "cosmos" as a default makes it easy to forget setting the field correctly.
The text was updated successfully, but these errors were encountered:
In
there is a default prefix set. But whenever you need to construct this explicitly, you are most likely not the Cosmos Hub. Using "cosmos" as a default makes it easy to forget setting the field correctly.
The text was updated successfully, but these errors were encountered: