We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const stargateclient_1 = require("./stargateclient"); exports.defaultRegistryTypes = [ ["/cosmos.base.v1beta1.Coin", coin_1.Coin], ...modules_1.authzTypes, ...modules_1.bankTypes, ...modules_1.distributionTypes, ...modules_1.feegrantTypes, ...modules_1.govTypes, ...modules_1.stakingTypes, ...modules_1.ibcTypes, ...modules_1.vestingTypes, ]; function createDefaultRegistry() { return new proto_signing_1.Registry(exports.defaultRegistryTypes); } function createDefaultTypes(prefix) { return { ...(0, modules_2.createAuthzAminoConverters)(), ...(0, modules_2.createBankAminoConverters)(), ...(0, modules_2.createDistributionAminoConverters)(), ...(0, modules_2.createGovAminoConverters)(), ...(0, modules_2.createStakingAminoConverters)(prefix), ...(0, modules_2.createIbcAminoConverters)(), ...(0, modules_2.createFreegrantAminoConverters)(), ...(0, modules_2.createVestingAminoConverters)(), };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: