@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.
- package/dist/codegen/agoric/bundle.d.ts +457 -494
- package/dist/codegen/agoric/bundle.d.ts.map +1 -1
- package/dist/codegen/agoric/bundle.js +36 -42
- package/dist/codegen/agoric/bundle.js.map +1 -1
- package/dist/codegen/amino/bundle.js +2 -2
- package/dist/codegen/circle/bundle.d.ts +666 -666
- package/dist/codegen/circle/bundle.js +25 -25
- package/dist/codegen/cosmos/bundle.d.ts +4930 -4930
- package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
- package/dist/codegen/cosmos/bundle.js +217 -217
- package/dist/codegen/cosmos/bundle.js.map +1 -1
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +7 -7
- package/dist/codegen/ibc/bundle.d.ts +1882 -1882
- package/dist/codegen/ibc/bundle.js +86 -86
- package/dist/codegen/icq/bundle.d.ts +92 -92
- package/dist/codegen/icq/bundle.js +15 -15
- package/dist/codegen/noble/bundle.d.ts +239 -239
- package/dist/codegen/noble/bundle.js +15 -15
- package/dist/codegen/stride/bundle.d.ts +2008 -2008
- package/dist/codegen/stride/bundle.js +58 -58
- package/dist/codegen/tendermint/bundle.d.ts +508 -508
- package/dist/codegen/tendermint/bundle.js +19 -19
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/dist/codegen/agoric/lien/genesis.d.ts +0 -54
- package/dist/codegen/agoric/lien/genesis.d.ts.map +0 -1
- package/dist/codegen/agoric/lien/genesis.js +0 -143
- package/dist/codegen/agoric/lien/genesis.js.map +0 -1
- package/dist/codegen/agoric/lien/lien.d.ts +0 -35
- package/dist/codegen/agoric/lien/lien.d.ts.map +0 -1
- package/dist/codegen/agoric/lien/lien.js +0 -87
- package/dist/codegen/agoric/lien/lien.js.map +0 -1
|
@@ -1,330 +1,330 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
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
|
|
13
|
-
vaultTypeFromJSON(object: any):
|
|
14
|
-
vaultTypeToJSON(object:
|
|
15
|
-
pausedTypeFromJSON(object: any):
|
|
16
|
-
pausedTypeToJSON(object:
|
|
17
|
-
VaultType: typeof
|
|
18
|
-
VaultTypeSDKType: typeof
|
|
19
|
-
PausedType: typeof
|
|
20
|
-
PausedTypeSDKType: typeof
|
|
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:
|
|
24
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
25
|
-
fromJSON(object: any):
|
|
26
|
-
toJSON(message:
|
|
27
|
-
fromPartial(object: Partial<
|
|
28
|
-
fromProtoMsg(message:
|
|
29
|
-
toProto(message:
|
|
30
|
-
toProtoMsg(message:
|
|
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:
|
|
35
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
36
|
-
fromJSON(object: any):
|
|
37
|
-
toJSON(message:
|
|
38
|
-
fromPartial(object: Partial<
|
|
39
|
-
fromProtoMsg(message:
|
|
40
|
-
toProto(message:
|
|
41
|
-
toProtoMsg(message:
|
|
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:
|
|
46
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
47
|
-
fromJSON(object: any):
|
|
48
|
-
toJSON(message:
|
|
49
|
-
fromPartial(object: Partial<
|
|
50
|
-
fromProtoMsg(message:
|
|
51
|
-
toProto(message:
|
|
52
|
-
toProtoMsg(message:
|
|
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:
|
|
57
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
58
|
-
fromJSON(object: any):
|
|
59
|
-
toJSON(message:
|
|
60
|
-
fromPartial(object: Partial<
|
|
61
|
-
fromProtoMsg(message:
|
|
62
|
-
toProto(message:
|
|
63
|
-
toProtoMsg(message:
|
|
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:
|
|
68
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
69
|
-
fromJSON(object: any):
|
|
70
|
-
toJSON(message:
|
|
71
|
-
fromPartial(object: Partial<
|
|
72
|
-
fromProtoMsg(message:
|
|
73
|
-
toProto(message:
|
|
74
|
-
toProtoMsg(message:
|
|
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:
|
|
79
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
80
|
-
fromJSON(object: any):
|
|
81
|
-
toJSON(message:
|
|
82
|
-
fromPartial(object: Partial<
|
|
83
|
-
fromProtoMsg(message:
|
|
84
|
-
toProto(message:
|
|
85
|
-
toProtoMsg(message:
|
|
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(_:
|
|
90
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
91
|
-
fromJSON(_: any):
|
|
92
|
-
toJSON(_:
|
|
93
|
-
fromPartial(_: Partial<
|
|
94
|
-
fromProtoMsg(message:
|
|
95
|
-
toProto(message:
|
|
96
|
-
toProtoMsg(message:
|
|
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:
|
|
101
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
102
|
-
fromJSON(object: any):
|
|
103
|
-
toJSON(message:
|
|
104
|
-
fromPartial(object: Partial<
|
|
105
|
-
fromProtoMsg(message:
|
|
106
|
-
toProto(message:
|
|
107
|
-
toProtoMsg(message:
|
|
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(_:
|
|
112
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
113
|
-
fromJSON(_: any):
|
|
114
|
-
toJSON(_:
|
|
115
|
-
fromPartial(_: Partial<
|
|
116
|
-
fromProtoMsg(message:
|
|
117
|
-
toProto(message:
|
|
118
|
-
toProtoMsg(message:
|
|
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:
|
|
123
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
124
|
-
fromJSON(object: any):
|
|
125
|
-
toJSON(message:
|
|
126
|
-
fromPartial(object: Partial<
|
|
127
|
-
fromProtoMsg(message:
|
|
128
|
-
toProto(message:
|
|
129
|
-
toProtoMsg(message:
|
|
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(_:
|
|
134
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
135
|
-
fromJSON(_: any):
|
|
136
|
-
toJSON(_:
|
|
137
|
-
fromPartial(_: Partial<
|
|
138
|
-
fromProtoMsg(message:
|
|
139
|
-
toProto(message:
|
|
140
|
-
toProtoMsg(message:
|
|
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
|
|
147
|
+
MsgClientImpl: typeof _262.MsgClientImpl;
|
|
148
148
|
MsgWithdrawProtocolFees: {
|
|
149
149
|
typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFees";
|
|
150
|
-
encode(message:
|
|
151
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
152
|
-
fromJSON(object: any):
|
|
153
|
-
toJSON(message:
|
|
154
|
-
fromPartial(object: Partial<
|
|
155
|
-
fromProtoMsg(message:
|
|
156
|
-
toProto(message:
|
|
157
|
-
toProtoMsg(message:
|
|
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(_:
|
|
162
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
163
|
-
fromJSON(_: any):
|
|
164
|
-
toJSON(_:
|
|
165
|
-
fromPartial(_: Partial<
|
|
166
|
-
fromProtoMsg(message:
|
|
167
|
-
toProto(message:
|
|
168
|
-
toProtoMsg(message:
|
|
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:
|
|
173
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
174
|
-
fromJSON(object: any):
|
|
175
|
-
toJSON(message:
|
|
176
|
-
fromPartial(object: Partial<
|
|
177
|
-
fromProtoMsg(message:
|
|
178
|
-
toProto(message:
|
|
179
|
-
toProtoMsg(message:
|
|
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:
|
|
184
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
185
|
-
fromJSON(object: any):
|
|
186
|
-
toJSON(message:
|
|
187
|
-
fromPartial(object: Partial<
|
|
188
|
-
fromProtoMsg(message:
|
|
189
|
-
toProto(message:
|
|
190
|
-
toProtoMsg(message:
|
|
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:
|
|
195
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
196
|
-
fromJSON(object: any):
|
|
197
|
-
toJSON(message:
|
|
198
|
-
fromPartial(object: Partial<
|
|
199
|
-
fromProtoMsg(message:
|
|
200
|
-
toProto(message:
|
|
201
|
-
toProtoMsg(message:
|
|
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:
|
|
206
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
207
|
-
fromJSON(object: any):
|
|
208
|
-
toJSON(message:
|
|
209
|
-
fromPartial(object: Partial<
|
|
210
|
-
fromProtoMsg(message:
|
|
211
|
-
toProto(message:
|
|
212
|
-
toProtoMsg(message:
|
|
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:
|
|
217
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
218
|
-
fromJSON(object: any):
|
|
219
|
-
toJSON(message:
|
|
220
|
-
fromPartial(object: Partial<
|
|
221
|
-
fromProtoMsg(message:
|
|
222
|
-
toProto(message:
|
|
223
|
-
toProtoMsg(message:
|
|
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:
|
|
228
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
229
|
-
fromJSON(object: any):
|
|
230
|
-
toJSON(message:
|
|
231
|
-
fromPartial(object: Partial<
|
|
232
|
-
fromProtoMsg(message:
|
|
233
|
-
toProto(message:
|
|
234
|
-
toProtoMsg(message:
|
|
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:
|
|
239
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
240
|
-
fromJSON(object: any):
|
|
241
|
-
toJSON(message:
|
|
242
|
-
fromPartial(object: Partial<
|
|
243
|
-
fromProtoMsg(message:
|
|
244
|
-
toProto(message:
|
|
245
|
-
toProtoMsg(message:
|
|
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:
|
|
250
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
251
|
-
fromJSON(object: any):
|
|
252
|
-
toJSON(message:
|
|
253
|
-
fromPartial(object: Partial<
|
|
254
|
-
fromProtoMsg(message:
|
|
255
|
-
toProto(message:
|
|
256
|
-
toProtoMsg(message:
|
|
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:
|
|
261
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
262
|
-
fromJSON(object: any):
|
|
263
|
-
toJSON(message:
|
|
264
|
-
fromPartial(object: Partial<
|
|
265
|
-
fromProtoMsg(message:
|
|
266
|
-
toProto(message:
|
|
267
|
-
toProtoMsg(message:
|
|
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:
|
|
272
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
273
|
-
fromJSON(object: any):
|
|
274
|
-
toJSON(message:
|
|
275
|
-
fromPartial(object: Partial<
|
|
276
|
-
fromProtoMsg(message:
|
|
277
|
-
toProto(message:
|
|
278
|
-
toProtoMsg(message:
|
|
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:
|
|
283
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
284
|
-
fromJSON(object: any):
|
|
285
|
-
toJSON(message:
|
|
286
|
-
fromPartial(object: Partial<
|
|
287
|
-
fromProtoMsg(message:
|
|
288
|
-
toProto(message:
|
|
289
|
-
toProtoMsg(message:
|
|
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:
|
|
294
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
295
|
-
fromJSON(object: any):
|
|
296
|
-
toJSON(message:
|
|
297
|
-
fromPartial(object: Partial<
|
|
298
|
-
fromProtoMsg(message:
|
|
299
|
-
toProto(message:
|
|
300
|
-
toProtoMsg(message:
|
|
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:
|
|
305
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
306
|
-
fromJSON(object: any):
|
|
307
|
-
toJSON(message:
|
|
308
|
-
fromPartial(object: Partial<
|
|
309
|
-
fromProtoMsg(message:
|
|
310
|
-
toProto(message:
|
|
311
|
-
toProtoMsg(message:
|
|
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:
|
|
316
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
317
|
-
fromJSON(object: any):
|
|
318
|
-
toJSON(message:
|
|
319
|
-
fromPartial(object: Partial<
|
|
320
|
-
fromProtoMsg(message:
|
|
321
|
-
toProto(message:
|
|
322
|
-
toProtoMsg(message:
|
|
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):
|
|
325
|
-
algorithmToJSON(object:
|
|
326
|
-
Algorithm: typeof
|
|
327
|
-
AlgorithmSDKType: typeof
|
|
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:
|
|
376
|
+
v1: _261.MsgClientImpl;
|
|
377
377
|
};
|
|
378
378
|
};
|
|
379
379
|
swap: {
|
|
380
|
-
v1:
|
|
380
|
+
v1: _262.MsgClientImpl;
|
|
381
381
|
};
|
|
382
382
|
};
|
|
383
383
|
}>;
|