tapimo 0.9.0 → 0.10.1
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/ApiKey.d.ts +2 -1
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKeys.d.ts +4 -2
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +26 -1
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +4292 -3708
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +1 -0
- package/dist/App.js.map +1 -1
- package/dist/Webhooks.d.ts +21 -20
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +66 -23
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +91 -84
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +26 -17
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +6 -0
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +4 -2
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +168 -168
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +69 -69
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +26 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/apps/Zones.d.ts +4280 -84
- package/dist/apps/Zones.d.ts.map +1 -1
- package/dist/apps/Zones.js +30 -10
- package/dist/apps/Zones.js.map +1 -1
- package/dist/apps/data/App.d.ts +5799 -4929
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/FxOracle.d.ts +4 -5
- package/dist/apps/data/FxOracle.d.ts.map +1 -1
- package/dist/apps/data/FxOracle.js +19 -4
- package/dist/apps/data/FxOracle.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +3391 -492
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +372 -29
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +853 -339
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +10 -10
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +145 -83
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +123 -123
- package/dist/apps/data/routes/coingecko.d.ts +169 -169
- package/dist/apps/data/routes/earn.d.ts +455 -1
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +369 -45
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +114 -118
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +24 -24
- package/dist/apps/data/routes/indexer.d.ts +35 -34
- package/dist/apps/data/routes/indexer.d.ts.map +1 -1
- package/dist/apps/data/routes/indexer.js +3 -2
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +68 -47
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.d.ts +31 -31
- package/dist/apps/data/routes/rpc.d.ts.map +1 -1
- package/dist/apps/data/routes/rpc.js +5 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +12 -12
- package/dist/apps/data/routes/tokens.d.ts +461 -459
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +313 -305
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +25 -23
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +108 -86
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +618 -105
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +21 -21
- package/dist/apps/data/routes/valuation.d.ts.map +1 -1
- package/dist/apps/data/routes/valuation.js +2 -2
- package/dist/apps/data/routes/valuation.js.map +1 -1
- package/dist/apps/data/routes/webhooks.d.ts +519 -868
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +642 -353
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +31 -31
- package/dist/apps/data/routes/zones.d.ts.map +1 -1
- package/dist/apps/data/routes/zones.js +4 -2
- package/dist/apps/data/routes/zones.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/providers.d.ts +13 -13
- package/dist/apps/funding/routes/quotes.d.ts +89 -89
- package/dist/apps/funding/routes/transfers.d.ts +36 -36
- package/dist/apps/funding/routes/transfers.js +1 -1
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +11 -309
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +74 -74
- package/dist/apps/management/routes/billing.js +1 -1
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +35 -35
- package/dist/apps/management/routes/faucet.js +2 -2
- package/dist/apps/management/routes/faucet.js.map +1 -1
- package/dist/apps/management/routes/invitations.d.ts +134 -134
- package/dist/apps/management/routes/invite-links.d.ts +80 -80
- package/dist/apps/management/routes/members.d.ts +69 -69
- package/dist/apps/management/routes/orgs.d.ts +98 -98
- package/dist/apps/management/routes/projects.d.ts +60 -60
- package/dist/apps/management/routes/usage.d.ts +72 -72
- package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
- package/dist/apps/management/routes/webhooks.d.ts +203 -618
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +4 -1
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/mpp/App.d.ts +56 -44
- package/dist/apps/mpp/App.d.ts.map +1 -1
- package/dist/apps/mpp/Mpp.d.ts +3 -0
- package/dist/apps/mpp/Mpp.d.ts.map +1 -1
- package/dist/apps/mpp/Mpp.js +3 -0
- package/dist/apps/mpp/Mpp.js.map +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
- package/dist/apps/mpp/internal/Adapter.js +9 -2
- package/dist/apps/mpp/internal/Adapter.js.map +1 -1
- package/dist/db/Db.d.ts +4 -2
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +75 -15
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +19 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +24 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +4 -1
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
- package/dist/db/tables/webhookQueueEvents.js +160 -0
- package/dist/db/tables/webhookQueueEvents.js.map +1 -0
- package/dist/db/tables/webhookSubscriptions.d.ts +58 -3
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +86 -3
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/Auth.d.ts +3 -0
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +6 -4
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/MetricSink.d.ts +139 -3
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +144 -4
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/RateLimit.d.ts +4 -6
- package/dist/internal/RateLimit.d.ts.map +1 -1
- package/dist/internal/RateLimit.js +15 -14
- package/dist/internal/RateLimit.js.map +1 -1
- package/dist/internal/Schema.js +1 -1
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Store.d.ts +2 -1
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +57 -18
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts +1 -3
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +1 -3
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Value.d.ts +2 -0
- package/dist/internal/Value.d.ts.map +1 -1
- package/dist/internal/Value.js +25 -0
- package/dist/internal/Value.js.map +1 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +2 -1
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/WebhookDestination.d.ts +2 -0
- package/dist/internal/WebhookDestination.d.ts.map +1 -1
- package/dist/internal/WebhookDestination.js +11 -0
- package/dist/internal/WebhookDestination.js.map +1 -1
- package/dist/internal/WebhookTransfer.d.ts +75 -0
- package/dist/internal/WebhookTransfer.d.ts.map +1 -0
- package/dist/internal/WebhookTransfer.js +299 -0
- package/dist/internal/WebhookTransfer.js.map +1 -0
- package/dist/internal/Webhooks.d.ts +176 -0
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +216 -20
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +4 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +11 -7
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +128 -0
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts +6 -4
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +71 -9
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/package.json +4 -4
- package/src/ApiKeys.test.ts +20 -0
- package/src/ApiKeys.ts +28 -1
- package/src/App.test.ts +10 -8
- package/src/App.ts +1 -0
- package/src/Client.test-d.ts +61 -5
- package/src/Webhooks.bench.ts +714 -0
- package/src/Webhooks.memory.bench.ts +250 -0
- package/src/Webhooks.test.ts +77 -6
- package/src/Webhooks.ts +85 -29
- package/src/admin/apps/api-keys.test.ts +9 -0
- package/src/admin/apps/api-keys.ts +15 -0
- package/src/admin/ui/src/lib/query-client.ts +3 -2
- package/src/admin/ui/src/routes/api-keys.tsx +31 -9
- package/src/admin/ui.generated.ts +69 -69
- package/src/analytics/Analytics.test.ts +8 -0
- package/src/analytics/Analytics.ts +26 -0
- package/src/apps/Zones.test.ts +23 -5
- package/src/apps/Zones.ts +31 -10
- package/src/apps/composition.test.ts +1 -0
- package/src/apps/data/App.test.ts +2 -2
- package/src/apps/data/FxOracle.test.ts +18 -0
- package/src/apps/data/FxOracle.ts +28 -5
- package/src/apps/data/routes/activities.bench.ts +41 -0
- package/src/apps/data/routes/activities.test.ts +122 -2
- package/src/apps/data/routes/activities.ts +435 -32
- package/src/apps/data/routes/balances.bench.ts +21 -0
- package/src/apps/data/routes/balances.test.ts +119 -10
- package/src/apps/data/routes/balances.ts +164 -97
- package/src/apps/data/routes/blocks.bench.ts +34 -0
- package/src/apps/data/routes/blocks.test.ts +12 -6
- package/src/apps/data/routes/coingecko.bench.ts +53 -0
- package/src/apps/data/routes/earn.bench.ts +71 -0
- package/src/apps/data/routes/earn.test.ts +197 -0
- package/src/apps/data/routes/earn.ts +487 -45
- package/src/apps/data/routes/exchanges.bench.ts +85 -0
- package/src/apps/data/routes/exchanges.test.ts +7 -6
- package/src/apps/data/routes/exchanges.ts +124 -117
- package/src/apps/data/routes/fee-amm.bench.ts +13 -0
- package/src/apps/data/routes/indexer.bench.ts +8 -0
- package/src/apps/data/routes/indexer.test.ts +2 -1
- package/src/apps/data/routes/indexer.ts +3 -2
- package/src/apps/data/routes/receipts.bench.ts +39 -0
- package/src/apps/data/routes/receipts.test.ts +24 -7
- package/src/apps/data/routes/receipts.ts +67 -50
- package/src/apps/data/routes/rpc.bench.ts +14 -0
- package/src/apps/data/routes/rpc.test.ts +27 -0
- package/src/apps/data/routes/rpc.ts +5 -1
- package/src/apps/data/routes/tokenlist.bench.ts +3 -0
- package/src/apps/data/routes/tokens.bench.ts +76 -0
- package/src/apps/data/routes/tokens.test.ts +51 -0
- package/src/apps/data/routes/transactions.bench.ts +40 -0
- package/src/apps/data/routes/transactions.test.ts +42 -0
- package/src/apps/data/routes/transactions.ts +44 -39
- package/src/apps/data/routes/transfers.bench.ts +28 -0
- package/src/apps/data/routes/transfers.test.ts +402 -24
- package/src/apps/data/routes/transfers.ts +708 -101
- package/src/apps/data/routes/valuation.bench.ts +14 -0
- package/src/apps/data/routes/valuation.test.ts +26 -0
- package/src/apps/data/routes/valuation.ts +6 -2
- package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
- package/src/apps/data/routes/webhooks.bench.ts +26 -0
- package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
- package/src/apps/data/routes/webhooks.test.ts +466 -135
- package/src/apps/data/routes/webhooks.ts +820 -429
- package/src/apps/data/routes/zones.bench.ts +32 -0
- package/src/apps/data/routes/zones.test.ts +1 -1
- package/src/apps/data/routes/zones.ts +7 -2
- package/src/apps/funding/routes/chains.test.ts +1 -1
- package/src/apps/funding/routes/deposit-addresses.test.ts +1 -1
- package/src/apps/funding/routes/deposit-addresses.ts +1 -1
- package/src/apps/funding/routes/providers.test.ts +1 -1
- package/src/apps/funding/routes/quotes.test.ts +2 -2
- package/src/apps/funding/routes/transfers.test.ts +3 -6
- package/src/apps/funding/routes/transfers.ts +1 -1
- package/src/apps/management/routes/billing.ts +1 -1
- package/src/apps/management/routes/faucet.ts +2 -2
- package/src/apps/management/routes/me.test.ts +31 -0
- package/src/apps/mcp.ts +4 -1
- package/src/apps/mpp/Mpp.test.ts +13 -1
- package/src/apps/mpp/Mpp.ts +8 -0
- package/src/apps/mpp/internal/Adapter.ts +10 -2
- package/src/db/Db.test.ts +40 -6
- package/src/db/Db.ts +114 -19
- package/src/db/Schema.ts +32 -0
- package/src/db/tables/sponsoredTransactions.ts +9 -2
- package/src/db/tables/webhookQueueEvents.ts +285 -0
- package/src/db/tables/webhookSubscriptions.ts +131 -4
- package/src/internal/Auth.test.ts +61 -50
- package/src/internal/Auth.ts +9 -4
- package/src/internal/EarnVaults.test.ts +2 -2
- package/src/internal/MetricSink.test.ts +575 -0
- package/src/internal/MetricSink.ts +325 -10
- package/src/internal/RateLimit.test.ts +23 -18
- package/src/internal/RateLimit.ts +23 -15
- package/src/internal/Schema.ts +1 -1
- package/src/internal/Store.test.ts +99 -13
- package/src/internal/Store.ts +52 -17
- package/src/internal/Tidx.test.ts +4 -4
- package/src/internal/Tidx.ts +1 -3
- package/src/internal/Value.test.ts +25 -0
- package/src/internal/Value.ts +29 -0
- package/src/internal/Viem.test.ts +8 -0
- package/src/internal/Viem.ts +2 -1
- package/src/internal/WebhookDestination.test.ts +20 -0
- package/src/internal/WebhookDestination.ts +10 -0
- package/src/internal/WebhookTransfer.test.ts +89 -0
- package/src/internal/WebhookTransfer.ts +430 -0
- package/src/internal/Webhooks.test.ts +616 -0
- package/src/internal/Webhooks.ts +412 -24
- package/src/internal/funding/Provider.test.ts +48 -8
- package/src/internal/funding/Provider.ts +12 -7
- package/src/internal/funding/Reconciliation.local.test.ts +3 -1
- package/src/internal/funding/Reconciliation.test.ts +1240 -0
- package/src/internal/funding/Reconciliation.ts +136 -0
- package/src/internal/funding/SourceObservation.test.ts +1 -0
- package/src/internal/funding/providers/index.test.ts +73 -3
- package/src/internal/funding/providers/relay.test.ts +2 -9
- package/src/internal/funding/providers/relay.ts +72 -13
|
@@ -7,6 +7,12 @@ import * as Schema from '../../../internal/Schema.js';
|
|
|
7
7
|
import * as Tidx from '../../../internal/Tidx.js';
|
|
8
8
|
import * as Valuation from './valuation.js';
|
|
9
9
|
export declare const signature = "event Transfer(address indexed from, address indexed to, uint256 value)";
|
|
10
|
+
/**
|
|
11
|
+
* Half-open `[start, end)` bounds of the deterministic TIP-20 contract range.
|
|
12
|
+
* Full-width so the values compare correctly as PostgreSQL bytea, ClickHouse
|
|
13
|
+
* hex strings, and lowercased JavaScript strings.
|
|
14
|
+
*/
|
|
15
|
+
export declare const tip20AddressRange: readonly ['0x20c0000000000000000000000000000000000000', '0x20c1000000000000000000000000000000000000'];
|
|
10
16
|
/** Zod schemas owned by the transfer handlers. */
|
|
11
17
|
export declare namespace schema {
|
|
12
18
|
/** A transfer token reference with RPC metadata. Inlined to avoid the `transfers`/`tokens` module cycle. */
|
|
@@ -224,69 +230,9 @@ export declare namespace schema {
|
|
|
224
230
|
export declare function transfers(options?: transfers.Options): import("hono/hono-base").HonoBase<App.Environment, {
|
|
225
231
|
"/v1/transfers": {
|
|
226
232
|
$get: {
|
|
227
|
-
output:
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
blockNumber: number;
|
|
231
|
-
destinationAmount?: {
|
|
232
|
-
baseUnits: string;
|
|
233
|
-
currency: string;
|
|
234
|
-
decimals: number;
|
|
235
|
-
formatted: string;
|
|
236
|
-
valuation?: {
|
|
237
|
-
amount: string;
|
|
238
|
-
currency: string;
|
|
239
|
-
} | null | undefined;
|
|
240
|
-
} | undefined;
|
|
241
|
-
destinationToken?: {
|
|
242
|
-
address: `0x${string}`;
|
|
243
|
-
currency: string;
|
|
244
|
-
decimals: number;
|
|
245
|
-
logoUri?: string | undefined;
|
|
246
|
-
name: string;
|
|
247
|
-
symbol: string;
|
|
248
|
-
verified?: boolean | undefined;
|
|
249
|
-
} | undefined;
|
|
250
|
-
id: string;
|
|
251
|
-
logIndex: number;
|
|
252
|
-
memo?: string | undefined;
|
|
253
|
-
recipient: `0x${string}`;
|
|
254
|
-
sender: `0x${string}`;
|
|
255
|
-
sourceAmount: {
|
|
256
|
-
baseUnits: string;
|
|
257
|
-
currency: string;
|
|
258
|
-
decimals: number;
|
|
259
|
-
formatted: string;
|
|
260
|
-
valuation?: {
|
|
261
|
-
amount: string;
|
|
262
|
-
currency: string;
|
|
263
|
-
} | null | undefined;
|
|
264
|
-
};
|
|
265
|
-
sourceToken: {
|
|
266
|
-
address: `0x${string}`;
|
|
267
|
-
currency: string;
|
|
268
|
-
decimals: number;
|
|
269
|
-
logoUri?: string | undefined;
|
|
270
|
-
name: string;
|
|
271
|
-
symbol: string;
|
|
272
|
-
verified?: boolean | undefined;
|
|
273
|
-
};
|
|
274
|
-
timestamp: string;
|
|
275
|
-
transactionHash: `0x${string}`;
|
|
276
|
-
}[];
|
|
277
|
-
meta?: {
|
|
278
|
-
valuation?: {
|
|
279
|
-
asOf: string;
|
|
280
|
-
basis: "nominal";
|
|
281
|
-
source: string;
|
|
282
|
-
} | undefined;
|
|
283
|
-
totalCount?: number | undefined;
|
|
284
|
-
totalCountCapped?: boolean | undefined;
|
|
285
|
-
} | undefined;
|
|
286
|
-
nextCursor: string | null;
|
|
287
|
-
};
|
|
288
|
-
outputFormat: "json";
|
|
289
|
-
status: 200;
|
|
233
|
+
output: null;
|
|
234
|
+
outputFormat: "body";
|
|
235
|
+
status: 402;
|
|
290
236
|
input: {
|
|
291
237
|
query?: {
|
|
292
238
|
recipient?: string | string[];
|
|
@@ -309,14 +255,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
309
255
|
} | {
|
|
310
256
|
output: {
|
|
311
257
|
error: {
|
|
312
|
-
code: "
|
|
258
|
+
code: "upstream_error";
|
|
313
259
|
details?: readonly Response.error.Detail[] | undefined;
|
|
314
260
|
message: string;
|
|
315
261
|
};
|
|
316
262
|
requestId: string;
|
|
317
263
|
};
|
|
318
264
|
outputFormat: "json";
|
|
319
|
-
status:
|
|
265
|
+
status: 502;
|
|
320
266
|
input: {
|
|
321
267
|
query?: {
|
|
322
268
|
recipient?: string | string[];
|
|
@@ -339,7 +285,7 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
339
285
|
} | {
|
|
340
286
|
output: {
|
|
341
287
|
error: {
|
|
342
|
-
code: "
|
|
288
|
+
code: "api_key_malformed";
|
|
343
289
|
details?: readonly Response.error.Detail[] | undefined;
|
|
344
290
|
message: string;
|
|
345
291
|
};
|
|
@@ -397,9 +343,16 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
397
343
|
} | undefined;
|
|
398
344
|
};
|
|
399
345
|
} | {
|
|
400
|
-
output:
|
|
401
|
-
|
|
402
|
-
|
|
346
|
+
output: {
|
|
347
|
+
error: {
|
|
348
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
349
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
350
|
+
message: string;
|
|
351
|
+
};
|
|
352
|
+
requestId: string;
|
|
353
|
+
};
|
|
354
|
+
outputFormat: "json";
|
|
355
|
+
status: 403;
|
|
403
356
|
input: {
|
|
404
357
|
query?: {
|
|
405
358
|
recipient?: string | string[];
|
|
@@ -422,14 +375,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
422
375
|
} | {
|
|
423
376
|
output: {
|
|
424
377
|
error: {
|
|
425
|
-
code: "
|
|
378
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
426
379
|
details?: readonly Response.error.Detail[] | undefined;
|
|
427
380
|
message: string;
|
|
428
381
|
};
|
|
429
382
|
requestId: string;
|
|
430
383
|
};
|
|
431
384
|
outputFormat: "json";
|
|
432
|
-
status:
|
|
385
|
+
status: 429;
|
|
433
386
|
input: {
|
|
434
387
|
query?: {
|
|
435
388
|
recipient?: string | string[];
|
|
@@ -452,14 +405,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
452
405
|
} | {
|
|
453
406
|
output: {
|
|
454
407
|
error: {
|
|
455
|
-
code: "
|
|
408
|
+
code: "query_invalid";
|
|
456
409
|
details?: readonly Response.error.Detail[] | undefined;
|
|
457
410
|
message: string;
|
|
458
411
|
};
|
|
459
412
|
requestId: string;
|
|
460
413
|
};
|
|
461
414
|
outputFormat: "json";
|
|
462
|
-
status:
|
|
415
|
+
status: 400;
|
|
463
416
|
input: {
|
|
464
417
|
query?: {
|
|
465
418
|
recipient?: string | string[];
|
|
@@ -481,15 +434,68 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
481
434
|
};
|
|
482
435
|
} | {
|
|
483
436
|
output: {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
437
|
+
data: {
|
|
438
|
+
attribution?: string | undefined;
|
|
439
|
+
blockNumber: number;
|
|
440
|
+
destinationAmount?: {
|
|
441
|
+
baseUnits: string;
|
|
442
|
+
currency: string;
|
|
443
|
+
decimals: number;
|
|
444
|
+
formatted: string;
|
|
445
|
+
valuation?: {
|
|
446
|
+
amount: string;
|
|
447
|
+
currency: string;
|
|
448
|
+
} | null | undefined;
|
|
449
|
+
} | undefined;
|
|
450
|
+
destinationToken?: {
|
|
451
|
+
address: `0x${string}`;
|
|
452
|
+
currency: string;
|
|
453
|
+
decimals: number;
|
|
454
|
+
logoUri?: string | undefined;
|
|
455
|
+
name: string;
|
|
456
|
+
symbol: string;
|
|
457
|
+
verified?: boolean | undefined;
|
|
458
|
+
} | undefined;
|
|
459
|
+
id: string;
|
|
460
|
+
logIndex: number;
|
|
461
|
+
memo?: string | undefined;
|
|
462
|
+
recipient: `0x${string}`;
|
|
463
|
+
sender: `0x${string}`;
|
|
464
|
+
sourceAmount: {
|
|
465
|
+
baseUnits: string;
|
|
466
|
+
currency: string;
|
|
467
|
+
decimals: number;
|
|
468
|
+
formatted: string;
|
|
469
|
+
valuation?: {
|
|
470
|
+
amount: string;
|
|
471
|
+
currency: string;
|
|
472
|
+
} | null | undefined;
|
|
473
|
+
};
|
|
474
|
+
sourceToken: {
|
|
475
|
+
address: `0x${string}`;
|
|
476
|
+
currency: string;
|
|
477
|
+
decimals: number;
|
|
478
|
+
logoUri?: string | undefined;
|
|
479
|
+
name: string;
|
|
480
|
+
symbol: string;
|
|
481
|
+
verified?: boolean | undefined;
|
|
482
|
+
};
|
|
483
|
+
timestamp: string;
|
|
484
|
+
transactionHash: `0x${string}`;
|
|
485
|
+
}[];
|
|
486
|
+
meta?: {
|
|
487
|
+
valuation?: {
|
|
488
|
+
asOf: string;
|
|
489
|
+
basis: "nominal";
|
|
490
|
+
source: string;
|
|
491
|
+
} | undefined;
|
|
492
|
+
totalCount?: number | undefined;
|
|
493
|
+
totalCountCapped?: boolean | undefined;
|
|
494
|
+
} | undefined;
|
|
495
|
+
nextCursor: string | null;
|
|
490
496
|
};
|
|
491
497
|
outputFormat: "json";
|
|
492
|
-
status:
|
|
498
|
+
status: 200;
|
|
493
499
|
input: {
|
|
494
500
|
query?: {
|
|
495
501
|
recipient?: string | string[];
|
|
@@ -578,7 +584,7 @@ export declare namespace query {
|
|
|
578
584
|
};
|
|
579
585
|
}
|
|
580
586
|
/**
|
|
581
|
-
* Context-free core of {@link query}: reads token-scoped rows from
|
|
587
|
+
* Context-free core of {@link query}: reads token-scoped and global rows from
|
|
582
588
|
* `token_transfers`, otherwise the decoded `Transfer` CTE, then paginates and
|
|
583
589
|
* decodes them. Also used by the webhook poller.
|
|
584
590
|
*/
|
|
@@ -586,19 +592,29 @@ export declare function scan(deps: scan.Deps, options: scan.Options): Promise<sc
|
|
|
586
592
|
/**
|
|
587
593
|
* Collates per-side transfer streams into one ordered page window: split and
|
|
588
594
|
* sampled streams are deduped, globally ordered, and paged app-side, while a
|
|
589
|
-
* lone engine-paged stream passes through.
|
|
590
|
-
*
|
|
591
|
-
* unfit to anchor pagination or exact counts.
|
|
595
|
+
* lone engine-paged stream passes through. Ordered capped streams may carry a
|
|
596
|
+
* safe raw continuation; unordered samples cannot.
|
|
592
597
|
*/
|
|
593
598
|
export declare function collate(fetched: readonly collate.Stream[], options: collate.Options): collate.Result;
|
|
594
599
|
export declare namespace collate {
|
|
595
600
|
/** One fetched transfer stream. */
|
|
596
601
|
type Stream = {
|
|
602
|
+
/** Whether upstream bounds truncated this stream. */
|
|
603
|
+
capped: boolean;
|
|
597
604
|
/** Raw TIDX rows. */
|
|
598
605
|
rows: readonly Record<string, unknown>[];
|
|
606
|
+
/** Ordered raw position and unmatched positional offset after a bounded scan. */
|
|
607
|
+
resume?: Resume | undefined;
|
|
599
608
|
/** Whether the rows are an unordered, unpaged capped fallback sample. */
|
|
600
609
|
sample: boolean;
|
|
601
610
|
};
|
|
611
|
+
/** Progress retained after a bounded ordered scan. */
|
|
612
|
+
type Resume = {
|
|
613
|
+
/** Filtered rows that a positional continuation still needs to skip. */
|
|
614
|
+
offset: number;
|
|
615
|
+
/** Last ordered position safely inspected by the bounded scan. */
|
|
616
|
+
position: readonly [blockNumber: number, logIndex: number];
|
|
617
|
+
};
|
|
602
618
|
/** The page window applied to the merged stream. */
|
|
603
619
|
type Options = {
|
|
604
620
|
/** Maximum merged rows to return. */
|
|
@@ -610,10 +626,12 @@ export declare namespace collate {
|
|
|
610
626
|
};
|
|
611
627
|
/** The collated page window. */
|
|
612
628
|
type Result = {
|
|
613
|
-
/** Whether
|
|
629
|
+
/** Whether an upstream work bound truncated any stream. */
|
|
614
630
|
capped: boolean;
|
|
615
631
|
/** The ordered page window rows. */
|
|
616
632
|
rows: readonly Record<string, unknown>[];
|
|
633
|
+
/** Ordered continuation state, absent for unordered capped samples. */
|
|
634
|
+
resume?: Resume | undefined;
|
|
617
635
|
};
|
|
618
636
|
}
|
|
619
637
|
export declare namespace scan {
|
|
@@ -633,12 +651,14 @@ export declare namespace scan {
|
|
|
633
651
|
};
|
|
634
652
|
/** A page of scanned `Transfer` rows. */
|
|
635
653
|
type Page = {
|
|
636
|
-
/** Whether
|
|
654
|
+
/** Whether an upstream work bound truncated the page. */
|
|
637
655
|
capped: boolean;
|
|
638
656
|
hasMore: boolean;
|
|
639
657
|
items: readonly Item[];
|
|
640
658
|
limit: number;
|
|
641
659
|
nextCursor: string | null;
|
|
660
|
+
/** Last ordered position safely inspected, when a capped scan can resume. */
|
|
661
|
+
resumeCursor?: readonly [blockNumber: number, logIndex: number] | undefined;
|
|
642
662
|
};
|
|
643
663
|
}
|
|
644
664
|
/**
|
|
@@ -694,6 +714,8 @@ export declare namespace foldCount {
|
|
|
694
714
|
type Options = {
|
|
695
715
|
/** Whether the rows include a cap-truncated fallback sample. */
|
|
696
716
|
capped: boolean;
|
|
717
|
+
/** Complete transaction legs used to classify the filtered rows. */
|
|
718
|
+
classificationRows?: readonly Record<string, unknown>[] | undefined;
|
|
697
719
|
};
|
|
698
720
|
}
|
|
699
721
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transfers.d.ts","sourceRoot":"","sources":["../../../../src/apps/data/routes/transfers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,OAAO,EAAE,MAAM,MAAM,CAAA;AACzC,OAAO,EAAW,GAAG,EAAE,MAAM,IAAI,CAAA;AAEjC,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B,OAAO,KAAK,KAAK,GAAG,MAAM,iBAAiB,CAAA;AAM3C,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAA;AACzD,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAA;AAErD,OAAO,KAAK,IAAI,MAAM,2BAA2B,CAAA;AAOjD,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAK3C,eAAO,MAAM,SAAS,4EAA4E,CAAA;
|
|
1
|
+
{"version":3,"file":"transfers.d.ts","sourceRoot":"","sources":["../../../../src/apps/data/routes/transfers.ts"],"names":[],"mappings":"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"}
|