@agoric/client-utils 0.1.1-dev-7cb1020.0.7cb1020 → 0.1.1-dev-f169681.0.f169681

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/codegen/agoric/bundle.d.ts +457 -494
  2. package/dist/codegen/agoric/bundle.d.ts.map +1 -1
  3. package/dist/codegen/agoric/bundle.js +36 -42
  4. package/dist/codegen/agoric/bundle.js.map +1 -1
  5. package/dist/codegen/amino/bundle.js +2 -2
  6. package/dist/codegen/circle/bundle.d.ts +666 -666
  7. package/dist/codegen/circle/bundle.js +25 -25
  8. package/dist/codegen/cosmos/bundle.d.ts +4930 -4930
  9. package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
  10. package/dist/codegen/cosmos/bundle.js +217 -217
  11. package/dist/codegen/cosmos/bundle.js.map +1 -1
  12. package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
  13. package/dist/codegen/cosmos_proto/bundle.js +2 -2
  14. package/dist/codegen/gogoproto/bundle.js +2 -2
  15. package/dist/codegen/google/bundle.d.ts +277 -277
  16. package/dist/codegen/google/bundle.js +7 -7
  17. package/dist/codegen/ibc/bundle.d.ts +1882 -1882
  18. package/dist/codegen/ibc/bundle.js +86 -86
  19. package/dist/codegen/icq/bundle.d.ts +92 -92
  20. package/dist/codegen/icq/bundle.js +15 -15
  21. package/dist/codegen/noble/bundle.d.ts +239 -239
  22. package/dist/codegen/noble/bundle.js +15 -15
  23. package/dist/codegen/stride/bundle.d.ts +2008 -2008
  24. package/dist/codegen/stride/bundle.js +58 -58
  25. package/dist/codegen/tendermint/bundle.d.ts +508 -508
  26. package/dist/codegen/tendermint/bundle.js +19 -19
  27. package/dist/tsconfig.build.tsbuildinfo +1 -1
  28. package/package.json +8 -8
  29. package/dist/codegen/agoric/lien/genesis.d.ts +0 -54
  30. package/dist/codegen/agoric/lien/genesis.d.ts.map +0 -1
  31. package/dist/codegen/agoric/lien/genesis.js +0 -143
  32. package/dist/codegen/agoric/lien/genesis.js.map +0 -1
  33. package/dist/codegen/agoric/lien/lien.d.ts +0 -35
  34. package/dist/codegen/agoric/lien/lien.d.ts.map +0 -1
  35. package/dist/codegen/agoric/lien/lien.js +0 -87
  36. package/dist/codegen/agoric/lien/lien.js.map +0 -1
@@ -1,330 +1,330 @@
1
- import * as _170 from './dollar/vaults/v1/tx.js';
2
- import * as _171 from './dollar/vaults/v1/vaults.js';
3
- import * as _172 from './swap/v1/algorithm.js';
4
- import * as _173 from './swap/v1/swap.js';
5
- import * as _174 from './swap/v1/tx.js';
6
- import * as _263 from './dollar/vaults/v1/tx.rpc.msg.js';
7
- import * as _264 from './swap/v1/tx.rpc.msg.js';
1
+ import * as _168 from './dollar/vaults/v1/tx.js';
2
+ import * as _169 from './dollar/vaults/v1/vaults.js';
3
+ import * as _170 from './swap/v1/algorithm.js';
4
+ import * as _171 from './swap/v1/swap.js';
5
+ import * as _172 from './swap/v1/tx.js';
6
+ import * as _261 from './dollar/vaults/v1/tx.rpc.msg.js';
7
+ import * as _262 from './swap/v1/tx.rpc.msg.js';
8
8
  export declare namespace noble {
9
9
  namespace dollar {
10
10
  namespace vaults {
11
11
  const v1: {
12
- MsgClientImpl: typeof _263.MsgClientImpl;
13
- vaultTypeFromJSON(object: any): _171.VaultType;
14
- vaultTypeToJSON(object: _171.VaultType): string;
15
- pausedTypeFromJSON(object: any): _171.PausedType;
16
- pausedTypeToJSON(object: _171.PausedType): string;
17
- VaultType: typeof _171.VaultType;
18
- VaultTypeSDKType: typeof _171.VaultType;
19
- PausedType: typeof _171.PausedType;
20
- PausedTypeSDKType: typeof _171.PausedType;
12
+ MsgClientImpl: typeof _261.MsgClientImpl;
13
+ vaultTypeFromJSON(object: any): _169.VaultType;
14
+ vaultTypeToJSON(object: _169.VaultType): string;
15
+ pausedTypeFromJSON(object: any): _169.PausedType;
16
+ pausedTypeToJSON(object: _169.PausedType): string;
17
+ VaultType: typeof _169.VaultType;
18
+ VaultTypeSDKType: typeof _169.VaultType;
19
+ PausedType: typeof _169.PausedType;
20
+ PausedTypeSDKType: typeof _169.PausedType;
21
21
  Reward: {
22
22
  typeUrl: "/noble.dollar.vaults.v1.Reward";
23
- encode(message: _171.Reward, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
24
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Reward;
25
- fromJSON(object: any): _171.Reward;
26
- toJSON(message: _171.Reward): import("../json-safe.js").JsonSafe<_171.Reward>;
27
- fromPartial(object: Partial<_171.Reward>): _171.Reward;
28
- fromProtoMsg(message: _171.RewardProtoMsg): _171.Reward;
29
- toProto(message: _171.Reward): Uint8Array;
30
- toProtoMsg(message: _171.Reward): _171.RewardProtoMsg;
23
+ encode(message: _169.Reward, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
24
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.Reward;
25
+ fromJSON(object: any): _169.Reward;
26
+ toJSON(message: _169.Reward): import("../json-safe.js").JsonSafe<_169.Reward>;
27
+ fromPartial(object: Partial<_169.Reward>): _169.Reward;
28
+ fromProtoMsg(message: _169.RewardProtoMsg): _169.Reward;
29
+ toProto(message: _169.Reward): Uint8Array;
30
+ toProtoMsg(message: _169.Reward): _169.RewardProtoMsg;
31
31
  };
32
32
  Position: {
33
33
  typeUrl: "/noble.dollar.vaults.v1.Position";
34
- encode(message: _171.Position, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
35
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Position;
36
- fromJSON(object: any): _171.Position;
37
- toJSON(message: _171.Position): import("../json-safe.js").JsonSafe<_171.Position>;
38
- fromPartial(object: Partial<_171.Position>): _171.Position;
39
- fromProtoMsg(message: _171.PositionProtoMsg): _171.Position;
40
- toProto(message: _171.Position): Uint8Array;
41
- toProtoMsg(message: _171.Position): _171.PositionProtoMsg;
34
+ encode(message: _169.Position, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
35
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.Position;
36
+ fromJSON(object: any): _169.Position;
37
+ toJSON(message: _169.Position): import("../json-safe.js").JsonSafe<_169.Position>;
38
+ fromPartial(object: Partial<_169.Position>): _169.Position;
39
+ fromProtoMsg(message: _169.PositionProtoMsg): _169.Position;
40
+ toProto(message: _169.Position): Uint8Array;
41
+ toProtoMsg(message: _169.Position): _169.PositionProtoMsg;
42
42
  };
43
43
  PositionRewards: {
44
44
  typeUrl: "/noble.dollar.vaults.v1.PositionRewards";
45
- encode(message: _171.PositionRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
46
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.PositionRewards;
47
- fromJSON(object: any): _171.PositionRewards;
48
- toJSON(message: _171.PositionRewards): import("../json-safe.js").JsonSafe<_171.PositionRewards>;
49
- fromPartial(object: Partial<_171.PositionRewards>): _171.PositionRewards;
50
- fromProtoMsg(message: _171.PositionRewardsProtoMsg): _171.PositionRewards;
51
- toProto(message: _171.PositionRewards): Uint8Array;
52
- toProtoMsg(message: _171.PositionRewards): _171.PositionRewardsProtoMsg;
45
+ encode(message: _169.PositionRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
46
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.PositionRewards;
47
+ fromJSON(object: any): _169.PositionRewards;
48
+ toJSON(message: _169.PositionRewards): import("../json-safe.js").JsonSafe<_169.PositionRewards>;
49
+ fromPartial(object: Partial<_169.PositionRewards>): _169.PositionRewards;
50
+ fromProtoMsg(message: _169.PositionRewardsProtoMsg): _169.PositionRewards;
51
+ toProto(message: _169.PositionRewards): Uint8Array;
52
+ toProtoMsg(message: _169.PositionRewards): _169.PositionRewardsProtoMsg;
53
53
  };
54
54
  PositionEntry: {
55
55
  typeUrl: "/noble.dollar.vaults.v1.PositionEntry";
56
- encode(message: _171.PositionEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
57
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.PositionEntry;
58
- fromJSON(object: any): _171.PositionEntry;
59
- toJSON(message: _171.PositionEntry): import("../json-safe.js").JsonSafe<_171.PositionEntry>;
60
- fromPartial(object: Partial<_171.PositionEntry>): _171.PositionEntry;
61
- fromProtoMsg(message: _171.PositionEntryProtoMsg): _171.PositionEntry;
62
- toProto(message: _171.PositionEntry): Uint8Array;
63
- toProtoMsg(message: _171.PositionEntry): _171.PositionEntryProtoMsg;
56
+ encode(message: _169.PositionEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
57
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.PositionEntry;
58
+ fromJSON(object: any): _169.PositionEntry;
59
+ toJSON(message: _169.PositionEntry): import("../json-safe.js").JsonSafe<_169.PositionEntry>;
60
+ fromPartial(object: Partial<_169.PositionEntry>): _169.PositionEntry;
61
+ fromProtoMsg(message: _169.PositionEntryProtoMsg): _169.PositionEntry;
62
+ toProto(message: _169.PositionEntry): Uint8Array;
63
+ toProtoMsg(message: _169.PositionEntry): _169.PositionEntryProtoMsg;
64
64
  };
65
65
  Stats: {
66
66
  typeUrl: "/noble.dollar.vaults.v1.Stats";
67
- encode(message: _171.Stats, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Stats;
69
- fromJSON(object: any): _171.Stats;
70
- toJSON(message: _171.Stats): import("../json-safe.js").JsonSafe<_171.Stats>;
71
- fromPartial(object: Partial<_171.Stats>): _171.Stats;
72
- fromProtoMsg(message: _171.StatsProtoMsg): _171.Stats;
73
- toProto(message: _171.Stats): Uint8Array;
74
- toProtoMsg(message: _171.Stats): _171.StatsProtoMsg;
67
+ encode(message: _169.Stats, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.Stats;
69
+ fromJSON(object: any): _169.Stats;
70
+ toJSON(message: _169.Stats): import("../json-safe.js").JsonSafe<_169.Stats>;
71
+ fromPartial(object: Partial<_169.Stats>): _169.Stats;
72
+ fromProtoMsg(message: _169.StatsProtoMsg): _169.Stats;
73
+ toProto(message: _169.Stats): Uint8Array;
74
+ toProtoMsg(message: _169.Stats): _169.StatsProtoMsg;
75
75
  };
76
76
  MsgLock: {
77
77
  typeUrl: "/noble.dollar.vaults.v1.MsgLock";
78
- encode(message: _170.MsgLock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _170.MsgLock;
80
- fromJSON(object: any): _170.MsgLock;
81
- toJSON(message: _170.MsgLock): import("../json-safe.js").JsonSafe<_170.MsgLock>;
82
- fromPartial(object: Partial<_170.MsgLock>): _170.MsgLock;
83
- fromProtoMsg(message: _170.MsgLockProtoMsg): _170.MsgLock;
84
- toProto(message: _170.MsgLock): Uint8Array;
85
- toProtoMsg(message: _170.MsgLock): _170.MsgLockProtoMsg;
78
+ encode(message: _168.MsgLock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgLock;
80
+ fromJSON(object: any): _168.MsgLock;
81
+ toJSON(message: _168.MsgLock): import("../json-safe.js").JsonSafe<_168.MsgLock>;
82
+ fromPartial(object: Partial<_168.MsgLock>): _168.MsgLock;
83
+ fromProtoMsg(message: _168.MsgLockProtoMsg): _168.MsgLock;
84
+ toProto(message: _168.MsgLock): Uint8Array;
85
+ toProtoMsg(message: _168.MsgLock): _168.MsgLockProtoMsg;
86
86
  };
87
87
  MsgLockResponse: {
88
88
  typeUrl: "/noble.dollar.vaults.v1.MsgLockResponse";
89
- encode(_: _170.MsgLockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _170.MsgLockResponse;
91
- fromJSON(_: any): _170.MsgLockResponse;
92
- toJSON(_: _170.MsgLockResponse): import("../json-safe.js").JsonSafe<_170.MsgLockResponse>;
93
- fromPartial(_: Partial<_170.MsgLockResponse>): _170.MsgLockResponse;
94
- fromProtoMsg(message: _170.MsgLockResponseProtoMsg): _170.MsgLockResponse;
95
- toProto(message: _170.MsgLockResponse): Uint8Array;
96
- toProtoMsg(message: _170.MsgLockResponse): _170.MsgLockResponseProtoMsg;
89
+ encode(_: _168.MsgLockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgLockResponse;
91
+ fromJSON(_: any): _168.MsgLockResponse;
92
+ toJSON(_: _168.MsgLockResponse): import("../json-safe.js").JsonSafe<_168.MsgLockResponse>;
93
+ fromPartial(_: Partial<_168.MsgLockResponse>): _168.MsgLockResponse;
94
+ fromProtoMsg(message: _168.MsgLockResponseProtoMsg): _168.MsgLockResponse;
95
+ toProto(message: _168.MsgLockResponse): Uint8Array;
96
+ toProtoMsg(message: _168.MsgLockResponse): _168.MsgLockResponseProtoMsg;
97
97
  };
98
98
  MsgUnlock: {
99
99
  typeUrl: "/noble.dollar.vaults.v1.MsgUnlock";
100
- encode(message: _170.MsgUnlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _170.MsgUnlock;
102
- fromJSON(object: any): _170.MsgUnlock;
103
- toJSON(message: _170.MsgUnlock): import("../json-safe.js").JsonSafe<_170.MsgUnlock>;
104
- fromPartial(object: Partial<_170.MsgUnlock>): _170.MsgUnlock;
105
- fromProtoMsg(message: _170.MsgUnlockProtoMsg): _170.MsgUnlock;
106
- toProto(message: _170.MsgUnlock): Uint8Array;
107
- toProtoMsg(message: _170.MsgUnlock): _170.MsgUnlockProtoMsg;
100
+ encode(message: _168.MsgUnlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgUnlock;
102
+ fromJSON(object: any): _168.MsgUnlock;
103
+ toJSON(message: _168.MsgUnlock): import("../json-safe.js").JsonSafe<_168.MsgUnlock>;
104
+ fromPartial(object: Partial<_168.MsgUnlock>): _168.MsgUnlock;
105
+ fromProtoMsg(message: _168.MsgUnlockProtoMsg): _168.MsgUnlock;
106
+ toProto(message: _168.MsgUnlock): Uint8Array;
107
+ toProtoMsg(message: _168.MsgUnlock): _168.MsgUnlockProtoMsg;
108
108
  };
109
109
  MsgUnlockResponse: {
110
110
  typeUrl: "/noble.dollar.vaults.v1.MsgUnlockResponse";
111
- encode(_: _170.MsgUnlockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _170.MsgUnlockResponse;
113
- fromJSON(_: any): _170.MsgUnlockResponse;
114
- toJSON(_: _170.MsgUnlockResponse): import("../json-safe.js").JsonSafe<_170.MsgUnlockResponse>;
115
- fromPartial(_: Partial<_170.MsgUnlockResponse>): _170.MsgUnlockResponse;
116
- fromProtoMsg(message: _170.MsgUnlockResponseProtoMsg): _170.MsgUnlockResponse;
117
- toProto(message: _170.MsgUnlockResponse): Uint8Array;
118
- toProtoMsg(message: _170.MsgUnlockResponse): _170.MsgUnlockResponseProtoMsg;
111
+ encode(_: _168.MsgUnlockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgUnlockResponse;
113
+ fromJSON(_: any): _168.MsgUnlockResponse;
114
+ toJSON(_: _168.MsgUnlockResponse): import("../json-safe.js").JsonSafe<_168.MsgUnlockResponse>;
115
+ fromPartial(_: Partial<_168.MsgUnlockResponse>): _168.MsgUnlockResponse;
116
+ fromProtoMsg(message: _168.MsgUnlockResponseProtoMsg): _168.MsgUnlockResponse;
117
+ toProto(message: _168.MsgUnlockResponse): Uint8Array;
118
+ toProtoMsg(message: _168.MsgUnlockResponse): _168.MsgUnlockResponseProtoMsg;
119
119
  };
120
120
  MsgSetPausedState: {
121
121
  typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedState";
122
- encode(message: _170.MsgSetPausedState, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _170.MsgSetPausedState;
124
- fromJSON(object: any): _170.MsgSetPausedState;
125
- toJSON(message: _170.MsgSetPausedState): import("../json-safe.js").JsonSafe<_170.MsgSetPausedState>;
126
- fromPartial(object: Partial<_170.MsgSetPausedState>): _170.MsgSetPausedState;
127
- fromProtoMsg(message: _170.MsgSetPausedStateProtoMsg): _170.MsgSetPausedState;
128
- toProto(message: _170.MsgSetPausedState): Uint8Array;
129
- toProtoMsg(message: _170.MsgSetPausedState): _170.MsgSetPausedStateProtoMsg;
122
+ encode(message: _168.MsgSetPausedState, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgSetPausedState;
124
+ fromJSON(object: any): _168.MsgSetPausedState;
125
+ toJSON(message: _168.MsgSetPausedState): import("../json-safe.js").JsonSafe<_168.MsgSetPausedState>;
126
+ fromPartial(object: Partial<_168.MsgSetPausedState>): _168.MsgSetPausedState;
127
+ fromProtoMsg(message: _168.MsgSetPausedStateProtoMsg): _168.MsgSetPausedState;
128
+ toProto(message: _168.MsgSetPausedState): Uint8Array;
129
+ toProtoMsg(message: _168.MsgSetPausedState): _168.MsgSetPausedStateProtoMsg;
130
130
  };
131
131
  MsgSetPausedStateResponse: {
132
132
  typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedStateResponse";
133
- encode(_: _170.MsgSetPausedStateResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _170.MsgSetPausedStateResponse;
135
- fromJSON(_: any): _170.MsgSetPausedStateResponse;
136
- toJSON(_: _170.MsgSetPausedStateResponse): import("../json-safe.js").JsonSafe<_170.MsgSetPausedStateResponse>;
137
- fromPartial(_: Partial<_170.MsgSetPausedStateResponse>): _170.MsgSetPausedStateResponse;
138
- fromProtoMsg(message: _170.MsgSetPausedStateResponseProtoMsg): _170.MsgSetPausedStateResponse;
139
- toProto(message: _170.MsgSetPausedStateResponse): Uint8Array;
140
- toProtoMsg(message: _170.MsgSetPausedStateResponse): _170.MsgSetPausedStateResponseProtoMsg;
133
+ encode(_: _168.MsgSetPausedStateResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgSetPausedStateResponse;
135
+ fromJSON(_: any): _168.MsgSetPausedStateResponse;
136
+ toJSON(_: _168.MsgSetPausedStateResponse): import("../json-safe.js").JsonSafe<_168.MsgSetPausedStateResponse>;
137
+ fromPartial(_: Partial<_168.MsgSetPausedStateResponse>): _168.MsgSetPausedStateResponse;
138
+ fromProtoMsg(message: _168.MsgSetPausedStateResponseProtoMsg): _168.MsgSetPausedStateResponse;
139
+ toProto(message: _168.MsgSetPausedStateResponse): Uint8Array;
140
+ toProtoMsg(message: _168.MsgSetPausedStateResponse): _168.MsgSetPausedStateResponseProtoMsg;
141
141
  };
142
142
  };
143
143
  }
144
144
  }
145
145
  namespace swap {
146
146
  const v1: {
147
- MsgClientImpl: typeof _264.MsgClientImpl;
147
+ MsgClientImpl: typeof _262.MsgClientImpl;
148
148
  MsgWithdrawProtocolFees: {
149
149
  typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFees";
150
- encode(message: _174.MsgWithdrawProtocolFees, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
151
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgWithdrawProtocolFees;
152
- fromJSON(object: any): _174.MsgWithdrawProtocolFees;
153
- toJSON(message: _174.MsgWithdrawProtocolFees): import("../json-safe.js").JsonSafe<_174.MsgWithdrawProtocolFees>;
154
- fromPartial(object: Partial<_174.MsgWithdrawProtocolFees>): _174.MsgWithdrawProtocolFees;
155
- fromProtoMsg(message: _174.MsgWithdrawProtocolFeesProtoMsg): _174.MsgWithdrawProtocolFees;
156
- toProto(message: _174.MsgWithdrawProtocolFees): Uint8Array;
157
- toProtoMsg(message: _174.MsgWithdrawProtocolFees): _174.MsgWithdrawProtocolFeesProtoMsg;
150
+ encode(message: _172.MsgWithdrawProtocolFees, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
151
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawProtocolFees;
152
+ fromJSON(object: any): _172.MsgWithdrawProtocolFees;
153
+ toJSON(message: _172.MsgWithdrawProtocolFees): import("../json-safe.js").JsonSafe<_172.MsgWithdrawProtocolFees>;
154
+ fromPartial(object: Partial<_172.MsgWithdrawProtocolFees>): _172.MsgWithdrawProtocolFees;
155
+ fromProtoMsg(message: _172.MsgWithdrawProtocolFeesProtoMsg): _172.MsgWithdrawProtocolFees;
156
+ toProto(message: _172.MsgWithdrawProtocolFees): Uint8Array;
157
+ toProtoMsg(message: _172.MsgWithdrawProtocolFees): _172.MsgWithdrawProtocolFeesProtoMsg;
158
158
  };
159
159
  MsgWithdrawProtocolFeesResponse: {
160
160
  typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFeesResponse";
161
- encode(_: _174.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
162
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgWithdrawProtocolFeesResponse;
163
- fromJSON(_: any): _174.MsgWithdrawProtocolFeesResponse;
164
- toJSON(_: _174.MsgWithdrawProtocolFeesResponse): import("../json-safe.js").JsonSafe<_174.MsgWithdrawProtocolFeesResponse>;
165
- fromPartial(_: Partial<_174.MsgWithdrawProtocolFeesResponse>): _174.MsgWithdrawProtocolFeesResponse;
166
- fromProtoMsg(message: _174.MsgWithdrawProtocolFeesResponseProtoMsg): _174.MsgWithdrawProtocolFeesResponse;
167
- toProto(message: _174.MsgWithdrawProtocolFeesResponse): Uint8Array;
168
- toProtoMsg(message: _174.MsgWithdrawProtocolFeesResponse): _174.MsgWithdrawProtocolFeesResponseProtoMsg;
161
+ encode(_: _172.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
162
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawProtocolFeesResponse;
163
+ fromJSON(_: any): _172.MsgWithdrawProtocolFeesResponse;
164
+ toJSON(_: _172.MsgWithdrawProtocolFeesResponse): import("../json-safe.js").JsonSafe<_172.MsgWithdrawProtocolFeesResponse>;
165
+ fromPartial(_: Partial<_172.MsgWithdrawProtocolFeesResponse>): _172.MsgWithdrawProtocolFeesResponse;
166
+ fromProtoMsg(message: _172.MsgWithdrawProtocolFeesResponseProtoMsg): _172.MsgWithdrawProtocolFeesResponse;
167
+ toProto(message: _172.MsgWithdrawProtocolFeesResponse): Uint8Array;
168
+ toProtoMsg(message: _172.MsgWithdrawProtocolFeesResponse): _172.MsgWithdrawProtocolFeesResponseProtoMsg;
169
169
  };
170
170
  MsgWithdrawRewards: {
171
171
  typeUrl: "/noble.swap.v1.MsgWithdrawRewards";
172
- encode(message: _174.MsgWithdrawRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
173
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgWithdrawRewards;
174
- fromJSON(object: any): _174.MsgWithdrawRewards;
175
- toJSON(message: _174.MsgWithdrawRewards): import("../json-safe.js").JsonSafe<_174.MsgWithdrawRewards>;
176
- fromPartial(object: Partial<_174.MsgWithdrawRewards>): _174.MsgWithdrawRewards;
177
- fromProtoMsg(message: _174.MsgWithdrawRewardsProtoMsg): _174.MsgWithdrawRewards;
178
- toProto(message: _174.MsgWithdrawRewards): Uint8Array;
179
- toProtoMsg(message: _174.MsgWithdrawRewards): _174.MsgWithdrawRewardsProtoMsg;
172
+ encode(message: _172.MsgWithdrawRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
173
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawRewards;
174
+ fromJSON(object: any): _172.MsgWithdrawRewards;
175
+ toJSON(message: _172.MsgWithdrawRewards): import("../json-safe.js").JsonSafe<_172.MsgWithdrawRewards>;
176
+ fromPartial(object: Partial<_172.MsgWithdrawRewards>): _172.MsgWithdrawRewards;
177
+ fromProtoMsg(message: _172.MsgWithdrawRewardsProtoMsg): _172.MsgWithdrawRewards;
178
+ toProto(message: _172.MsgWithdrawRewards): Uint8Array;
179
+ toProtoMsg(message: _172.MsgWithdrawRewards): _172.MsgWithdrawRewardsProtoMsg;
180
180
  };
181
181
  MsgWithdrawRewardsResponse: {
182
182
  typeUrl: "/noble.swap.v1.MsgWithdrawRewardsResponse";
183
- encode(message: _174.MsgWithdrawRewardsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
184
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgWithdrawRewardsResponse;
185
- fromJSON(object: any): _174.MsgWithdrawRewardsResponse;
186
- toJSON(message: _174.MsgWithdrawRewardsResponse): import("../json-safe.js").JsonSafe<_174.MsgWithdrawRewardsResponse>;
187
- fromPartial(object: Partial<_174.MsgWithdrawRewardsResponse>): _174.MsgWithdrawRewardsResponse;
188
- fromProtoMsg(message: _174.MsgWithdrawRewardsResponseProtoMsg): _174.MsgWithdrawRewardsResponse;
189
- toProto(message: _174.MsgWithdrawRewardsResponse): Uint8Array;
190
- toProtoMsg(message: _174.MsgWithdrawRewardsResponse): _174.MsgWithdrawRewardsResponseProtoMsg;
183
+ encode(message: _172.MsgWithdrawRewardsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
184
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawRewardsResponse;
185
+ fromJSON(object: any): _172.MsgWithdrawRewardsResponse;
186
+ toJSON(message: _172.MsgWithdrawRewardsResponse): import("../json-safe.js").JsonSafe<_172.MsgWithdrawRewardsResponse>;
187
+ fromPartial(object: Partial<_172.MsgWithdrawRewardsResponse>): _172.MsgWithdrawRewardsResponse;
188
+ fromProtoMsg(message: _172.MsgWithdrawRewardsResponseProtoMsg): _172.MsgWithdrawRewardsResponse;
189
+ toProto(message: _172.MsgWithdrawRewardsResponse): Uint8Array;
190
+ toProtoMsg(message: _172.MsgWithdrawRewardsResponse): _172.MsgWithdrawRewardsResponseProtoMsg;
191
191
  };
192
192
  MsgSwap: {
193
193
  typeUrl: "/noble.swap.v1.MsgSwap";
194
- encode(message: _174.MsgSwap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
195
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgSwap;
196
- fromJSON(object: any): _174.MsgSwap;
197
- toJSON(message: _174.MsgSwap): import("../json-safe.js").JsonSafe<_174.MsgSwap>;
198
- fromPartial(object: Partial<_174.MsgSwap>): _174.MsgSwap;
199
- fromProtoMsg(message: _174.MsgSwapProtoMsg): _174.MsgSwap;
200
- toProto(message: _174.MsgSwap): Uint8Array;
201
- toProtoMsg(message: _174.MsgSwap): _174.MsgSwapProtoMsg;
194
+ encode(message: _172.MsgSwap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
195
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgSwap;
196
+ fromJSON(object: any): _172.MsgSwap;
197
+ toJSON(message: _172.MsgSwap): import("../json-safe.js").JsonSafe<_172.MsgSwap>;
198
+ fromPartial(object: Partial<_172.MsgSwap>): _172.MsgSwap;
199
+ fromProtoMsg(message: _172.MsgSwapProtoMsg): _172.MsgSwap;
200
+ toProto(message: _172.MsgSwap): Uint8Array;
201
+ toProtoMsg(message: _172.MsgSwap): _172.MsgSwapProtoMsg;
202
202
  };
203
203
  MsgSwapResponse: {
204
204
  typeUrl: "/noble.swap.v1.MsgSwapResponse";
205
- encode(message: _174.MsgSwapResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
206
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgSwapResponse;
207
- fromJSON(object: any): _174.MsgSwapResponse;
208
- toJSON(message: _174.MsgSwapResponse): import("../json-safe.js").JsonSafe<_174.MsgSwapResponse>;
209
- fromPartial(object: Partial<_174.MsgSwapResponse>): _174.MsgSwapResponse;
210
- fromProtoMsg(message: _174.MsgSwapResponseProtoMsg): _174.MsgSwapResponse;
211
- toProto(message: _174.MsgSwapResponse): Uint8Array;
212
- toProtoMsg(message: _174.MsgSwapResponse): _174.MsgSwapResponseProtoMsg;
205
+ encode(message: _172.MsgSwapResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
206
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgSwapResponse;
207
+ fromJSON(object: any): _172.MsgSwapResponse;
208
+ toJSON(message: _172.MsgSwapResponse): import("../json-safe.js").JsonSafe<_172.MsgSwapResponse>;
209
+ fromPartial(object: Partial<_172.MsgSwapResponse>): _172.MsgSwapResponse;
210
+ fromProtoMsg(message: _172.MsgSwapResponseProtoMsg): _172.MsgSwapResponse;
211
+ toProto(message: _172.MsgSwapResponse): Uint8Array;
212
+ toProtoMsg(message: _172.MsgSwapResponse): _172.MsgSwapResponseProtoMsg;
213
213
  };
214
214
  MsgPauseByAlgorithm: {
215
215
  typeUrl: "/noble.swap.v1.MsgPauseByAlgorithm";
216
- encode(message: _174.MsgPauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
217
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgPauseByAlgorithm;
218
- fromJSON(object: any): _174.MsgPauseByAlgorithm;
219
- toJSON(message: _174.MsgPauseByAlgorithm): import("../json-safe.js").JsonSafe<_174.MsgPauseByAlgorithm>;
220
- fromPartial(object: Partial<_174.MsgPauseByAlgorithm>): _174.MsgPauseByAlgorithm;
221
- fromProtoMsg(message: _174.MsgPauseByAlgorithmProtoMsg): _174.MsgPauseByAlgorithm;
222
- toProto(message: _174.MsgPauseByAlgorithm): Uint8Array;
223
- toProtoMsg(message: _174.MsgPauseByAlgorithm): _174.MsgPauseByAlgorithmProtoMsg;
216
+ encode(message: _172.MsgPauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
217
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByAlgorithm;
218
+ fromJSON(object: any): _172.MsgPauseByAlgorithm;
219
+ toJSON(message: _172.MsgPauseByAlgorithm): import("../json-safe.js").JsonSafe<_172.MsgPauseByAlgorithm>;
220
+ fromPartial(object: Partial<_172.MsgPauseByAlgorithm>): _172.MsgPauseByAlgorithm;
221
+ fromProtoMsg(message: _172.MsgPauseByAlgorithmProtoMsg): _172.MsgPauseByAlgorithm;
222
+ toProto(message: _172.MsgPauseByAlgorithm): Uint8Array;
223
+ toProtoMsg(message: _172.MsgPauseByAlgorithm): _172.MsgPauseByAlgorithmProtoMsg;
224
224
  };
225
225
  MsgPauseByAlgorithmResponse: {
226
226
  typeUrl: "/noble.swap.v1.MsgPauseByAlgorithmResponse";
227
- encode(message: _174.MsgPauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
228
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgPauseByAlgorithmResponse;
229
- fromJSON(object: any): _174.MsgPauseByAlgorithmResponse;
230
- toJSON(message: _174.MsgPauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_174.MsgPauseByAlgorithmResponse>;
231
- fromPartial(object: Partial<_174.MsgPauseByAlgorithmResponse>): _174.MsgPauseByAlgorithmResponse;
232
- fromProtoMsg(message: _174.MsgPauseByAlgorithmResponseProtoMsg): _174.MsgPauseByAlgorithmResponse;
233
- toProto(message: _174.MsgPauseByAlgorithmResponse): Uint8Array;
234
- toProtoMsg(message: _174.MsgPauseByAlgorithmResponse): _174.MsgPauseByAlgorithmResponseProtoMsg;
227
+ encode(message: _172.MsgPauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
228
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByAlgorithmResponse;
229
+ fromJSON(object: any): _172.MsgPauseByAlgorithmResponse;
230
+ toJSON(message: _172.MsgPauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_172.MsgPauseByAlgorithmResponse>;
231
+ fromPartial(object: Partial<_172.MsgPauseByAlgorithmResponse>): _172.MsgPauseByAlgorithmResponse;
232
+ fromProtoMsg(message: _172.MsgPauseByAlgorithmResponseProtoMsg): _172.MsgPauseByAlgorithmResponse;
233
+ toProto(message: _172.MsgPauseByAlgorithmResponse): Uint8Array;
234
+ toProtoMsg(message: _172.MsgPauseByAlgorithmResponse): _172.MsgPauseByAlgorithmResponseProtoMsg;
235
235
  };
236
236
  MsgPauseByPoolIds: {
237
237
  typeUrl: "/noble.swap.v1.MsgPauseByPoolIds";
238
- encode(message: _174.MsgPauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
239
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgPauseByPoolIds;
240
- fromJSON(object: any): _174.MsgPauseByPoolIds;
241
- toJSON(message: _174.MsgPauseByPoolIds): import("../json-safe.js").JsonSafe<_174.MsgPauseByPoolIds>;
242
- fromPartial(object: Partial<_174.MsgPauseByPoolIds>): _174.MsgPauseByPoolIds;
243
- fromProtoMsg(message: _174.MsgPauseByPoolIdsProtoMsg): _174.MsgPauseByPoolIds;
244
- toProto(message: _174.MsgPauseByPoolIds): Uint8Array;
245
- toProtoMsg(message: _174.MsgPauseByPoolIds): _174.MsgPauseByPoolIdsProtoMsg;
238
+ encode(message: _172.MsgPauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
239
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByPoolIds;
240
+ fromJSON(object: any): _172.MsgPauseByPoolIds;
241
+ toJSON(message: _172.MsgPauseByPoolIds): import("../json-safe.js").JsonSafe<_172.MsgPauseByPoolIds>;
242
+ fromPartial(object: Partial<_172.MsgPauseByPoolIds>): _172.MsgPauseByPoolIds;
243
+ fromProtoMsg(message: _172.MsgPauseByPoolIdsProtoMsg): _172.MsgPauseByPoolIds;
244
+ toProto(message: _172.MsgPauseByPoolIds): Uint8Array;
245
+ toProtoMsg(message: _172.MsgPauseByPoolIds): _172.MsgPauseByPoolIdsProtoMsg;
246
246
  };
247
247
  MsgPauseByPoolIdsResponse: {
248
248
  typeUrl: "/noble.swap.v1.MsgPauseByPoolIdsResponse";
249
- encode(message: _174.MsgPauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
250
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgPauseByPoolIdsResponse;
251
- fromJSON(object: any): _174.MsgPauseByPoolIdsResponse;
252
- toJSON(message: _174.MsgPauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_174.MsgPauseByPoolIdsResponse>;
253
- fromPartial(object: Partial<_174.MsgPauseByPoolIdsResponse>): _174.MsgPauseByPoolIdsResponse;
254
- fromProtoMsg(message: _174.MsgPauseByPoolIdsResponseProtoMsg): _174.MsgPauseByPoolIdsResponse;
255
- toProto(message: _174.MsgPauseByPoolIdsResponse): Uint8Array;
256
- toProtoMsg(message: _174.MsgPauseByPoolIdsResponse): _174.MsgPauseByPoolIdsResponseProtoMsg;
249
+ encode(message: _172.MsgPauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
250
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByPoolIdsResponse;
251
+ fromJSON(object: any): _172.MsgPauseByPoolIdsResponse;
252
+ toJSON(message: _172.MsgPauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_172.MsgPauseByPoolIdsResponse>;
253
+ fromPartial(object: Partial<_172.MsgPauseByPoolIdsResponse>): _172.MsgPauseByPoolIdsResponse;
254
+ fromProtoMsg(message: _172.MsgPauseByPoolIdsResponseProtoMsg): _172.MsgPauseByPoolIdsResponse;
255
+ toProto(message: _172.MsgPauseByPoolIdsResponse): Uint8Array;
256
+ toProtoMsg(message: _172.MsgPauseByPoolIdsResponse): _172.MsgPauseByPoolIdsResponseProtoMsg;
257
257
  };
258
258
  MsgUnpauseByAlgorithm: {
259
259
  typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithm";
260
- encode(message: _174.MsgUnpauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
261
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgUnpauseByAlgorithm;
262
- fromJSON(object: any): _174.MsgUnpauseByAlgorithm;
263
- toJSON(message: _174.MsgUnpauseByAlgorithm): import("../json-safe.js").JsonSafe<_174.MsgUnpauseByAlgorithm>;
264
- fromPartial(object: Partial<_174.MsgUnpauseByAlgorithm>): _174.MsgUnpauseByAlgorithm;
265
- fromProtoMsg(message: _174.MsgUnpauseByAlgorithmProtoMsg): _174.MsgUnpauseByAlgorithm;
266
- toProto(message: _174.MsgUnpauseByAlgorithm): Uint8Array;
267
- toProtoMsg(message: _174.MsgUnpauseByAlgorithm): _174.MsgUnpauseByAlgorithmProtoMsg;
260
+ encode(message: _172.MsgUnpauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
261
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByAlgorithm;
262
+ fromJSON(object: any): _172.MsgUnpauseByAlgorithm;
263
+ toJSON(message: _172.MsgUnpauseByAlgorithm): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByAlgorithm>;
264
+ fromPartial(object: Partial<_172.MsgUnpauseByAlgorithm>): _172.MsgUnpauseByAlgorithm;
265
+ fromProtoMsg(message: _172.MsgUnpauseByAlgorithmProtoMsg): _172.MsgUnpauseByAlgorithm;
266
+ toProto(message: _172.MsgUnpauseByAlgorithm): Uint8Array;
267
+ toProtoMsg(message: _172.MsgUnpauseByAlgorithm): _172.MsgUnpauseByAlgorithmProtoMsg;
268
268
  };
269
269
  MsgUnpauseByAlgorithmResponse: {
270
270
  typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithmResponse";
271
- encode(message: _174.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
272
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgUnpauseByAlgorithmResponse;
273
- fromJSON(object: any): _174.MsgUnpauseByAlgorithmResponse;
274
- toJSON(message: _174.MsgUnpauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_174.MsgUnpauseByAlgorithmResponse>;
275
- fromPartial(object: Partial<_174.MsgUnpauseByAlgorithmResponse>): _174.MsgUnpauseByAlgorithmResponse;
276
- fromProtoMsg(message: _174.MsgUnpauseByAlgorithmResponseProtoMsg): _174.MsgUnpauseByAlgorithmResponse;
277
- toProto(message: _174.MsgUnpauseByAlgorithmResponse): Uint8Array;
278
- toProtoMsg(message: _174.MsgUnpauseByAlgorithmResponse): _174.MsgUnpauseByAlgorithmResponseProtoMsg;
271
+ encode(message: _172.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
272
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByAlgorithmResponse;
273
+ fromJSON(object: any): _172.MsgUnpauseByAlgorithmResponse;
274
+ toJSON(message: _172.MsgUnpauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByAlgorithmResponse>;
275
+ fromPartial(object: Partial<_172.MsgUnpauseByAlgorithmResponse>): _172.MsgUnpauseByAlgorithmResponse;
276
+ fromProtoMsg(message: _172.MsgUnpauseByAlgorithmResponseProtoMsg): _172.MsgUnpauseByAlgorithmResponse;
277
+ toProto(message: _172.MsgUnpauseByAlgorithmResponse): Uint8Array;
278
+ toProtoMsg(message: _172.MsgUnpauseByAlgorithmResponse): _172.MsgUnpauseByAlgorithmResponseProtoMsg;
279
279
  };
280
280
  MsgUnpauseByPoolIds: {
281
281
  typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIds";
282
- encode(message: _174.MsgUnpauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
283
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgUnpauseByPoolIds;
284
- fromJSON(object: any): _174.MsgUnpauseByPoolIds;
285
- toJSON(message: _174.MsgUnpauseByPoolIds): import("../json-safe.js").JsonSafe<_174.MsgUnpauseByPoolIds>;
286
- fromPartial(object: Partial<_174.MsgUnpauseByPoolIds>): _174.MsgUnpauseByPoolIds;
287
- fromProtoMsg(message: _174.MsgUnpauseByPoolIdsProtoMsg): _174.MsgUnpauseByPoolIds;
288
- toProto(message: _174.MsgUnpauseByPoolIds): Uint8Array;
289
- toProtoMsg(message: _174.MsgUnpauseByPoolIds): _174.MsgUnpauseByPoolIdsProtoMsg;
282
+ encode(message: _172.MsgUnpauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
283
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByPoolIds;
284
+ fromJSON(object: any): _172.MsgUnpauseByPoolIds;
285
+ toJSON(message: _172.MsgUnpauseByPoolIds): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByPoolIds>;
286
+ fromPartial(object: Partial<_172.MsgUnpauseByPoolIds>): _172.MsgUnpauseByPoolIds;
287
+ fromProtoMsg(message: _172.MsgUnpauseByPoolIdsProtoMsg): _172.MsgUnpauseByPoolIds;
288
+ toProto(message: _172.MsgUnpauseByPoolIds): Uint8Array;
289
+ toProtoMsg(message: _172.MsgUnpauseByPoolIds): _172.MsgUnpauseByPoolIdsProtoMsg;
290
290
  };
291
291
  MsgUnpauseByPoolIdsResponse: {
292
292
  typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIdsResponse";
293
- encode(message: _174.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
294
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _174.MsgUnpauseByPoolIdsResponse;
295
- fromJSON(object: any): _174.MsgUnpauseByPoolIdsResponse;
296
- toJSON(message: _174.MsgUnpauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_174.MsgUnpauseByPoolIdsResponse>;
297
- fromPartial(object: Partial<_174.MsgUnpauseByPoolIdsResponse>): _174.MsgUnpauseByPoolIdsResponse;
298
- fromProtoMsg(message: _174.MsgUnpauseByPoolIdsResponseProtoMsg): _174.MsgUnpauseByPoolIdsResponse;
299
- toProto(message: _174.MsgUnpauseByPoolIdsResponse): Uint8Array;
300
- toProtoMsg(message: _174.MsgUnpauseByPoolIdsResponse): _174.MsgUnpauseByPoolIdsResponseProtoMsg;
293
+ encode(message: _172.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
294
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByPoolIdsResponse;
295
+ fromJSON(object: any): _172.MsgUnpauseByPoolIdsResponse;
296
+ toJSON(message: _172.MsgUnpauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByPoolIdsResponse>;
297
+ fromPartial(object: Partial<_172.MsgUnpauseByPoolIdsResponse>): _172.MsgUnpauseByPoolIdsResponse;
298
+ fromProtoMsg(message: _172.MsgUnpauseByPoolIdsResponseProtoMsg): _172.MsgUnpauseByPoolIdsResponse;
299
+ toProto(message: _172.MsgUnpauseByPoolIdsResponse): Uint8Array;
300
+ toProtoMsg(message: _172.MsgUnpauseByPoolIdsResponse): _172.MsgUnpauseByPoolIdsResponseProtoMsg;
301
301
  };
302
302
  Route: {
303
303
  typeUrl: "/noble.swap.v1.Route";
304
- encode(message: _173.Route, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
305
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _173.Route;
306
- fromJSON(object: any): _173.Route;
307
- toJSON(message: _173.Route): import("../json-safe.js").JsonSafe<_173.Route>;
308
- fromPartial(object: Partial<_173.Route>): _173.Route;
309
- fromProtoMsg(message: _173.RouteProtoMsg): _173.Route;
310
- toProto(message: _173.Route): Uint8Array;
311
- toProtoMsg(message: _173.Route): _173.RouteProtoMsg;
304
+ encode(message: _171.Route, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
305
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Route;
306
+ fromJSON(object: any): _171.Route;
307
+ toJSON(message: _171.Route): import("../json-safe.js").JsonSafe<_171.Route>;
308
+ fromPartial(object: Partial<_171.Route>): _171.Route;
309
+ fromProtoMsg(message: _171.RouteProtoMsg): _171.Route;
310
+ toProto(message: _171.Route): Uint8Array;
311
+ toProtoMsg(message: _171.Route): _171.RouteProtoMsg;
312
312
  };
313
313
  Swap: {
314
314
  typeUrl: "/noble.swap.v1.Swap";
315
- encode(message: _173.Swap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
316
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _173.Swap;
317
- fromJSON(object: any): _173.Swap;
318
- toJSON(message: _173.Swap): import("../json-safe.js").JsonSafe<_173.Swap>;
319
- fromPartial(object: Partial<_173.Swap>): _173.Swap;
320
- fromProtoMsg(message: _173.SwapProtoMsg): _173.Swap;
321
- toProto(message: _173.Swap): Uint8Array;
322
- toProtoMsg(message: _173.Swap): _173.SwapProtoMsg;
315
+ encode(message: _171.Swap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
316
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Swap;
317
+ fromJSON(object: any): _171.Swap;
318
+ toJSON(message: _171.Swap): import("../json-safe.js").JsonSafe<_171.Swap>;
319
+ fromPartial(object: Partial<_171.Swap>): _171.Swap;
320
+ fromProtoMsg(message: _171.SwapProtoMsg): _171.Swap;
321
+ toProto(message: _171.Swap): Uint8Array;
322
+ toProtoMsg(message: _171.Swap): _171.SwapProtoMsg;
323
323
  };
324
- algorithmFromJSON(object: any): _172.Algorithm;
325
- algorithmToJSON(object: _172.Algorithm): string;
326
- Algorithm: typeof _172.Algorithm;
327
- AlgorithmSDKType: typeof _172.Algorithm;
324
+ algorithmFromJSON(object: any): _170.Algorithm;
325
+ algorithmToJSON(object: _170.Algorithm): string;
326
+ Algorithm: typeof _170.Algorithm;
327
+ AlgorithmSDKType: typeof _170.Algorithm;
328
328
  };
329
329
  }
330
330
  const ClientFactory: {
@@ -373,11 +373,11 @@ export declare namespace noble {
373
373
  noble: {
374
374
  dollar: {
375
375
  vaults: {
376
- v1: _263.MsgClientImpl;
376
+ v1: _261.MsgClientImpl;
377
377
  };
378
378
  };
379
379
  swap: {
380
- v1: _264.MsgClientImpl;
380
+ v1: _262.MsgClientImpl;
381
381
  };
382
382
  };
383
383
  }>;