@sats-connect/core 0.8.2-c1d6388 → 0.8.2
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/index.d.mts +1 -355
- package/dist/index.d.ts +1 -355
- package/dist/index.js +167 -399
- package/dist/index.mjs +167 -379
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1017,357 +1017,6 @@ declare const runesTransferRequestMessageSchema: v.ObjectSchema<{
|
|
|
1017
1017
|
type RunesTransferRequestMessage = v.InferOutput<typeof runesTransferRequestMessageSchema>;
|
|
1018
1018
|
type RunesTransfer = MethodParamsAndResult<TransferRunesParams, RunesTransferResult>;
|
|
1019
1019
|
|
|
1020
|
-
declare const sparkFlashnetGetJwtMethodName = "spark_flashnet_getJwt";
|
|
1021
|
-
declare const sparkFlashnetGetJwtParamsSchema: v.NullSchema<undefined>;
|
|
1022
|
-
type SparkFlashnetGetJwtParams = v.InferOutput<typeof sparkFlashnetGetJwtParamsSchema>;
|
|
1023
|
-
declare const sparkFlashnetGetJwtResultSchema: v.ObjectSchema<{
|
|
1024
|
-
/**
|
|
1025
|
-
* The JWT token for authenticated requests to the Flashnet API.
|
|
1026
|
-
*/
|
|
1027
|
-
readonly jwt: v.StringSchema<undefined>;
|
|
1028
|
-
}, undefined>;
|
|
1029
|
-
type SparkFlashnetGetJwtResult = v.InferOutput<typeof sparkFlashnetGetJwtResultSchema>;
|
|
1030
|
-
declare const sparkFlashnetGetJwtRequestMessageSchema: v.ObjectSchema<{
|
|
1031
|
-
readonly method: v.LiteralSchema<"spark_flashnet_getJwt", undefined>;
|
|
1032
|
-
readonly params: v.NullSchema<undefined>;
|
|
1033
|
-
readonly id: v.StringSchema<undefined>;
|
|
1034
|
-
readonly jsonrpc: v.LiteralSchema<"2.0", undefined>;
|
|
1035
|
-
}, undefined>;
|
|
1036
|
-
type SparkFlashnetGetJwtRequestMessage = v.InferOutput<typeof sparkFlashnetGetJwtRequestMessageSchema>;
|
|
1037
|
-
type SparkFlashnetGetJwt = MethodParamsAndResult<SparkFlashnetGetJwtParams, SparkFlashnetGetJwtResult>;
|
|
1038
|
-
|
|
1039
|
-
declare const sparkFlashnetAddLiquidityIntentSchema: v.ObjectSchema<{
|
|
1040
|
-
readonly type: v.LiteralSchema<"addLiquidity", undefined>;
|
|
1041
|
-
readonly data: v.ObjectSchema<{
|
|
1042
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1043
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1044
|
-
readonly assetAAmount: v.StringSchema<undefined>;
|
|
1045
|
-
readonly assetBAmount: v.StringSchema<undefined>;
|
|
1046
|
-
readonly assetAMinAmountIn: v.StringSchema<undefined>;
|
|
1047
|
-
readonly assetBMinAmountIn: v.StringSchema<undefined>;
|
|
1048
|
-
readonly assetATransferId: v.StringSchema<undefined>;
|
|
1049
|
-
readonly assetBTransferId: v.StringSchema<undefined>;
|
|
1050
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1051
|
-
}, undefined>;
|
|
1052
|
-
}, undefined>;
|
|
1053
|
-
|
|
1054
|
-
declare const sparkFlashnetClawbackIntentSchema: v.ObjectSchema<{
|
|
1055
|
-
readonly type: v.LiteralSchema<"clawback", undefined>;
|
|
1056
|
-
readonly data: v.ObjectSchema<{
|
|
1057
|
-
readonly senderPublicKey: v.StringSchema<undefined>;
|
|
1058
|
-
readonly sparkTransferId: v.StringSchema<undefined>;
|
|
1059
|
-
readonly lpIdentityPublicKey: v.StringSchema<undefined>;
|
|
1060
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1061
|
-
}, undefined>;
|
|
1062
|
-
}, undefined>;
|
|
1063
|
-
|
|
1064
|
-
declare const sparkFlashnetConfirmInitialDepositIntentSchema: v.ObjectSchema<{
|
|
1065
|
-
readonly type: v.LiteralSchema<"confirmInitialDeposit", undefined>;
|
|
1066
|
-
readonly data: v.ObjectSchema<{
|
|
1067
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1068
|
-
readonly assetASparkTransferId: v.StringSchema<undefined>;
|
|
1069
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1070
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1071
|
-
}, undefined>;
|
|
1072
|
-
}, undefined>;
|
|
1073
|
-
|
|
1074
|
-
declare const sparkFlashnetCreateConstantProductPoolIntentSchema: v.ObjectSchema<{
|
|
1075
|
-
readonly type: v.LiteralSchema<"createConstantProductPool", undefined>;
|
|
1076
|
-
readonly data: v.ObjectSchema<{
|
|
1077
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1078
|
-
readonly assetAAddress: v.StringSchema<undefined>;
|
|
1079
|
-
readonly assetBAddress: v.StringSchema<undefined>;
|
|
1080
|
-
readonly lpFeeRateBps: v.NumberSchema<undefined>;
|
|
1081
|
-
readonly totalHostFeeRateBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1082
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1083
|
-
}, undefined>;
|
|
1084
|
-
}, undefined>;
|
|
1085
|
-
|
|
1086
|
-
declare const sparkFlashnetCreateSingleSidedPoolIntentSchema: v.ObjectSchema<{
|
|
1087
|
-
readonly type: v.LiteralSchema<"createSingleSidedPool", undefined>;
|
|
1088
|
-
readonly data: v.ObjectSchema<{
|
|
1089
|
-
readonly assetAAddress: v.StringSchema<undefined>;
|
|
1090
|
-
readonly assetBAddress: v.StringSchema<undefined>;
|
|
1091
|
-
readonly assetAInitialReserve: v.StringSchema<undefined>;
|
|
1092
|
-
readonly virtualReserveA: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1093
|
-
readonly virtualReserveB: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1094
|
-
readonly threshold: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1095
|
-
readonly lpFeeRateBps: v.NumberSchema<undefined>;
|
|
1096
|
-
readonly totalHostFeeRateBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1097
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1098
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1099
|
-
}, undefined>;
|
|
1100
|
-
}, undefined>;
|
|
1101
|
-
|
|
1102
|
-
declare const sparkFlashnetRemoveLiquidityIntentSchema: v.ObjectSchema<{
|
|
1103
|
-
readonly type: v.LiteralSchema<"removeLiquidity", undefined>;
|
|
1104
|
-
readonly data: v.ObjectSchema<{
|
|
1105
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1106
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1107
|
-
readonly lpTokensToRemove: v.StringSchema<undefined>;
|
|
1108
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1109
|
-
}, undefined>;
|
|
1110
|
-
}, undefined>;
|
|
1111
|
-
|
|
1112
|
-
declare const sparkFlashnetRouteSwapIntentSchema: v.ObjectSchema<{
|
|
1113
|
-
readonly type: v.LiteralSchema<"executeRouteSwap", undefined>;
|
|
1114
|
-
readonly data: v.ObjectSchema<{
|
|
1115
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1116
|
-
readonly initialSparkTransferId: v.StringSchema<undefined>;
|
|
1117
|
-
readonly hops: v.ArraySchema<v.ObjectSchema<{
|
|
1118
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1119
|
-
readonly inputAssetAddress: v.StringSchema<undefined>;
|
|
1120
|
-
readonly outputAssetAddress: v.StringSchema<undefined>;
|
|
1121
|
-
readonly hopIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1122
|
-
}, undefined>, undefined>;
|
|
1123
|
-
readonly inputAmount: v.StringSchema<undefined>;
|
|
1124
|
-
readonly maxRouteSlippageBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1125
|
-
readonly minAmountOut: v.StringSchema<undefined>;
|
|
1126
|
-
readonly defaultIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1127
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1128
|
-
}, undefined>;
|
|
1129
|
-
}, undefined>;
|
|
1130
|
-
|
|
1131
|
-
declare const sparkFlashnetSwapIntentSchema: v.ObjectSchema<{
|
|
1132
|
-
readonly type: v.LiteralSchema<"executeSwap", undefined>;
|
|
1133
|
-
readonly data: v.ObjectSchema<{
|
|
1134
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1135
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1136
|
-
readonly transferId: v.StringSchema<undefined>;
|
|
1137
|
-
readonly assetInAddress: v.StringSchema<undefined>;
|
|
1138
|
-
readonly assetOutAddress: v.StringSchema<undefined>;
|
|
1139
|
-
readonly amountIn: v.StringSchema<undefined>;
|
|
1140
|
-
readonly maxSlippageBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1141
|
-
readonly minAmountOut: v.StringSchema<undefined>;
|
|
1142
|
-
readonly totalIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1143
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1144
|
-
}, undefined>;
|
|
1145
|
-
}, undefined>;
|
|
1146
|
-
|
|
1147
|
-
declare const sparkFlashnetSignIntentMethodName = "spark_flashnet_signIntent";
|
|
1148
|
-
declare const sparkFlashnetSignIntentParamsSchema: v.UnionSchema<[v.ObjectSchema<{
|
|
1149
|
-
readonly type: v.LiteralSchema<"executeSwap", undefined>;
|
|
1150
|
-
readonly data: v.ObjectSchema<{
|
|
1151
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1152
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1153
|
-
readonly transferId: v.StringSchema<undefined>;
|
|
1154
|
-
readonly assetInAddress: v.StringSchema<undefined>;
|
|
1155
|
-
readonly assetOutAddress: v.StringSchema<undefined>;
|
|
1156
|
-
readonly amountIn: v.StringSchema<undefined>;
|
|
1157
|
-
readonly maxSlippageBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1158
|
-
readonly minAmountOut: v.StringSchema<undefined>;
|
|
1159
|
-
readonly totalIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1160
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1161
|
-
}, undefined>;
|
|
1162
|
-
}, undefined>, v.ObjectSchema<{
|
|
1163
|
-
readonly type: v.LiteralSchema<"executeRouteSwap", undefined>;
|
|
1164
|
-
readonly data: v.ObjectSchema<{
|
|
1165
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1166
|
-
readonly initialSparkTransferId: v.StringSchema<undefined>;
|
|
1167
|
-
readonly hops: v.ArraySchema<v.ObjectSchema<{
|
|
1168
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1169
|
-
readonly inputAssetAddress: v.StringSchema<undefined>;
|
|
1170
|
-
readonly outputAssetAddress: v.StringSchema<undefined>;
|
|
1171
|
-
readonly hopIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1172
|
-
}, undefined>, undefined>;
|
|
1173
|
-
readonly inputAmount: v.StringSchema<undefined>;
|
|
1174
|
-
readonly maxRouteSlippageBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1175
|
-
readonly minAmountOut: v.StringSchema<undefined>;
|
|
1176
|
-
readonly defaultIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1177
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1178
|
-
}, undefined>;
|
|
1179
|
-
}, undefined>, v.ObjectSchema<{
|
|
1180
|
-
readonly type: v.LiteralSchema<"addLiquidity", undefined>;
|
|
1181
|
-
readonly data: v.ObjectSchema<{
|
|
1182
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1183
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1184
|
-
readonly assetAAmount: v.StringSchema<undefined>;
|
|
1185
|
-
readonly assetBAmount: v.StringSchema<undefined>;
|
|
1186
|
-
readonly assetAMinAmountIn: v.StringSchema<undefined>;
|
|
1187
|
-
readonly assetBMinAmountIn: v.StringSchema<undefined>;
|
|
1188
|
-
readonly assetATransferId: v.StringSchema<undefined>;
|
|
1189
|
-
readonly assetBTransferId: v.StringSchema<undefined>;
|
|
1190
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1191
|
-
}, undefined>;
|
|
1192
|
-
}, undefined>, v.ObjectSchema<{
|
|
1193
|
-
readonly type: v.LiteralSchema<"clawback", undefined>;
|
|
1194
|
-
readonly data: v.ObjectSchema<{
|
|
1195
|
-
readonly senderPublicKey: v.StringSchema<undefined>;
|
|
1196
|
-
readonly sparkTransferId: v.StringSchema<undefined>;
|
|
1197
|
-
readonly lpIdentityPublicKey: v.StringSchema<undefined>;
|
|
1198
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1199
|
-
}, undefined>;
|
|
1200
|
-
}, undefined>, v.ObjectSchema<{
|
|
1201
|
-
readonly type: v.LiteralSchema<"confirmInitialDeposit", undefined>;
|
|
1202
|
-
readonly data: v.ObjectSchema<{
|
|
1203
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1204
|
-
readonly assetASparkTransferId: v.StringSchema<undefined>;
|
|
1205
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1206
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1207
|
-
}, undefined>;
|
|
1208
|
-
}, undefined>, v.ObjectSchema<{
|
|
1209
|
-
readonly type: v.LiteralSchema<"createConstantProductPool", undefined>;
|
|
1210
|
-
readonly data: v.ObjectSchema<{
|
|
1211
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1212
|
-
readonly assetAAddress: v.StringSchema<undefined>;
|
|
1213
|
-
readonly assetBAddress: v.StringSchema<undefined>;
|
|
1214
|
-
readonly lpFeeRateBps: v.NumberSchema<undefined>;
|
|
1215
|
-
readonly totalHostFeeRateBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1216
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1217
|
-
}, undefined>;
|
|
1218
|
-
}, undefined>, v.ObjectSchema<{
|
|
1219
|
-
readonly type: v.LiteralSchema<"createSingleSidedPool", undefined>;
|
|
1220
|
-
readonly data: v.ObjectSchema<{
|
|
1221
|
-
readonly assetAAddress: v.StringSchema<undefined>;
|
|
1222
|
-
readonly assetBAddress: v.StringSchema<undefined>;
|
|
1223
|
-
readonly assetAInitialReserve: v.StringSchema<undefined>;
|
|
1224
|
-
readonly virtualReserveA: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1225
|
-
readonly virtualReserveB: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1226
|
-
readonly threshold: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1227
|
-
readonly lpFeeRateBps: v.NumberSchema<undefined>;
|
|
1228
|
-
readonly totalHostFeeRateBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1229
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1230
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1231
|
-
}, undefined>;
|
|
1232
|
-
}, undefined>, v.ObjectSchema<{
|
|
1233
|
-
readonly type: v.LiteralSchema<"removeLiquidity", undefined>;
|
|
1234
|
-
readonly data: v.ObjectSchema<{
|
|
1235
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1236
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1237
|
-
readonly lpTokensToRemove: v.StringSchema<undefined>;
|
|
1238
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1239
|
-
}, undefined>;
|
|
1240
|
-
}, undefined>], undefined>;
|
|
1241
|
-
type SparkFlashnetSignIntentParams = v.InferOutput<typeof sparkFlashnetSignIntentParamsSchema>;
|
|
1242
|
-
declare const sparkFlashnetSignIntentResultSchema: v.ObjectSchema<{
|
|
1243
|
-
/**
|
|
1244
|
-
* The signed intent as a hex string.
|
|
1245
|
-
*/
|
|
1246
|
-
readonly signature: v.StringSchema<undefined>;
|
|
1247
|
-
}, undefined>;
|
|
1248
|
-
type SparkFlashnetSignIntentResult = v.InferOutput<typeof sparkFlashnetSignIntentResultSchema>;
|
|
1249
|
-
declare const sparkFlashnetSignIntentRequestMessageSchema: v.ObjectSchema<{
|
|
1250
|
-
readonly method: v.LiteralSchema<"spark_flashnet_signIntent", undefined>;
|
|
1251
|
-
readonly params: v.UnionSchema<[v.ObjectSchema<{
|
|
1252
|
-
readonly type: v.LiteralSchema<"executeSwap", undefined>;
|
|
1253
|
-
readonly data: v.ObjectSchema<{
|
|
1254
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1255
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1256
|
-
readonly transferId: v.StringSchema<undefined>;
|
|
1257
|
-
readonly assetInAddress: v.StringSchema<undefined>;
|
|
1258
|
-
readonly assetOutAddress: v.StringSchema<undefined>;
|
|
1259
|
-
readonly amountIn: v.StringSchema<undefined>;
|
|
1260
|
-
readonly maxSlippageBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1261
|
-
readonly minAmountOut: v.StringSchema<undefined>;
|
|
1262
|
-
readonly totalIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1263
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1264
|
-
}, undefined>;
|
|
1265
|
-
}, undefined>, v.ObjectSchema<{
|
|
1266
|
-
readonly type: v.LiteralSchema<"executeRouteSwap", undefined>;
|
|
1267
|
-
readonly data: v.ObjectSchema<{
|
|
1268
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1269
|
-
readonly initialSparkTransferId: v.StringSchema<undefined>;
|
|
1270
|
-
readonly hops: v.ArraySchema<v.ObjectSchema<{
|
|
1271
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1272
|
-
readonly inputAssetAddress: v.StringSchema<undefined>;
|
|
1273
|
-
readonly outputAssetAddress: v.StringSchema<undefined>;
|
|
1274
|
-
readonly hopIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1275
|
-
}, undefined>, undefined>;
|
|
1276
|
-
readonly inputAmount: v.StringSchema<undefined>;
|
|
1277
|
-
readonly maxRouteSlippageBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1278
|
-
readonly minAmountOut: v.StringSchema<undefined>;
|
|
1279
|
-
readonly defaultIntegratorFeeRateBps: v.OptionalSchema<v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>, undefined>;
|
|
1280
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1281
|
-
}, undefined>;
|
|
1282
|
-
}, undefined>, v.ObjectSchema<{
|
|
1283
|
-
readonly type: v.LiteralSchema<"addLiquidity", undefined>;
|
|
1284
|
-
readonly data: v.ObjectSchema<{
|
|
1285
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1286
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1287
|
-
readonly assetAAmount: v.StringSchema<undefined>;
|
|
1288
|
-
readonly assetBAmount: v.StringSchema<undefined>;
|
|
1289
|
-
readonly assetAMinAmountIn: v.StringSchema<undefined>;
|
|
1290
|
-
readonly assetBMinAmountIn: v.StringSchema<undefined>;
|
|
1291
|
-
readonly assetATransferId: v.StringSchema<undefined>;
|
|
1292
|
-
readonly assetBTransferId: v.StringSchema<undefined>;
|
|
1293
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1294
|
-
}, undefined>;
|
|
1295
|
-
}, undefined>, v.ObjectSchema<{
|
|
1296
|
-
readonly type: v.LiteralSchema<"clawback", undefined>;
|
|
1297
|
-
readonly data: v.ObjectSchema<{
|
|
1298
|
-
readonly senderPublicKey: v.StringSchema<undefined>;
|
|
1299
|
-
readonly sparkTransferId: v.StringSchema<undefined>;
|
|
1300
|
-
readonly lpIdentityPublicKey: v.StringSchema<undefined>;
|
|
1301
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1302
|
-
}, undefined>;
|
|
1303
|
-
}, undefined>, v.ObjectSchema<{
|
|
1304
|
-
readonly type: v.LiteralSchema<"confirmInitialDeposit", undefined>;
|
|
1305
|
-
readonly data: v.ObjectSchema<{
|
|
1306
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1307
|
-
readonly assetASparkTransferId: v.StringSchema<undefined>;
|
|
1308
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1309
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1310
|
-
}, undefined>;
|
|
1311
|
-
}, undefined>, v.ObjectSchema<{
|
|
1312
|
-
readonly type: v.LiteralSchema<"createConstantProductPool", undefined>;
|
|
1313
|
-
readonly data: v.ObjectSchema<{
|
|
1314
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1315
|
-
readonly assetAAddress: v.StringSchema<undefined>;
|
|
1316
|
-
readonly assetBAddress: v.StringSchema<undefined>;
|
|
1317
|
-
readonly lpFeeRateBps: v.NumberSchema<undefined>;
|
|
1318
|
-
readonly totalHostFeeRateBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1319
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1320
|
-
}, undefined>;
|
|
1321
|
-
}, undefined>, v.ObjectSchema<{
|
|
1322
|
-
readonly type: v.LiteralSchema<"createSingleSidedPool", undefined>;
|
|
1323
|
-
readonly data: v.ObjectSchema<{
|
|
1324
|
-
readonly assetAAddress: v.StringSchema<undefined>;
|
|
1325
|
-
readonly assetBAddress: v.StringSchema<undefined>;
|
|
1326
|
-
readonly assetAInitialReserve: v.StringSchema<undefined>;
|
|
1327
|
-
readonly virtualReserveA: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1328
|
-
readonly virtualReserveB: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1329
|
-
readonly threshold: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1330
|
-
readonly lpFeeRateBps: v.NumberSchema<undefined>;
|
|
1331
|
-
readonly totalHostFeeRateBps: v.UnionSchema<[v.NumberSchema<undefined>, v.StringSchema<undefined>], undefined>;
|
|
1332
|
-
readonly poolOwnerPublicKey: v.StringSchema<undefined>;
|
|
1333
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1334
|
-
}, undefined>;
|
|
1335
|
-
}, undefined>, v.ObjectSchema<{
|
|
1336
|
-
readonly type: v.LiteralSchema<"removeLiquidity", undefined>;
|
|
1337
|
-
readonly data: v.ObjectSchema<{
|
|
1338
|
-
readonly userPublicKey: v.StringSchema<undefined>;
|
|
1339
|
-
readonly poolId: v.StringSchema<undefined>;
|
|
1340
|
-
readonly lpTokensToRemove: v.StringSchema<undefined>;
|
|
1341
|
-
readonly nonce: v.StringSchema<undefined>;
|
|
1342
|
-
}, undefined>;
|
|
1343
|
-
}, undefined>], undefined>;
|
|
1344
|
-
readonly id: v.StringSchema<undefined>;
|
|
1345
|
-
readonly jsonrpc: v.LiteralSchema<"2.0", undefined>;
|
|
1346
|
-
}, undefined>;
|
|
1347
|
-
type SparkFlashnetSignIntentRequestMessage = v.InferOutput<typeof sparkFlashnetSignIntentRequestMessageSchema>;
|
|
1348
|
-
type SparkFlashnetSignIntent = MethodParamsAndResult<SparkFlashnetSignIntentParams, SparkFlashnetSignIntentResult>;
|
|
1349
|
-
|
|
1350
|
-
declare const sparkFlashnetSignStructuredMessageMethodName = "spark_flashnet_signStructuredMessage";
|
|
1351
|
-
declare const sparkFlashnetSignStructuredMessageParamsSchema: v.ObjectSchema<{
|
|
1352
|
-
readonly message: v.StringSchema<undefined>;
|
|
1353
|
-
}, undefined>;
|
|
1354
|
-
type SparkFlashnetSignStructuredMessageParams = v.InferOutput<typeof sparkFlashnetSignStructuredMessageParamsSchema>;
|
|
1355
|
-
declare const sparkFlashnetSignStructuredMessageResultSchema: v.ObjectSchema<{
|
|
1356
|
-
readonly message: v.StringSchema<undefined>;
|
|
1357
|
-
readonly signature: v.StringSchema<undefined>;
|
|
1358
|
-
}, undefined>;
|
|
1359
|
-
type SparkFlashnetSignStructuredMessageResult = v.InferOutput<typeof sparkFlashnetSignStructuredMessageResultSchema>;
|
|
1360
|
-
declare const sparkFlashnetSignStructuredMessageRequestMessageSchema: v.ObjectSchema<{
|
|
1361
|
-
readonly method: v.LiteralSchema<"spark_flashnet_signStructuredMessage", undefined>;
|
|
1362
|
-
readonly params: v.ObjectSchema<{
|
|
1363
|
-
readonly message: v.StringSchema<undefined>;
|
|
1364
|
-
}, undefined>;
|
|
1365
|
-
readonly id: v.StringSchema<undefined>;
|
|
1366
|
-
readonly jsonrpc: v.LiteralSchema<"2.0", undefined>;
|
|
1367
|
-
}, undefined>;
|
|
1368
|
-
type SparkFlashnetSignStructuredMessageRequestMessage = v.InferOutput<typeof sparkFlashnetSignStructuredMessageRequestMessageSchema>;
|
|
1369
|
-
type SparkFlashnetSignStructuredMessage = MethodParamsAndResult<SparkFlashnetSignStructuredMessageParams, SparkFlashnetSignStructuredMessageResult>;
|
|
1370
|
-
|
|
1371
1020
|
declare const sparkGetAddressesMethodName = "spark_getAddresses";
|
|
1372
1021
|
declare const sparkGetAddressesParamsSchema: v.NullishSchema<v.ObjectSchema<{
|
|
1373
1022
|
/**
|
|
@@ -2466,9 +2115,6 @@ type SparkRequests = {
|
|
|
2466
2115
|
[sparkGetBalanceMethodName]: SparkGetBalance;
|
|
2467
2116
|
[sparkTransferMethodName]: SparkTransfer;
|
|
2468
2117
|
[sparkTransferTokenMethodName]: SparkTransferToken;
|
|
2469
|
-
[sparkFlashnetGetJwtMethodName]: SparkFlashnetGetJwt;
|
|
2470
|
-
[sparkFlashnetSignIntentMethodName]: SparkFlashnetSignIntent;
|
|
2471
|
-
[sparkFlashnetSignStructuredMessageMethodName]: SparkFlashnetSignStructuredMessage;
|
|
2472
2118
|
};
|
|
2473
2119
|
type SparkRequestMethod = keyof SparkRequests;
|
|
2474
2120
|
type BtcRequests = {
|
|
@@ -2558,4 +2204,4 @@ declare class BaseAdapter extends SatsConnectAdapter {
|
|
|
2558
2204
|
declare const DefaultAdaptersInfo: Record<string, Provider>;
|
|
2559
2205
|
declare const defaultAdapters: Record<string, new () => SatsConnectAdapter>;
|
|
2560
2206
|
|
|
2561
|
-
export { type AccountChangeCallback, type AccountChangeEvent, type AddListener, type AddNetwork, type AddNetworkParams, type AddNetworkRequestMessage, type AddNetworkResult, type Address, AddressPurpose, AddressType, BaseAdapter, type BitcoinNetwork, BitcoinNetworkType, type BitcoinProvider, type BtcRequestMethod, type BtcRequests, type Capability, type ChangeNetwork, type ChangeNetworkById, type ChangeNetworkByIdParams, type ChangeNetworkByIdRequestMessage, type ChangeNetworkByIdResult, type ChangeNetworkParams, type ChangeNetworkRequestMessage, type ChangeNetworkResult, type Connect, type ConnectParams, type ConnectRequestMessage, type ConnectResult, type CreateInscriptionOptions, type CreateInscriptionPayload, type CreateInscriptionResponse, type CreateRepeatInscriptionsOptions, type CreateRepeatInscriptionsPayload, type CreateRepeatInscriptionsResponse, DefaultAdaptersInfo, type Disconnect, type DisconnectCallback, type DisconnectEvent, type DisconnectParams, type DisconnectRequestMessage, type DisconnectResult, type GetAccount, type GetAccountParams, type GetAccountRequestMessage, type GetAccountResult, type GetAccounts, type GetAccountsParams, type GetAccountsRequestMessage, type GetAccountsResult, type GetAddressOptions, type GetAddressPayload, type GetAddressResponse, type GetAddresses, type GetAddressesParams, type GetAddressesRequestMessage, type GetAddressesResult, type GetBalance, type GetBalanceParams, type GetBalanceRequestMessage, type GetBalanceResult, type GetCapabilitiesOptions, type GetCapabilitiesPayload, type GetCapabilitiesResponse, type GetCurrentPermissions, type GetCurrentPermissionsParams, type GetCurrentPermissionsRequestMessage, type GetCurrentPermissionsResult, type GetInfo, type GetInfoParams, type GetInfoRequestMessage, type GetInfoResult, type GetInscriptions, type GetInscriptionsParams, type GetInscriptionsRequestMessage, type GetInscriptionsResult, type GetNetwork, type GetNetworkParams, type GetNetworkRequestMessage, type GetNetworkResult, type GetWalletType, type GetWalletTypeParams, type GetWalletTypeRequestMessage, type GetWalletTypeResult, type InputToSign, type ListenerInfo, MessageSigningProtocols, type MethodParamsAndResult, type NetworkChangeCallback, type NetworkChangeEvent, type OrdinalsRequestMethod, type OrdinalsRequests, type Params, PermissionRequestParams, type PermissionWithoutClientId, type Provider, ProviderPlatform, type PsbtPayload, type Recipient, type RenouncePermissions, type RenouncePermissionsParams, type RenouncePermissionsRequestMessage, type RenouncePermissionsResult, type RequestOptions, type RequestPayload, type RequestPermissions, type RequestPermissionsParams, type RequestPermissionsRequestMessage, type RequestPermissionsResult, type Requests, type Return, type RpcBase, type RpcError, RpcErrorCode, type RpcErrorResponse, type RpcErrorResponseMessage, type RpcId, RpcIdSchema, type RpcRequest, type RpcRequestMessage, type RpcResponse, type RpcResponseMessage, type RpcResult, type RpcSuccessResponse, type RpcSuccessResponseMessage, type RunesEstimateEtch, type RunesEstimateEtchParams, type RunesEstimateEtchResult, type RunesEstimateMint, type RunesEstimateRbfOrder, type RunesEtch, type RunesEtchParams, type RunesEtchRequestMessage, type RunesEtchResult, type RunesGetBalance, type RunesGetBalanceParams, type RunesGetBalanceResult, type RunesGetOrder, type RunesMint, type RunesMintParams, type RunesMintRequestMessage, type RunesMintResult, type RunesRbfOrder, type RunesRequestMethod, type RunesRequests, type RunesTransfer, type RunesTransferRequestMessage, type RunesTransferResult, SatsConnectAdapter, type SendBtcTransactionOptions, type SendBtcTransactionPayload, type SendBtcTransactionResponse, type SendInscriptions, type SendInscriptionsParams, type SendInscriptionsRequestMessage, type SendInscriptionsResult, type SendTransfer, type SendTransferParams, type SendTransferRequestMessage, type SendTransferResult, type SerializedRecipient, type SerializedSendBtcTransactionPayload, type SignMessage, type SignMessageOptions, type SignMessageParams, type SignMessagePayload, type SignMessageRequestMessage, type SignMessageResponse, type SignMessageResult, type SignMultiplePsbtPayload, type SignMultipleTransactionOptions, type SignMultipleTransactionsPayload, type SignMultipleTransactionsResponse, type SignPsbt, type SignPsbtParams, type SignPsbtRequestMessage, type SignPsbtResult, type SignTransactionOptions, type SignTransactionPayload, type SignTransactionResponse, type SparkFlashnetGetJwt, type SparkFlashnetGetJwtParams, type SparkFlashnetGetJwtRequestMessage, type SparkFlashnetGetJwtResult, type SparkFlashnetSignIntent, type SparkFlashnetSignIntentParams, type SparkFlashnetSignIntentRequestMessage, type SparkFlashnetSignIntentResult, type SparkFlashnetSignStructuredMessage, type SparkFlashnetSignStructuredMessageParams, type SparkFlashnetSignStructuredMessageRequestMessage, type SparkFlashnetSignStructuredMessageResult, type SparkGetAddresses, type SparkGetAddressesParams, type SparkGetAddressesRequestMessage, type SparkGetAddressesResult, type SparkGetBalance, type SparkGetBalanceParams, type SparkGetBalanceRequestMessage, type SparkGetBalanceResult, SparkNetworkType, type SparkRequestMethod, type SparkRequests, type SparkTransfer, type SparkTransferParams, type SparkTransferRequestMessage, type SparkTransferResult, type SparkTransferToken, type SparkTransferTokenParams, type SparkTransferTokenRequestMessage, type SparkTransferTokenResult, StacksNetworkType, StarknetNetworkType, type StxCallContract, type StxCallContractParams, type StxCallContractRequestMessage, type StxCallContractResult, type StxDeployContract, type StxDeployContractParams, type StxDeployContractRequestMessage, type StxDeployContractResult, type StxGetAccounts, type StxGetAccountsParams, type StxGetAccountsRequestMessage, type StxGetAccountsResult, type StxGetAddresses, type StxGetAddressesParams, type StxGetAddressesRequestMessage, type StxGetAddressesResult, type StxRequestMethod, type StxRequests, type StxSignMessage, type StxSignMessageParams, type StxSignMessageRequestMessage, type StxSignMessageResult, type StxSignStructuredMessage, type StxSignStructuredMessageParams, type StxSignStructuredMessageRequestMessage, type StxSignStructuredMessageResult, type StxSignTransaction, type StxSignTransactionParams, type StxSignTransactionRequestMessage, type StxSignTransactionResult, type StxSignTransactions, type StxSignTransactionsParams, type StxSignTransactionsRequestMessage, type StxSignTransactionsResult, type StxTransferStx, type StxTransferStxParams, type StxTransferStxRequestMessage, type StxTransferStxResult, type SupportedWallet, type TransferRunesParams, type WalletEvent, type WalletRequests, type WalletType, accountActionsSchema, accountChangeEventName, accountChangeSchema, accountPermissionSchema, addListener, addNetworkMethodName, addNetworkParamsSchema, addNetworkRequestMessageSchema, addNetworkResultSchema, addressSchema, changeNetworkByIdMethodName, changeNetworkByIdParamsSchema, changeNetworkByIdRequestMessageSchema, changeNetworkByIdResultSchema, changeNetworkMethodName, changeNetworkParamsSchema, changeNetworkRequestMessageSchema, changeNetworkResultSchema, connectMethodName, connectParamsSchema, connectRequestMessageSchema, connectResultSchema, createInscription, createRepeatInscriptions, defaultAdapters, disconnectEventName, disconnectMethodName, disconnectParamsSchema, disconnectRequestMessageSchema, disconnectResultSchema, disconnectSchema, getAccountMethodName, getAccountParamsSchema, getAccountRequestMessageSchema, getAccountResultSchema, getAccountsMethodName, getAccountsParamsSchema, getAccountsRequestMessageSchema, getAccountsResultSchema, getAddress, getAddressesMethodName, getAddressesParamsSchema, getAddressesRequestMessageSchema, getAddressesResultSchema, getBalanceMethodName, getBalanceParamsSchema, getBalanceRequestMessageSchema, getBalanceResultSchema, getCapabilities, getCurrentPermissionsMethodName, getCurrentPermissionsParamsSchema, getCurrentPermissionsRequestMessageSchema, getCurrentPermissionsResultSchema, getDefaultProvider, getInfoMethodName, getInfoParamsSchema, getInfoRequestMessageSchema, getInfoResultSchema, getInscriptionsMethodName, getInscriptionsParamsSchema, getInscriptionsRequestMessageSchema, getInscriptionsResultSchema, getNetworkMethodName, getNetworkParamsSchema, getNetworkRequestMessageSchema, getNetworkResultSchema, getProviderById, getProviderOrThrow, getProviders, getSupportedWallets, getWalletTypeMethodName, getWalletTypeParamsSchema, getWalletTypeRequestMessageSchema, getWalletTypeResultSchema, isProviderInstalled, networkChangeEventName, networkChangeSchema, permission, removeDefaultProvider, renouncePermissionsMethodName, renouncePermissionsParamsSchema, renouncePermissionsRequestMessageSchema, renouncePermissionsResultSchema, request, requestPermissionsMethodName, requestPermissionsParamsSchema, requestPermissionsRequestMessageSchema, requestPermissionsResultSchema, rpcErrorResponseMessageSchema, rpcRequestMessageSchema, rpcResponseMessageSchema, rpcSuccessResponseMessageSchema, type runesEstimateMintParams, type runesEstimateMintResult, runesEtchMethodName, runesEtchParamsSchema, runesEtchRequestMessageSchema, runesEtchResultSchema, runesGetBalanceMethodName, runesGetBalanceParamsSchema, type runesGetBalanceRequestMessage, runesGetBalanceRequestMessageSchema, runesGetBalanceResultSchema, runesMintMethodName, runesMintParamsSchema, runesMintRequestMessageSchema, runesMintResultSchema, runesTransferMethodName, runesTransferParamsSchema, runesTransferRequestMessageSchema, runesTransferResultSchema, sendBtcTransaction, sendInscriptionsMethodName, sendInscriptionsParamsSchema, sendInscriptionsRequestMessageSchema, sendInscriptionsResultSchema, sendTransferMethodName, sendTransferParamsSchema, sendTransferRequestMessageSchema, sendTransferResultSchema, setDefaultProvider, signMessage, signMessageMethodName, signMessageParamsSchema, signMessageRequestMessageSchema, signMessageResultSchema, signMultipleTransactions, signPsbtMethodName, signPsbtParamsSchema, signPsbtRequestMessageSchema, signPsbtResultSchema, signTransaction, sparkFlashnetAddLiquidityIntentSchema, sparkFlashnetClawbackIntentSchema, sparkFlashnetConfirmInitialDepositIntentSchema, sparkFlashnetCreateConstantProductPoolIntentSchema, sparkFlashnetCreateSingleSidedPoolIntentSchema, sparkFlashnetGetJwtMethodName, sparkFlashnetGetJwtParamsSchema, sparkFlashnetGetJwtRequestMessageSchema, sparkFlashnetGetJwtResultSchema, sparkFlashnetRemoveLiquidityIntentSchema, sparkFlashnetRouteSwapIntentSchema, sparkFlashnetSignIntentMethodName, sparkFlashnetSignIntentParamsSchema, sparkFlashnetSignIntentRequestMessageSchema, sparkFlashnetSignIntentResultSchema, sparkFlashnetSignStructuredMessageMethodName, sparkFlashnetSignStructuredMessageParamsSchema, sparkFlashnetSignStructuredMessageRequestMessageSchema, sparkFlashnetSignStructuredMessageResultSchema, sparkFlashnetSwapIntentSchema, sparkGetAddressesMethodName, sparkGetAddressesParamsSchema, sparkGetAddressesRequestMessageSchema, sparkGetAddressesResultSchema, sparkGetBalanceMethodName, sparkGetBalanceParamsSchema, sparkGetBalanceRequestMessageSchema, sparkGetBalanceResultSchema, sparkTransferMethodName, sparkTransferParamsSchema, sparkTransferRequestMessageSchema, sparkTransferResultSchema, sparkTransferTokenMethodName, sparkTransferTokenParamsSchema, sparkTransferTokenRequestMessageSchema, sparkTransferTokenResultSchema, stxCallContractMethodName, stxCallContractParamsSchema, stxCallContractRequestMessageSchema, stxCallContractResultSchema, stxDeployContractMethodName, stxDeployContractParamsSchema, stxDeployContractRequestMessageSchema, stxDeployContractResultSchema, stxGetAccountsMethodName, stxGetAccountsParamsSchema, stxGetAccountsRequestMessageSchema, stxGetAccountsResultSchema, stxGetAddressesMethodName, stxGetAddressesParamsSchema, stxGetAddressesRequestMessageSchema, stxGetAddressesResultSchema, stxSignMessageMethodName, stxSignMessageParamsSchema, stxSignMessageRequestMessageSchema, stxSignMessageResultSchema, stxSignStructuredMessageMethodName, stxSignStructuredMessageParamsSchema, stxSignStructuredMessageRequestMessageSchema, stxSignStructuredMessageResultSchema, stxSignTransactionMethodName, stxSignTransactionParamsSchema, stxSignTransactionRequestMessageSchema, stxSignTransactionResultSchema, stxSignTransactionsMethodName, stxSignTransactionsParamsSchema, stxSignTransactionsRequestMessageSchema, stxSignTransactionsResultSchema, stxTransferStxMethodName, stxTransferStxParamsSchema, stxTransferStxRequestMessageSchema, stxTransferStxResultSchema, walletActionsSchema, walletEventSchema, walletPermissionSchema, walletTypeSchema, walletTypes };
|
|
2207
|
+
export { type AccountChangeCallback, type AccountChangeEvent, type AddListener, type AddNetwork, type AddNetworkParams, type AddNetworkRequestMessage, type AddNetworkResult, type Address, AddressPurpose, AddressType, BaseAdapter, type BitcoinNetwork, BitcoinNetworkType, type BitcoinProvider, type BtcRequestMethod, type BtcRequests, type Capability, type ChangeNetwork, type ChangeNetworkById, type ChangeNetworkByIdParams, type ChangeNetworkByIdRequestMessage, type ChangeNetworkByIdResult, type ChangeNetworkParams, type ChangeNetworkRequestMessage, type ChangeNetworkResult, type Connect, type ConnectParams, type ConnectRequestMessage, type ConnectResult, type CreateInscriptionOptions, type CreateInscriptionPayload, type CreateInscriptionResponse, type CreateRepeatInscriptionsOptions, type CreateRepeatInscriptionsPayload, type CreateRepeatInscriptionsResponse, DefaultAdaptersInfo, type Disconnect, type DisconnectCallback, type DisconnectEvent, type DisconnectParams, type DisconnectRequestMessage, type DisconnectResult, type GetAccount, type GetAccountParams, type GetAccountRequestMessage, type GetAccountResult, type GetAccounts, type GetAccountsParams, type GetAccountsRequestMessage, type GetAccountsResult, type GetAddressOptions, type GetAddressPayload, type GetAddressResponse, type GetAddresses, type GetAddressesParams, type GetAddressesRequestMessage, type GetAddressesResult, type GetBalance, type GetBalanceParams, type GetBalanceRequestMessage, type GetBalanceResult, type GetCapabilitiesOptions, type GetCapabilitiesPayload, type GetCapabilitiesResponse, type GetCurrentPermissions, type GetCurrentPermissionsParams, type GetCurrentPermissionsRequestMessage, type GetCurrentPermissionsResult, type GetInfo, type GetInfoParams, type GetInfoRequestMessage, type GetInfoResult, type GetInscriptions, type GetInscriptionsParams, type GetInscriptionsRequestMessage, type GetInscriptionsResult, type GetNetwork, type GetNetworkParams, type GetNetworkRequestMessage, type GetNetworkResult, type GetWalletType, type GetWalletTypeParams, type GetWalletTypeRequestMessage, type GetWalletTypeResult, type InputToSign, type ListenerInfo, MessageSigningProtocols, type MethodParamsAndResult, type NetworkChangeCallback, type NetworkChangeEvent, type OrdinalsRequestMethod, type OrdinalsRequests, type Params, PermissionRequestParams, type PermissionWithoutClientId, type Provider, ProviderPlatform, type PsbtPayload, type Recipient, type RenouncePermissions, type RenouncePermissionsParams, type RenouncePermissionsRequestMessage, type RenouncePermissionsResult, type RequestOptions, type RequestPayload, type RequestPermissions, type RequestPermissionsParams, type RequestPermissionsRequestMessage, type RequestPermissionsResult, type Requests, type Return, type RpcBase, type RpcError, RpcErrorCode, type RpcErrorResponse, type RpcErrorResponseMessage, type RpcId, RpcIdSchema, type RpcRequest, type RpcRequestMessage, type RpcResponse, type RpcResponseMessage, type RpcResult, type RpcSuccessResponse, type RpcSuccessResponseMessage, type RunesEstimateEtch, type RunesEstimateEtchParams, type RunesEstimateEtchResult, type RunesEstimateMint, type RunesEstimateRbfOrder, type RunesEtch, type RunesEtchParams, type RunesEtchRequestMessage, type RunesEtchResult, type RunesGetBalance, type RunesGetBalanceParams, type RunesGetBalanceResult, type RunesGetOrder, type RunesMint, type RunesMintParams, type RunesMintRequestMessage, type RunesMintResult, type RunesRbfOrder, type RunesRequestMethod, type RunesRequests, type RunesTransfer, type RunesTransferRequestMessage, type RunesTransferResult, SatsConnectAdapter, type SendBtcTransactionOptions, type SendBtcTransactionPayload, type SendBtcTransactionResponse, type SendInscriptions, type SendInscriptionsParams, type SendInscriptionsRequestMessage, type SendInscriptionsResult, type SendTransfer, type SendTransferParams, type SendTransferRequestMessage, type SendTransferResult, type SerializedRecipient, type SerializedSendBtcTransactionPayload, type SignMessage, type SignMessageOptions, type SignMessageParams, type SignMessagePayload, type SignMessageRequestMessage, type SignMessageResponse, type SignMessageResult, type SignMultiplePsbtPayload, type SignMultipleTransactionOptions, type SignMultipleTransactionsPayload, type SignMultipleTransactionsResponse, type SignPsbt, type SignPsbtParams, type SignPsbtRequestMessage, type SignPsbtResult, type SignTransactionOptions, type SignTransactionPayload, type SignTransactionResponse, type SparkGetAddresses, type SparkGetAddressesParams, type SparkGetAddressesRequestMessage, type SparkGetAddressesResult, type SparkGetBalance, type SparkGetBalanceParams, type SparkGetBalanceRequestMessage, type SparkGetBalanceResult, SparkNetworkType, type SparkRequestMethod, type SparkRequests, type SparkTransfer, type SparkTransferParams, type SparkTransferRequestMessage, type SparkTransferResult, type SparkTransferToken, type SparkTransferTokenParams, type SparkTransferTokenRequestMessage, type SparkTransferTokenResult, StacksNetworkType, StarknetNetworkType, type StxCallContract, type StxCallContractParams, type StxCallContractRequestMessage, type StxCallContractResult, type StxDeployContract, type StxDeployContractParams, type StxDeployContractRequestMessage, type StxDeployContractResult, type StxGetAccounts, type StxGetAccountsParams, type StxGetAccountsRequestMessage, type StxGetAccountsResult, type StxGetAddresses, type StxGetAddressesParams, type StxGetAddressesRequestMessage, type StxGetAddressesResult, type StxRequestMethod, type StxRequests, type StxSignMessage, type StxSignMessageParams, type StxSignMessageRequestMessage, type StxSignMessageResult, type StxSignStructuredMessage, type StxSignStructuredMessageParams, type StxSignStructuredMessageRequestMessage, type StxSignStructuredMessageResult, type StxSignTransaction, type StxSignTransactionParams, type StxSignTransactionRequestMessage, type StxSignTransactionResult, type StxSignTransactions, type StxSignTransactionsParams, type StxSignTransactionsRequestMessage, type StxSignTransactionsResult, type StxTransferStx, type StxTransferStxParams, type StxTransferStxRequestMessage, type StxTransferStxResult, type SupportedWallet, type TransferRunesParams, type WalletEvent, type WalletRequests, type WalletType, accountActionsSchema, accountChangeEventName, accountChangeSchema, accountPermissionSchema, addListener, addNetworkMethodName, addNetworkParamsSchema, addNetworkRequestMessageSchema, addNetworkResultSchema, addressSchema, changeNetworkByIdMethodName, changeNetworkByIdParamsSchema, changeNetworkByIdRequestMessageSchema, changeNetworkByIdResultSchema, changeNetworkMethodName, changeNetworkParamsSchema, changeNetworkRequestMessageSchema, changeNetworkResultSchema, connectMethodName, connectParamsSchema, connectRequestMessageSchema, connectResultSchema, createInscription, createRepeatInscriptions, defaultAdapters, disconnectEventName, disconnectMethodName, disconnectParamsSchema, disconnectRequestMessageSchema, disconnectResultSchema, disconnectSchema, getAccountMethodName, getAccountParamsSchema, getAccountRequestMessageSchema, getAccountResultSchema, getAccountsMethodName, getAccountsParamsSchema, getAccountsRequestMessageSchema, getAccountsResultSchema, getAddress, getAddressesMethodName, getAddressesParamsSchema, getAddressesRequestMessageSchema, getAddressesResultSchema, getBalanceMethodName, getBalanceParamsSchema, getBalanceRequestMessageSchema, getBalanceResultSchema, getCapabilities, getCurrentPermissionsMethodName, getCurrentPermissionsParamsSchema, getCurrentPermissionsRequestMessageSchema, getCurrentPermissionsResultSchema, getDefaultProvider, getInfoMethodName, getInfoParamsSchema, getInfoRequestMessageSchema, getInfoResultSchema, getInscriptionsMethodName, getInscriptionsParamsSchema, getInscriptionsRequestMessageSchema, getInscriptionsResultSchema, getNetworkMethodName, getNetworkParamsSchema, getNetworkRequestMessageSchema, getNetworkResultSchema, getProviderById, getProviderOrThrow, getProviders, getSupportedWallets, getWalletTypeMethodName, getWalletTypeParamsSchema, getWalletTypeRequestMessageSchema, getWalletTypeResultSchema, isProviderInstalled, networkChangeEventName, networkChangeSchema, permission, removeDefaultProvider, renouncePermissionsMethodName, renouncePermissionsParamsSchema, renouncePermissionsRequestMessageSchema, renouncePermissionsResultSchema, request, requestPermissionsMethodName, requestPermissionsParamsSchema, requestPermissionsRequestMessageSchema, requestPermissionsResultSchema, rpcErrorResponseMessageSchema, rpcRequestMessageSchema, rpcResponseMessageSchema, rpcSuccessResponseMessageSchema, type runesEstimateMintParams, type runesEstimateMintResult, runesEtchMethodName, runesEtchParamsSchema, runesEtchRequestMessageSchema, runesEtchResultSchema, runesGetBalanceMethodName, runesGetBalanceParamsSchema, type runesGetBalanceRequestMessage, runesGetBalanceRequestMessageSchema, runesGetBalanceResultSchema, runesMintMethodName, runesMintParamsSchema, runesMintRequestMessageSchema, runesMintResultSchema, runesTransferMethodName, runesTransferParamsSchema, runesTransferRequestMessageSchema, runesTransferResultSchema, sendBtcTransaction, sendInscriptionsMethodName, sendInscriptionsParamsSchema, sendInscriptionsRequestMessageSchema, sendInscriptionsResultSchema, sendTransferMethodName, sendTransferParamsSchema, sendTransferRequestMessageSchema, sendTransferResultSchema, setDefaultProvider, signMessage, signMessageMethodName, signMessageParamsSchema, signMessageRequestMessageSchema, signMessageResultSchema, signMultipleTransactions, signPsbtMethodName, signPsbtParamsSchema, signPsbtRequestMessageSchema, signPsbtResultSchema, signTransaction, sparkGetAddressesMethodName, sparkGetAddressesParamsSchema, sparkGetAddressesRequestMessageSchema, sparkGetAddressesResultSchema, sparkGetBalanceMethodName, sparkGetBalanceParamsSchema, sparkGetBalanceRequestMessageSchema, sparkGetBalanceResultSchema, sparkTransferMethodName, sparkTransferParamsSchema, sparkTransferRequestMessageSchema, sparkTransferResultSchema, sparkTransferTokenMethodName, sparkTransferTokenParamsSchema, sparkTransferTokenRequestMessageSchema, sparkTransferTokenResultSchema, stxCallContractMethodName, stxCallContractParamsSchema, stxCallContractRequestMessageSchema, stxCallContractResultSchema, stxDeployContractMethodName, stxDeployContractParamsSchema, stxDeployContractRequestMessageSchema, stxDeployContractResultSchema, stxGetAccountsMethodName, stxGetAccountsParamsSchema, stxGetAccountsRequestMessageSchema, stxGetAccountsResultSchema, stxGetAddressesMethodName, stxGetAddressesParamsSchema, stxGetAddressesRequestMessageSchema, stxGetAddressesResultSchema, stxSignMessageMethodName, stxSignMessageParamsSchema, stxSignMessageRequestMessageSchema, stxSignMessageResultSchema, stxSignStructuredMessageMethodName, stxSignStructuredMessageParamsSchema, stxSignStructuredMessageRequestMessageSchema, stxSignStructuredMessageResultSchema, stxSignTransactionMethodName, stxSignTransactionParamsSchema, stxSignTransactionRequestMessageSchema, stxSignTransactionResultSchema, stxSignTransactionsMethodName, stxSignTransactionsParamsSchema, stxSignTransactionsRequestMessageSchema, stxSignTransactionsResultSchema, stxTransferStxMethodName, stxTransferStxParamsSchema, stxTransferStxRequestMessageSchema, stxTransferStxResultSchema, walletActionsSchema, walletEventSchema, walletPermissionSchema, walletTypeSchema, walletTypes };
|