Adding vesting to default types
This commit is contained in:
parent
8da37cd2e5
commit
124f16ff71
@ -38,6 +38,7 @@ import {
|
||||
MsgUndelegateEncodeObject,
|
||||
MsgWithdrawDelegatorRewardEncodeObject,
|
||||
stakingTypes,
|
||||
vestingTypes,
|
||||
} from "./modules";
|
||||
import {
|
||||
createAuthzAminoConverters,
|
||||
@ -47,6 +48,7 @@ import {
|
||||
createGovAminoConverters,
|
||||
createIbcAminoConverters,
|
||||
createStakingAminoConverters,
|
||||
createVestingAminoConverters,
|
||||
} from "./modules";
|
||||
import { DeliverTxResponse, StargateClient, StargateClientOptions } from "./stargateclient";
|
||||
|
||||
@ -59,6 +61,7 @@ export const defaultRegistryTypes: ReadonlyArray<[string, GeneratedType]> = [
|
||||
...govTypes,
|
||||
...stakingTypes,
|
||||
...ibcTypes,
|
||||
...vestingTypes,
|
||||
];
|
||||
|
||||
function createDefaultRegistry(): Registry {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user