@sparkdreamnft/sparkdreamjs 0.0.4 → 0.0.5
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/cosmos/auth/v1beta1/tx.registry.d.ts +23 -0
- package/cosmos/auth/v1beta1/tx.registry.js +33 -1
- package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/authz/v1beta1/tx.registry.js +69 -1
- package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
- package/cosmos/bank/v1beta1/tx.registry.js +87 -1
- package/cosmos/benchmark/v1/tx.registry.d.ts +23 -0
- package/cosmos/benchmark/v1/tx.registry.js +33 -1
- package/cosmos/bundle.d.ts +957 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +47 -0
- package/cosmos/circuit/v1/tx.registry.js +69 -1
- package/cosmos/consensus/v1/tx.registry.d.ts +23 -0
- package/cosmos/consensus/v1/tx.registry.js +33 -1
- package/cosmos/counter/v1/tx.registry.d.ts +23 -0
- package/cosmos/counter/v1/tx.registry.js +33 -1
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
- package/cosmos/distribution/v1beta1/tx.registry.js +141 -1
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/feegrant/v1beta1/tx.registry.js +69 -1
- package/cosmos/gov/v1/tx.registry.d.ts +95 -0
- package/cosmos/gov/v1/tx.registry.js +141 -1
- package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
- package/cosmos/gov/v1beta1/tx.registry.js +87 -1
- package/cosmos/group/v1/tx.registry.d.ts +179 -0
- package/cosmos/group/v1/tx.registry.js +267 -1
- package/cosmos/mint/v1beta1/tx.registry.d.ts +23 -0
- package/cosmos/mint/v1beta1/tx.registry.js +33 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +71 -0
- package/cosmos/protocolpool/v1/tx.registry.js +105 -1
- package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
- package/cosmos/staking/v1beta1/tx.registry.js +141 -1
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +35 -0
- package/cosmos/upgrade/v1beta1/tx.registry.js +51 -1
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/vesting/v1beta1/tx.registry.js +69 -1
- package/esm/cosmos/auth/v1beta1/tx.registry.js +31 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +67 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +85 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +31 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +67 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +31 -0
- package/esm/cosmos/counter/v1/tx.registry.js +31 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +139 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
- package/esm/cosmos/gov/v1/tx.registry.js +139 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +85 -0
- package/esm/cosmos/group/v1/tx.registry.js +265 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +31 -0
- package/esm/cosmos/protocolpool/v1/tx.registry.js +103 -0
- package/esm/cosmos/staking/v1beta1/tx.registry.js +139 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +49 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +67 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +67 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +49 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +49 -0
- package/esm/ibc/core/channel/v1/tx.registry.js +193 -0
- package/esm/ibc/core/channel/v2/tx.registry.js +85 -0
- package/esm/ibc/core/client/v1/tx.registry.js +157 -0
- package/esm/ibc/core/client/v2/tx.registry.js +49 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +103 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +67 -0
- package/esm/sparkdream/blog/tx.registry.js +85 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +31 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +47 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +69 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +35 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -1
- package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
- package/ibc/applications/transfer/v1/tx.registry.js +51 -1
- package/ibc/bundle.d.ts +549 -0
- package/ibc/core/channel/v1/tx.registry.d.ts +131 -0
- package/ibc/core/channel/v1/tx.registry.js +195 -1
- package/ibc/core/channel/v2/tx.registry.d.ts +59 -0
- package/ibc/core/channel/v2/tx.registry.js +87 -1
- package/ibc/core/client/v1/tx.registry.d.ts +107 -0
- package/ibc/core/client/v1/tx.registry.js +159 -1
- package/ibc/core/client/v2/tx.registry.d.ts +35 -0
- package/ibc/core/client/v2/tx.registry.js +51 -1
- package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
- package/ibc/core/connection/v1/tx.registry.js +105 -1
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +47 -0
- package/ibc/lightclients/wasm/v1/tx.registry.js +69 -1
- package/package.json +1 -1
- package/sparkdream/blog/tx.registry.d.ts +59 -0
- package/sparkdream/blog/tx.registry.js +87 -1
- package/sparkdream/bundle.d.ts +78 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +23 -0
- package/sparkdream/sparkdream/tx.registry.js +33 -1
package/ibc/bundle.d.ts
CHANGED
|
@@ -88,6 +88,51 @@ export declare namespace ibc {
|
|
|
88
88
|
};
|
|
89
89
|
LCDQueryClient: typeof _299.LCDQueryClient;
|
|
90
90
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
91
|
+
load: (protoRegistry: Registry) => void;
|
|
92
|
+
MessageComposer: {
|
|
93
|
+
encoded: {
|
|
94
|
+
registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
|
|
95
|
+
typeUrl: string;
|
|
96
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
97
|
+
};
|
|
98
|
+
sendTx(value: _126.MsgSendTx): {
|
|
99
|
+
typeUrl: string;
|
|
100
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
101
|
+
};
|
|
102
|
+
updateParams(value: _126.MsgUpdateParams): {
|
|
103
|
+
typeUrl: string;
|
|
104
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
withTypeUrl: {
|
|
108
|
+
registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
|
|
109
|
+
typeUrl: string;
|
|
110
|
+
value: _126.MsgRegisterInterchainAccount;
|
|
111
|
+
};
|
|
112
|
+
sendTx(value: _126.MsgSendTx): {
|
|
113
|
+
typeUrl: string;
|
|
114
|
+
value: _126.MsgSendTx;
|
|
115
|
+
};
|
|
116
|
+
updateParams(value: _126.MsgUpdateParams): {
|
|
117
|
+
typeUrl: string;
|
|
118
|
+
value: _126.MsgUpdateParams;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
fromPartial: {
|
|
122
|
+
registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
|
|
123
|
+
typeUrl: string;
|
|
124
|
+
value: _126.MsgRegisterInterchainAccount;
|
|
125
|
+
};
|
|
126
|
+
sendTx(value: _126.MsgSendTx): {
|
|
127
|
+
typeUrl: string;
|
|
128
|
+
value: _126.MsgSendTx;
|
|
129
|
+
};
|
|
130
|
+
updateParams(value: _126.MsgUpdateParams): {
|
|
131
|
+
typeUrl: string;
|
|
132
|
+
value: _126.MsgUpdateParams;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
};
|
|
91
136
|
AminoConverter: {
|
|
92
137
|
"/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount": {
|
|
93
138
|
aminoType: string;
|
|
@@ -345,6 +390,39 @@ export declare namespace ibc {
|
|
|
345
390
|
};
|
|
346
391
|
LCDQueryClient: typeof _300.LCDQueryClient;
|
|
347
392
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
393
|
+
load: (protoRegistry: Registry) => void;
|
|
394
|
+
MessageComposer: {
|
|
395
|
+
encoded: {
|
|
396
|
+
updateParams(value: _130.MsgUpdateParams): {
|
|
397
|
+
typeUrl: string;
|
|
398
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
399
|
+
};
|
|
400
|
+
moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
|
|
401
|
+
typeUrl: string;
|
|
402
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
withTypeUrl: {
|
|
406
|
+
updateParams(value: _130.MsgUpdateParams): {
|
|
407
|
+
typeUrl: string;
|
|
408
|
+
value: _130.MsgUpdateParams;
|
|
409
|
+
};
|
|
410
|
+
moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
|
|
411
|
+
typeUrl: string;
|
|
412
|
+
value: _130.MsgModuleQuerySafe;
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
fromPartial: {
|
|
416
|
+
updateParams(value: _130.MsgUpdateParams): {
|
|
417
|
+
typeUrl: string;
|
|
418
|
+
value: _130.MsgUpdateParams;
|
|
419
|
+
};
|
|
420
|
+
moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
|
|
421
|
+
typeUrl: string;
|
|
422
|
+
value: _130.MsgModuleQuerySafe;
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
};
|
|
348
426
|
AminoConverter: {
|
|
349
427
|
"/ibc.applications.interchain_accounts.host.v1.MsgUpdateParams": {
|
|
350
428
|
aminoType: string;
|
|
@@ -591,6 +669,39 @@ export declare namespace ibc {
|
|
|
591
669
|
};
|
|
592
670
|
LCDQueryClient: typeof _301.LCDQueryClient;
|
|
593
671
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
672
|
+
load: (protoRegistry: Registry) => void;
|
|
673
|
+
MessageComposer: {
|
|
674
|
+
encoded: {
|
|
675
|
+
transfer(value: _142.MsgTransfer): {
|
|
676
|
+
typeUrl: string;
|
|
677
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
678
|
+
};
|
|
679
|
+
updateParams(value: _142.MsgUpdateParams): {
|
|
680
|
+
typeUrl: string;
|
|
681
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
withTypeUrl: {
|
|
685
|
+
transfer(value: _142.MsgTransfer): {
|
|
686
|
+
typeUrl: string;
|
|
687
|
+
value: _142.MsgTransfer;
|
|
688
|
+
};
|
|
689
|
+
updateParams(value: _142.MsgUpdateParams): {
|
|
690
|
+
typeUrl: string;
|
|
691
|
+
value: _142.MsgUpdateParams;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
fromPartial: {
|
|
695
|
+
transfer(value: _142.MsgTransfer): {
|
|
696
|
+
typeUrl: string;
|
|
697
|
+
value: _142.MsgTransfer;
|
|
698
|
+
};
|
|
699
|
+
updateParams(value: _142.MsgUpdateParams): {
|
|
700
|
+
typeUrl: string;
|
|
701
|
+
value: _142.MsgUpdateParams;
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
};
|
|
594
705
|
AminoConverter: {
|
|
595
706
|
"/ibc.applications.transfer.v1.MsgTransfer": {
|
|
596
707
|
aminoType: string;
|
|
@@ -980,6 +1091,135 @@ export declare namespace ibc {
|
|
|
980
1091
|
};
|
|
981
1092
|
LCDQueryClient: typeof _302.LCDQueryClient;
|
|
982
1093
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1094
|
+
load: (protoRegistry: Registry) => void;
|
|
1095
|
+
MessageComposer: {
|
|
1096
|
+
encoded: {
|
|
1097
|
+
channelOpenInit(value: _146.MsgChannelOpenInit): {
|
|
1098
|
+
typeUrl: string;
|
|
1099
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1100
|
+
};
|
|
1101
|
+
channelOpenTry(value: _146.MsgChannelOpenTry): {
|
|
1102
|
+
typeUrl: string;
|
|
1103
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1104
|
+
};
|
|
1105
|
+
channelOpenAck(value: _146.MsgChannelOpenAck): {
|
|
1106
|
+
typeUrl: string;
|
|
1107
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1108
|
+
};
|
|
1109
|
+
channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
|
|
1110
|
+
typeUrl: string;
|
|
1111
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1112
|
+
};
|
|
1113
|
+
channelCloseInit(value: _146.MsgChannelCloseInit): {
|
|
1114
|
+
typeUrl: string;
|
|
1115
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1116
|
+
};
|
|
1117
|
+
channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
|
|
1118
|
+
typeUrl: string;
|
|
1119
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1120
|
+
};
|
|
1121
|
+
recvPacket(value: _146.MsgRecvPacket): {
|
|
1122
|
+
typeUrl: string;
|
|
1123
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1124
|
+
};
|
|
1125
|
+
timeout(value: _146.MsgTimeout): {
|
|
1126
|
+
typeUrl: string;
|
|
1127
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1128
|
+
};
|
|
1129
|
+
timeoutOnClose(value: _146.MsgTimeoutOnClose): {
|
|
1130
|
+
typeUrl: string;
|
|
1131
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1132
|
+
};
|
|
1133
|
+
acknowledgement(value: _146.MsgAcknowledgement): {
|
|
1134
|
+
typeUrl: string;
|
|
1135
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
1136
|
+
};
|
|
1137
|
+
};
|
|
1138
|
+
withTypeUrl: {
|
|
1139
|
+
channelOpenInit(value: _146.MsgChannelOpenInit): {
|
|
1140
|
+
typeUrl: string;
|
|
1141
|
+
value: _146.MsgChannelOpenInit;
|
|
1142
|
+
};
|
|
1143
|
+
channelOpenTry(value: _146.MsgChannelOpenTry): {
|
|
1144
|
+
typeUrl: string;
|
|
1145
|
+
value: _146.MsgChannelOpenTry;
|
|
1146
|
+
};
|
|
1147
|
+
channelOpenAck(value: _146.MsgChannelOpenAck): {
|
|
1148
|
+
typeUrl: string;
|
|
1149
|
+
value: _146.MsgChannelOpenAck;
|
|
1150
|
+
};
|
|
1151
|
+
channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
|
|
1152
|
+
typeUrl: string;
|
|
1153
|
+
value: _146.MsgChannelOpenConfirm;
|
|
1154
|
+
};
|
|
1155
|
+
channelCloseInit(value: _146.MsgChannelCloseInit): {
|
|
1156
|
+
typeUrl: string;
|
|
1157
|
+
value: _146.MsgChannelCloseInit;
|
|
1158
|
+
};
|
|
1159
|
+
channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
|
|
1160
|
+
typeUrl: string;
|
|
1161
|
+
value: _146.MsgChannelCloseConfirm;
|
|
1162
|
+
};
|
|
1163
|
+
recvPacket(value: _146.MsgRecvPacket): {
|
|
1164
|
+
typeUrl: string;
|
|
1165
|
+
value: _146.MsgRecvPacket;
|
|
1166
|
+
};
|
|
1167
|
+
timeout(value: _146.MsgTimeout): {
|
|
1168
|
+
typeUrl: string;
|
|
1169
|
+
value: _146.MsgTimeout;
|
|
1170
|
+
};
|
|
1171
|
+
timeoutOnClose(value: _146.MsgTimeoutOnClose): {
|
|
1172
|
+
typeUrl: string;
|
|
1173
|
+
value: _146.MsgTimeoutOnClose;
|
|
1174
|
+
};
|
|
1175
|
+
acknowledgement(value: _146.MsgAcknowledgement): {
|
|
1176
|
+
typeUrl: string;
|
|
1177
|
+
value: _146.MsgAcknowledgement;
|
|
1178
|
+
};
|
|
1179
|
+
};
|
|
1180
|
+
fromPartial: {
|
|
1181
|
+
channelOpenInit(value: _146.MsgChannelOpenInit): {
|
|
1182
|
+
typeUrl: string;
|
|
1183
|
+
value: _146.MsgChannelOpenInit;
|
|
1184
|
+
};
|
|
1185
|
+
channelOpenTry(value: _146.MsgChannelOpenTry): {
|
|
1186
|
+
typeUrl: string;
|
|
1187
|
+
value: _146.MsgChannelOpenTry;
|
|
1188
|
+
};
|
|
1189
|
+
channelOpenAck(value: _146.MsgChannelOpenAck): {
|
|
1190
|
+
typeUrl: string;
|
|
1191
|
+
value: _146.MsgChannelOpenAck;
|
|
1192
|
+
};
|
|
1193
|
+
channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
|
|
1194
|
+
typeUrl: string;
|
|
1195
|
+
value: _146.MsgChannelOpenConfirm;
|
|
1196
|
+
};
|
|
1197
|
+
channelCloseInit(value: _146.MsgChannelCloseInit): {
|
|
1198
|
+
typeUrl: string;
|
|
1199
|
+
value: _146.MsgChannelCloseInit;
|
|
1200
|
+
};
|
|
1201
|
+
channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
|
|
1202
|
+
typeUrl: string;
|
|
1203
|
+
value: _146.MsgChannelCloseConfirm;
|
|
1204
|
+
};
|
|
1205
|
+
recvPacket(value: _146.MsgRecvPacket): {
|
|
1206
|
+
typeUrl: string;
|
|
1207
|
+
value: _146.MsgRecvPacket;
|
|
1208
|
+
};
|
|
1209
|
+
timeout(value: _146.MsgTimeout): {
|
|
1210
|
+
typeUrl: string;
|
|
1211
|
+
value: _146.MsgTimeout;
|
|
1212
|
+
};
|
|
1213
|
+
timeoutOnClose(value: _146.MsgTimeoutOnClose): {
|
|
1214
|
+
typeUrl: string;
|
|
1215
|
+
value: _146.MsgTimeoutOnClose;
|
|
1216
|
+
};
|
|
1217
|
+
acknowledgement(value: _146.MsgAcknowledgement): {
|
|
1218
|
+
typeUrl: string;
|
|
1219
|
+
value: _146.MsgAcknowledgement;
|
|
1220
|
+
};
|
|
1221
|
+
};
|
|
1222
|
+
};
|
|
983
1223
|
AminoConverter: {
|
|
984
1224
|
"/ibc.core.channel.v1.MsgChannelOpenInit": {
|
|
985
1225
|
aminoType: string;
|
|
@@ -1873,6 +2113,63 @@ export declare namespace ibc {
|
|
|
1873
2113
|
};
|
|
1874
2114
|
LCDQueryClient: typeof _303.LCDQueryClient;
|
|
1875
2115
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2116
|
+
load: (protoRegistry: Registry) => void;
|
|
2117
|
+
MessageComposer: {
|
|
2118
|
+
encoded: {
|
|
2119
|
+
sendPacket(value: _150.MsgSendPacket): {
|
|
2120
|
+
typeUrl: string;
|
|
2121
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2122
|
+
};
|
|
2123
|
+
recvPacket(value: _150.MsgRecvPacket): {
|
|
2124
|
+
typeUrl: string;
|
|
2125
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2126
|
+
};
|
|
2127
|
+
timeout(value: _150.MsgTimeout): {
|
|
2128
|
+
typeUrl: string;
|
|
2129
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2130
|
+
};
|
|
2131
|
+
acknowledgement(value: _150.MsgAcknowledgement): {
|
|
2132
|
+
typeUrl: string;
|
|
2133
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2134
|
+
};
|
|
2135
|
+
};
|
|
2136
|
+
withTypeUrl: {
|
|
2137
|
+
sendPacket(value: _150.MsgSendPacket): {
|
|
2138
|
+
typeUrl: string;
|
|
2139
|
+
value: _150.MsgSendPacket;
|
|
2140
|
+
};
|
|
2141
|
+
recvPacket(value: _150.MsgRecvPacket): {
|
|
2142
|
+
typeUrl: string;
|
|
2143
|
+
value: _150.MsgRecvPacket;
|
|
2144
|
+
};
|
|
2145
|
+
timeout(value: _150.MsgTimeout): {
|
|
2146
|
+
typeUrl: string;
|
|
2147
|
+
value: _150.MsgTimeout;
|
|
2148
|
+
};
|
|
2149
|
+
acknowledgement(value: _150.MsgAcknowledgement): {
|
|
2150
|
+
typeUrl: string;
|
|
2151
|
+
value: _150.MsgAcknowledgement;
|
|
2152
|
+
};
|
|
2153
|
+
};
|
|
2154
|
+
fromPartial: {
|
|
2155
|
+
sendPacket(value: _150.MsgSendPacket): {
|
|
2156
|
+
typeUrl: string;
|
|
2157
|
+
value: _150.MsgSendPacket;
|
|
2158
|
+
};
|
|
2159
|
+
recvPacket(value: _150.MsgRecvPacket): {
|
|
2160
|
+
typeUrl: string;
|
|
2161
|
+
value: _150.MsgRecvPacket;
|
|
2162
|
+
};
|
|
2163
|
+
timeout(value: _150.MsgTimeout): {
|
|
2164
|
+
typeUrl: string;
|
|
2165
|
+
value: _150.MsgTimeout;
|
|
2166
|
+
};
|
|
2167
|
+
acknowledgement(value: _150.MsgAcknowledgement): {
|
|
2168
|
+
typeUrl: string;
|
|
2169
|
+
value: _150.MsgAcknowledgement;
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
};
|
|
1876
2173
|
AminoConverter: {
|
|
1877
2174
|
"/ibc.core.channel.v2.MsgSendPacket": {
|
|
1878
2175
|
aminoType: string;
|
|
@@ -2359,6 +2656,111 @@ export declare namespace ibc {
|
|
|
2359
2656
|
};
|
|
2360
2657
|
LCDQueryClient: typeof _304.LCDQueryClient;
|
|
2361
2658
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2659
|
+
load: (protoRegistry: Registry) => void;
|
|
2660
|
+
MessageComposer: {
|
|
2661
|
+
encoded: {
|
|
2662
|
+
createClient(value: _154.MsgCreateClient): {
|
|
2663
|
+
typeUrl: string;
|
|
2664
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2665
|
+
};
|
|
2666
|
+
updateClient(value: _154.MsgUpdateClient): {
|
|
2667
|
+
typeUrl: string;
|
|
2668
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2669
|
+
};
|
|
2670
|
+
upgradeClient(value: _154.MsgUpgradeClient): {
|
|
2671
|
+
typeUrl: string;
|
|
2672
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2673
|
+
};
|
|
2674
|
+
submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
|
|
2675
|
+
typeUrl: string;
|
|
2676
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2677
|
+
};
|
|
2678
|
+
recoverClient(value: _154.MsgRecoverClient): {
|
|
2679
|
+
typeUrl: string;
|
|
2680
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2681
|
+
};
|
|
2682
|
+
iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
|
|
2683
|
+
typeUrl: string;
|
|
2684
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2685
|
+
};
|
|
2686
|
+
updateClientParams(value: _154.MsgUpdateParams): {
|
|
2687
|
+
typeUrl: string;
|
|
2688
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2689
|
+
};
|
|
2690
|
+
deleteClientCreator(value: _154.MsgDeleteClientCreator): {
|
|
2691
|
+
typeUrl: string;
|
|
2692
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
2693
|
+
};
|
|
2694
|
+
};
|
|
2695
|
+
withTypeUrl: {
|
|
2696
|
+
createClient(value: _154.MsgCreateClient): {
|
|
2697
|
+
typeUrl: string;
|
|
2698
|
+
value: _154.MsgCreateClient;
|
|
2699
|
+
};
|
|
2700
|
+
updateClient(value: _154.MsgUpdateClient): {
|
|
2701
|
+
typeUrl: string;
|
|
2702
|
+
value: _154.MsgUpdateClient;
|
|
2703
|
+
};
|
|
2704
|
+
upgradeClient(value: _154.MsgUpgradeClient): {
|
|
2705
|
+
typeUrl: string;
|
|
2706
|
+
value: _154.MsgUpgradeClient;
|
|
2707
|
+
};
|
|
2708
|
+
submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
|
|
2709
|
+
typeUrl: string;
|
|
2710
|
+
value: _154.MsgSubmitMisbehaviour;
|
|
2711
|
+
};
|
|
2712
|
+
recoverClient(value: _154.MsgRecoverClient): {
|
|
2713
|
+
typeUrl: string;
|
|
2714
|
+
value: _154.MsgRecoverClient;
|
|
2715
|
+
};
|
|
2716
|
+
iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
|
|
2717
|
+
typeUrl: string;
|
|
2718
|
+
value: _154.MsgIBCSoftwareUpgrade;
|
|
2719
|
+
};
|
|
2720
|
+
updateClientParams(value: _154.MsgUpdateParams): {
|
|
2721
|
+
typeUrl: string;
|
|
2722
|
+
value: _154.MsgUpdateParams;
|
|
2723
|
+
};
|
|
2724
|
+
deleteClientCreator(value: _154.MsgDeleteClientCreator): {
|
|
2725
|
+
typeUrl: string;
|
|
2726
|
+
value: _154.MsgDeleteClientCreator;
|
|
2727
|
+
};
|
|
2728
|
+
};
|
|
2729
|
+
fromPartial: {
|
|
2730
|
+
createClient(value: _154.MsgCreateClient): {
|
|
2731
|
+
typeUrl: string;
|
|
2732
|
+
value: _154.MsgCreateClient;
|
|
2733
|
+
};
|
|
2734
|
+
updateClient(value: _154.MsgUpdateClient): {
|
|
2735
|
+
typeUrl: string;
|
|
2736
|
+
value: _154.MsgUpdateClient;
|
|
2737
|
+
};
|
|
2738
|
+
upgradeClient(value: _154.MsgUpgradeClient): {
|
|
2739
|
+
typeUrl: string;
|
|
2740
|
+
value: _154.MsgUpgradeClient;
|
|
2741
|
+
};
|
|
2742
|
+
submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
|
|
2743
|
+
typeUrl: string;
|
|
2744
|
+
value: _154.MsgSubmitMisbehaviour;
|
|
2745
|
+
};
|
|
2746
|
+
recoverClient(value: _154.MsgRecoverClient): {
|
|
2747
|
+
typeUrl: string;
|
|
2748
|
+
value: _154.MsgRecoverClient;
|
|
2749
|
+
};
|
|
2750
|
+
iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
|
|
2751
|
+
typeUrl: string;
|
|
2752
|
+
value: _154.MsgIBCSoftwareUpgrade;
|
|
2753
|
+
};
|
|
2754
|
+
updateClientParams(value: _154.MsgUpdateParams): {
|
|
2755
|
+
typeUrl: string;
|
|
2756
|
+
value: _154.MsgUpdateParams;
|
|
2757
|
+
};
|
|
2758
|
+
deleteClientCreator(value: _154.MsgDeleteClientCreator): {
|
|
2759
|
+
typeUrl: string;
|
|
2760
|
+
value: _154.MsgDeleteClientCreator;
|
|
2761
|
+
};
|
|
2762
|
+
};
|
|
2763
|
+
};
|
|
2362
2764
|
AminoConverter: {
|
|
2363
2765
|
"/ibc.core.client.v1.MsgCreateClient": {
|
|
2364
2766
|
aminoType: string;
|
|
@@ -3056,6 +3458,39 @@ export declare namespace ibc {
|
|
|
3056
3458
|
};
|
|
3057
3459
|
LCDQueryClient: typeof _305.LCDQueryClient;
|
|
3058
3460
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3461
|
+
load: (protoRegistry: Registry) => void;
|
|
3462
|
+
MessageComposer: {
|
|
3463
|
+
encoded: {
|
|
3464
|
+
registerCounterparty(value: _159.MsgRegisterCounterparty): {
|
|
3465
|
+
typeUrl: string;
|
|
3466
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3467
|
+
};
|
|
3468
|
+
updateClientConfig(value: _159.MsgUpdateClientConfig): {
|
|
3469
|
+
typeUrl: string;
|
|
3470
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3471
|
+
};
|
|
3472
|
+
};
|
|
3473
|
+
withTypeUrl: {
|
|
3474
|
+
registerCounterparty(value: _159.MsgRegisterCounterparty): {
|
|
3475
|
+
typeUrl: string;
|
|
3476
|
+
value: _159.MsgRegisterCounterparty;
|
|
3477
|
+
};
|
|
3478
|
+
updateClientConfig(value: _159.MsgUpdateClientConfig): {
|
|
3479
|
+
typeUrl: string;
|
|
3480
|
+
value: _159.MsgUpdateClientConfig;
|
|
3481
|
+
};
|
|
3482
|
+
};
|
|
3483
|
+
fromPartial: {
|
|
3484
|
+
registerCounterparty(value: _159.MsgRegisterCounterparty): {
|
|
3485
|
+
typeUrl: string;
|
|
3486
|
+
value: _159.MsgRegisterCounterparty;
|
|
3487
|
+
};
|
|
3488
|
+
updateClientConfig(value: _159.MsgUpdateClientConfig): {
|
|
3489
|
+
typeUrl: string;
|
|
3490
|
+
value: _159.MsgUpdateClientConfig;
|
|
3491
|
+
};
|
|
3492
|
+
};
|
|
3493
|
+
};
|
|
3059
3494
|
AminoConverter: {
|
|
3060
3495
|
"/ibc.core.client.v2.MsgRegisterCounterparty": {
|
|
3061
3496
|
aminoType: string;
|
|
@@ -3315,6 +3750,75 @@ export declare namespace ibc {
|
|
|
3315
3750
|
};
|
|
3316
3751
|
LCDQueryClient: typeof _306.LCDQueryClient;
|
|
3317
3752
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3753
|
+
load: (protoRegistry: Registry) => void;
|
|
3754
|
+
MessageComposer: {
|
|
3755
|
+
encoded: {
|
|
3756
|
+
connectionOpenInit(value: _165.MsgConnectionOpenInit): {
|
|
3757
|
+
typeUrl: string;
|
|
3758
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3759
|
+
};
|
|
3760
|
+
connectionOpenTry(value: _165.MsgConnectionOpenTry): {
|
|
3761
|
+
typeUrl: string;
|
|
3762
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3763
|
+
};
|
|
3764
|
+
connectionOpenAck(value: _165.MsgConnectionOpenAck): {
|
|
3765
|
+
typeUrl: string;
|
|
3766
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3767
|
+
};
|
|
3768
|
+
connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
|
|
3769
|
+
typeUrl: string;
|
|
3770
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3771
|
+
};
|
|
3772
|
+
updateConnectionParams(value: _165.MsgUpdateParams): {
|
|
3773
|
+
typeUrl: string;
|
|
3774
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
3775
|
+
};
|
|
3776
|
+
};
|
|
3777
|
+
withTypeUrl: {
|
|
3778
|
+
connectionOpenInit(value: _165.MsgConnectionOpenInit): {
|
|
3779
|
+
typeUrl: string;
|
|
3780
|
+
value: _165.MsgConnectionOpenInit;
|
|
3781
|
+
};
|
|
3782
|
+
connectionOpenTry(value: _165.MsgConnectionOpenTry): {
|
|
3783
|
+
typeUrl: string;
|
|
3784
|
+
value: _165.MsgConnectionOpenTry;
|
|
3785
|
+
};
|
|
3786
|
+
connectionOpenAck(value: _165.MsgConnectionOpenAck): {
|
|
3787
|
+
typeUrl: string;
|
|
3788
|
+
value: _165.MsgConnectionOpenAck;
|
|
3789
|
+
};
|
|
3790
|
+
connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
|
|
3791
|
+
typeUrl: string;
|
|
3792
|
+
value: _165.MsgConnectionOpenConfirm;
|
|
3793
|
+
};
|
|
3794
|
+
updateConnectionParams(value: _165.MsgUpdateParams): {
|
|
3795
|
+
typeUrl: string;
|
|
3796
|
+
value: _165.MsgUpdateParams;
|
|
3797
|
+
};
|
|
3798
|
+
};
|
|
3799
|
+
fromPartial: {
|
|
3800
|
+
connectionOpenInit(value: _165.MsgConnectionOpenInit): {
|
|
3801
|
+
typeUrl: string;
|
|
3802
|
+
value: _165.MsgConnectionOpenInit;
|
|
3803
|
+
};
|
|
3804
|
+
connectionOpenTry(value: _165.MsgConnectionOpenTry): {
|
|
3805
|
+
typeUrl: string;
|
|
3806
|
+
value: _165.MsgConnectionOpenTry;
|
|
3807
|
+
};
|
|
3808
|
+
connectionOpenAck(value: _165.MsgConnectionOpenAck): {
|
|
3809
|
+
typeUrl: string;
|
|
3810
|
+
value: _165.MsgConnectionOpenAck;
|
|
3811
|
+
};
|
|
3812
|
+
connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
|
|
3813
|
+
typeUrl: string;
|
|
3814
|
+
value: _165.MsgConnectionOpenConfirm;
|
|
3815
|
+
};
|
|
3816
|
+
updateConnectionParams(value: _165.MsgUpdateParams): {
|
|
3817
|
+
typeUrl: string;
|
|
3818
|
+
value: _165.MsgUpdateParams;
|
|
3819
|
+
};
|
|
3820
|
+
};
|
|
3821
|
+
};
|
|
3318
3822
|
AminoConverter: {
|
|
3319
3823
|
"/ibc.core.connection.v1.MsgConnectionOpenInit": {
|
|
3320
3824
|
aminoType: string;
|
|
@@ -4201,6 +4705,51 @@ export declare namespace ibc {
|
|
|
4201
4705
|
};
|
|
4202
4706
|
LCDQueryClient: typeof _307.LCDQueryClient;
|
|
4203
4707
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
4708
|
+
load: (protoRegistry: Registry) => void;
|
|
4709
|
+
MessageComposer: {
|
|
4710
|
+
encoded: {
|
|
4711
|
+
storeCode(value: _171.MsgStoreCode): {
|
|
4712
|
+
typeUrl: string;
|
|
4713
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
4714
|
+
};
|
|
4715
|
+
removeChecksum(value: _171.MsgRemoveChecksum): {
|
|
4716
|
+
typeUrl: string;
|
|
4717
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
4718
|
+
};
|
|
4719
|
+
migrateContract(value: _171.MsgMigrateContract): {
|
|
4720
|
+
typeUrl: string;
|
|
4721
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
4722
|
+
};
|
|
4723
|
+
};
|
|
4724
|
+
withTypeUrl: {
|
|
4725
|
+
storeCode(value: _171.MsgStoreCode): {
|
|
4726
|
+
typeUrl: string;
|
|
4727
|
+
value: _171.MsgStoreCode;
|
|
4728
|
+
};
|
|
4729
|
+
removeChecksum(value: _171.MsgRemoveChecksum): {
|
|
4730
|
+
typeUrl: string;
|
|
4731
|
+
value: _171.MsgRemoveChecksum;
|
|
4732
|
+
};
|
|
4733
|
+
migrateContract(value: _171.MsgMigrateContract): {
|
|
4734
|
+
typeUrl: string;
|
|
4735
|
+
value: _171.MsgMigrateContract;
|
|
4736
|
+
};
|
|
4737
|
+
};
|
|
4738
|
+
fromPartial: {
|
|
4739
|
+
storeCode(value: _171.MsgStoreCode): {
|
|
4740
|
+
typeUrl: string;
|
|
4741
|
+
value: _171.MsgStoreCode;
|
|
4742
|
+
};
|
|
4743
|
+
removeChecksum(value: _171.MsgRemoveChecksum): {
|
|
4744
|
+
typeUrl: string;
|
|
4745
|
+
value: _171.MsgRemoveChecksum;
|
|
4746
|
+
};
|
|
4747
|
+
migrateContract(value: _171.MsgMigrateContract): {
|
|
4748
|
+
typeUrl: string;
|
|
4749
|
+
value: _171.MsgMigrateContract;
|
|
4750
|
+
};
|
|
4751
|
+
};
|
|
4752
|
+
};
|
|
4204
4753
|
AminoConverter: {
|
|
4205
4754
|
"/ibc.lightclients.wasm.v1.MsgStoreCode": {
|
|
4206
4755
|
aminoType: string;
|