tapimo 0.11.0 → 0.13.0
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/App.d.ts +6396 -4575
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +39 -4
- package/dist/App.js.map +1 -1
- package/dist/Assets.d.ts +15 -0
- package/dist/Assets.d.ts.map +1 -1
- package/dist/Assets.js +7 -0
- package/dist/Assets.js.map +1 -1
- package/dist/Scope.d.ts +2 -0
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +17 -0
- package/dist/Scope.js.map +1 -1
- package/dist/admin/App.d.ts +176 -78
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +84 -4
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +54 -0
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/earn-vaults.d.ts +123 -9
- package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.js +60 -7
- package/dist/admin/apps/earn-vaults.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +4 -2
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +90 -90
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +71 -71
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/Zones.d.ts +16 -16
- package/dist/apps/Zones.js +4 -4
- package/dist/apps/data/App.d.ts +1699 -749
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +58 -9
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/ZoneSelection.d.ts +62 -0
- package/dist/apps/data/ZoneSelection.d.ts.map +1 -0
- package/dist/apps/data/ZoneSelection.js +44 -0
- package/dist/apps/data/ZoneSelection.js.map +1 -0
- package/dist/apps/data/routes/activities.d.ts +2417 -50
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +1896 -1293
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +471 -340
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +12 -12
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +44 -17
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +42 -42
- package/dist/apps/data/routes/blocks.d.ts.map +1 -1
- package/dist/apps/data/routes/blocks.js +22 -12
- package/dist/apps/data/routes/blocks.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +179 -179
- package/dist/apps/data/routes/earn.d.ts +144 -19
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +160 -28
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +719 -13
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +16 -13
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +2 -2
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +9 -11
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- package/dist/apps/data/routes/indexer.d.ts +34 -34
- package/dist/apps/data/routes/receipts.d.ts +363 -263
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +29 -11
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.js +24 -10
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +13 -13
- package/dist/apps/data/routes/tokenlist.d.ts.map +1 -1
- package/dist/apps/data/routes/tokenlist.js +16 -15
- package/dist/apps/data/routes/tokenlist.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +112 -98
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +85 -35
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +7 -2
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +38 -18
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +1 -1
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +25 -21
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +1 -1
- package/dist/apps/data/routes/valuation.d.ts.map +1 -1
- package/dist/apps/data/routes/valuation.js +12 -7
- package/dist/apps/data/routes/valuation.js.map +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +3 -3
- package/dist/apps/data/routes/webhooks.d.ts +15 -15
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +2 -2
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +32 -32
- package/dist/apps/data/routes/zones.js +1 -1
- package/dist/apps/funding/App.d.ts +38 -27
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/routes/chains.d.ts.map +1 -1
- package/dist/apps/funding/routes/chains.js +5 -4
- package/dist/apps/funding/routes/chains.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +16 -16
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +24 -19
- 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/providers.d.ts.map +1 -1
- package/dist/apps/funding/routes/providers.js +3 -2
- package/dist/apps/funding/routes/providers.js.map +1 -1
- package/dist/apps/funding/routes/quotes.d.ts.map +1 -1
- package/dist/apps/funding/routes/quotes.js +2 -2
- package/dist/apps/funding/routes/quotes.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +60 -48
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
- package/dist/apps/funding/routes/transfers.js +27 -19
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +4558 -3700
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +19 -6
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +786 -175
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +312 -34
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +103 -30
- package/dist/apps/management/routes/billing.d.ts.map +1 -1
- package/dist/apps/management/routes/billing.js +91 -32
- 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.d.ts.map +1 -1
- package/dist/apps/management/routes/faucet.js +23 -12
- package/dist/apps/management/routes/faucet.js.map +1 -1
- package/dist/apps/management/routes/invitations.d.ts +46 -13
- package/dist/apps/management/routes/invitations.d.ts.map +1 -1
- package/dist/apps/management/routes/invitations.js +79 -29
- package/dist/apps/management/routes/invitations.js.map +1 -1
- package/dist/apps/management/routes/invite-links.d.ts +120 -75
- package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
- package/dist/apps/management/routes/invite-links.js +100 -41
- package/dist/apps/management/routes/invite-links.js.map +1 -1
- package/dist/apps/management/routes/me.d.ts +5 -5
- package/dist/apps/management/routes/me.d.ts.map +1 -1
- package/dist/apps/management/routes/me.js +14 -10
- package/dist/apps/management/routes/me.js.map +1 -1
- package/dist/apps/management/routes/members.d.ts +99 -78
- package/dist/apps/management/routes/members.d.ts.map +1 -1
- package/dist/apps/management/routes/members.js +37 -18
- package/dist/apps/management/routes/members.js.map +1 -1
- package/dist/apps/management/routes/orgs.d.ts +48 -8
- package/dist/apps/management/routes/orgs.d.ts.map +1 -1
- package/dist/apps/management/routes/orgs.js +48 -19
- package/dist/apps/management/routes/orgs.js.map +1 -1
- package/dist/apps/management/routes/projects.d.ts +108 -46
- package/dist/apps/management/routes/projects.d.ts.map +1 -1
- package/dist/apps/management/routes/projects.js +72 -21
- package/dist/apps/management/routes/projects.js.map +1 -1
- package/dist/apps/management/routes/scopes.d.ts.map +1 -1
- package/dist/apps/management/routes/scopes.js +8 -5
- package/dist/apps/management/routes/scopes.js.map +1 -1
- package/dist/apps/management/routes/usage.d.ts +82 -82
- package/dist/apps/management/routes/usage.d.ts.map +1 -1
- package/dist/apps/management/routes/usage.js +41 -31
- package/dist/apps/management/routes/usage.js.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.d.ts +35 -7
- package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.js +36 -17
- package/dist/apps/management/routes/verified-token-requests.js.map +1 -1
- package/dist/apps/management/routes/webhooks.d.ts +200 -183
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +80 -35
- package/dist/apps/management/routes/webhooks.js.map +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
- package/dist/apps/mpp/internal/Adapter.js +12 -0
- package/dist/apps/mpp/internal/Adapter.js.map +1 -1
- package/dist/db/Db.d.ts +2 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +52 -1
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +26 -3
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +24 -5
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/earnVaults.d.ts +5 -1
- package/dist/db/tables/earnVaults.d.ts.map +1 -1
- package/dist/db/tables/earnVaults.js +5 -0
- package/dist/db/tables/earnVaults.js.map +1 -1
- package/dist/db/tables/fundingCatalog.d.ts +4 -2
- package/dist/db/tables/fundingCatalog.d.ts.map +1 -1
- package/dist/db/tables/fundingCatalog.js +5 -1
- package/dist/db/tables/fundingCatalog.js.map +1 -1
- package/dist/db/tables/webhookDeliveries.d.ts.map +1 -1
- package/dist/db/tables/webhookDeliveries.js +10 -0
- package/dist/db/tables/webhookDeliveries.js.map +1 -1
- package/dist/db/tables/webhookQueueCompletions.d.ts +15 -0
- package/dist/db/tables/webhookQueueCompletions.d.ts.map +1 -0
- package/dist/db/tables/webhookQueueCompletions.js +32 -0
- package/dist/db/tables/webhookQueueCompletions.js.map +1 -0
- package/dist/db/tables/webhookQueueEvents.d.ts +14 -20
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -1
- package/dist/db/tables/webhookQueueEvents.js +68 -47
- package/dist/db/tables/webhookQueueEvents.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +16 -5
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +29 -5
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/handlers/internal/utils.d.ts.map +1 -1
- package/dist/handlers/internal/utils.js +9 -0
- package/dist/handlers/internal/utils.js.map +1 -1
- package/dist/internal/Auth.d.ts +11 -2
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +19 -6
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.d.ts.map +1 -1
- package/dist/internal/Cache.js +11 -7
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EarnVaults.d.ts +43 -4
- package/dist/internal/EarnVaults.d.ts.map +1 -1
- package/dist/internal/EarnVaults.js +167 -0
- package/dist/internal/EarnVaults.js.map +1 -1
- package/dist/internal/Fetch.d.ts +23 -0
- package/dist/internal/Fetch.d.ts.map +1 -0
- package/dist/internal/Fetch.js +26 -0
- package/dist/internal/Fetch.js.map +1 -0
- package/dist/internal/Log.d.ts +3 -1
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +16 -3
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +30 -24
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +140 -41
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Response.d.ts +14 -9
- package/dist/internal/Response.d.ts.map +1 -1
- package/dist/internal/Response.js +16 -5
- package/dist/internal/Response.js.map +1 -1
- package/dist/internal/Schema.d.ts +11 -10
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +14 -9
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Store.d.ts +28 -6
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +121 -25
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts +2 -0
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +23 -6
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Timeout.d.ts +36 -0
- package/dist/internal/Timeout.d.ts.map +1 -0
- package/dist/internal/Timeout.js +37 -0
- package/dist/internal/Timeout.js.map +1 -0
- package/dist/internal/Timing.d.ts +9 -0
- package/dist/internal/Timing.d.ts.map +1 -1
- package/dist/internal/Timing.js +7 -0
- package/dist/internal/Timing.js.map +1 -1
- package/dist/internal/WebhookDestination.d.ts.map +1 -1
- package/dist/internal/WebhookDestination.js +3 -0
- package/dist/internal/WebhookDestination.js.map +1 -1
- package/dist/internal/Webhooks.d.ts +29 -12
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +37 -20
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/Action.d.ts +9 -0
- package/dist/internal/funding/Action.d.ts.map +1 -1
- package/dist/internal/funding/Action.js +16 -8
- package/dist/internal/funding/Action.js.map +1 -1
- package/dist/internal/funding/Catalog.d.ts +9 -2
- package/dist/internal/funding/Catalog.d.ts.map +1 -1
- package/dist/internal/funding/Catalog.js +19 -8
- package/dist/internal/funding/Catalog.js.map +1 -1
- package/dist/internal/funding/Deposit.d.ts +2 -2
- package/dist/internal/funding/Deposit.d.ts.map +1 -1
- package/dist/internal/funding/Deposit.js +9 -8
- package/dist/internal/funding/Deposit.js.map +1 -1
- package/dist/internal/funding/DepositAddress.d.ts +4 -4
- package/dist/internal/funding/DepositAddress.d.ts.map +1 -1
- package/dist/internal/funding/DepositAddress.js +9 -8
- package/dist/internal/funding/DepositAddress.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +68 -13
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +42 -20
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Transfer.d.ts +13 -12
- package/dist/internal/funding/Transfer.d.ts.map +1 -1
- package/dist/internal/funding/Transfer.js +23 -21
- package/dist/internal/funding/Transfer.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +38 -0
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -0
- package/dist/internal/funding/providers/stargate.js +277 -0
- package/dist/internal/funding/providers/stargate.js.map +1 -0
- package/dist/internal/index.d.ts +1 -0
- package/dist/internal/index.d.ts.map +1 -1
- package/dist/internal/index.js +1 -0
- package/dist/internal/index.js.map +1 -1
- package/dist/providers/index.d.ts +7 -0
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/providers/index.js +3 -0
- package/dist/providers/index.js.map +1 -1
- package/package.json +3 -3
- package/src/App.test.ts +148 -0
- package/src/App.ts +45 -4
- package/src/Assets.test.ts +18 -0
- package/src/Assets.ts +22 -0
- package/src/Client.test-d.ts +311 -16
- package/src/Scope.test.ts +20 -0
- package/src/Scope.ts +16 -0
- package/src/admin/apps/api-keys.test.ts +75 -0
- package/src/admin/apps/api-keys.ts +64 -0
- package/src/admin/apps/earn-vaults.test.ts +143 -0
- package/src/admin/apps/earn-vaults.ts +84 -7
- package/src/admin/apps/organizations.ts +6 -2
- package/src/admin/ui/src/lib/api-keys.ts +19 -0
- package/src/admin/ui/src/routes/api-keys.tsx +125 -2
- package/src/admin/ui.generated.ts +71 -71
- package/src/apps/Zones.test.ts +4 -4
- package/src/apps/Zones.ts +4 -4
- package/src/apps/composition.test.ts +1 -1
- package/src/apps/data/App.test.ts +72 -0
- package/src/apps/data/App.ts +58 -10
- package/src/apps/data/ZoneSelection.test.ts +196 -0
- package/src/apps/data/ZoneSelection.ts +108 -0
- package/src/apps/data/routes/activities.test.ts +1843 -2
- package/src/apps/data/routes/activities.ts +2211 -1388
- package/src/apps/data/routes/balances.ts +134 -98
- package/src/apps/data/routes/blocks.test.ts +533 -0
- package/src/apps/data/routes/blocks.ts +36 -17
- package/src/apps/data/routes/earn.test.ts +187 -25
- package/src/apps/data/routes/earn.ts +228 -32
- package/src/apps/data/routes/earn.zone-access.test.ts +46 -0
- package/src/apps/data/routes/exchanges.test.ts +31 -1
- package/src/apps/data/routes/exchanges.ts +19 -15
- package/src/apps/data/routes/fee-amm.ts +18 -11
- package/src/apps/data/routes/receipts.ts +48 -17
- package/src/apps/data/routes/rpc.test.ts +75 -0
- package/src/apps/data/routes/rpc.ts +23 -9
- package/src/apps/data/routes/tokenlist.ts +21 -18
- package/src/apps/data/routes/tokens.test.ts +607 -0
- package/src/apps/data/routes/tokens.ts +312 -231
- package/src/apps/data/routes/transactions.ts +69 -30
- package/src/apps/data/routes/transfers.test.ts +424 -3
- package/src/apps/data/routes/transfers.ts +57 -36
- package/src/apps/data/routes/valuation.ts +94 -78
- package/src/apps/data/routes/webhooks.ts +6 -2
- package/src/apps/data/routes/zones.test.ts +21 -15
- package/src/apps/data/routes/zones.ts +1 -1
- package/src/apps/funding/routes/chains.test.ts +211 -7
- package/src/apps/funding/routes/chains.ts +19 -12
- package/src/apps/funding/routes/deposit-addresses.test.ts +416 -0
- package/src/apps/funding/routes/deposit-addresses.ts +101 -84
- package/src/apps/funding/routes/providers.ts +9 -5
- package/src/apps/funding/routes/quotes.test.ts +42 -0
- package/src/apps/funding/routes/quotes.ts +8 -5
- package/src/apps/funding/routes/transfers.test.ts +430 -40
- package/src/apps/funding/routes/transfers.ts +76 -59
- package/src/apps/management/Billing.test.ts +26 -0
- package/src/apps/management/Billing.ts +24 -7
- package/src/apps/management/routes/api-keys.test.ts +398 -0
- package/src/apps/management/routes/api-keys.ts +481 -145
- package/src/apps/management/routes/billing.test.ts +209 -0
- package/src/apps/management/routes/billing.ts +254 -177
- package/src/apps/management/routes/faucet.test.ts +39 -0
- package/src/apps/management/routes/faucet.ts +75 -41
- package/src/apps/management/routes/invitations.test.ts +216 -0
- package/src/apps/management/routes/invitations.ts +186 -109
- package/src/apps/management/routes/invite-links.test.ts +263 -1
- package/src/apps/management/routes/invite-links.ts +295 -214
- package/src/apps/management/routes/me.test.ts +49 -0
- package/src/apps/management/routes/me.ts +42 -32
- package/src/apps/management/routes/members.test.ts +124 -1
- package/src/apps/management/routes/members.ts +81 -51
- package/src/apps/management/routes/orgs.test.ts +176 -0
- package/src/apps/management/routes/orgs.ts +101 -59
- package/src/apps/management/routes/projects.test.ts +183 -0
- package/src/apps/management/routes/projects.ts +124 -60
- package/src/apps/management/routes/scopes.test.ts +44 -0
- package/src/apps/management/routes/scopes.ts +37 -28
- package/src/apps/management/routes/usage.test.ts +92 -0
- package/src/apps/management/routes/usage.ts +186 -151
- package/src/apps/management/routes/verified-token-requests.test.ts +114 -0
- package/src/apps/management/routes/verified-token-requests.ts +166 -133
- package/src/apps/management/routes/webhooks.test.ts +234 -0
- package/src/apps/management/routes/webhooks.ts +191 -78
- package/src/apps/mpp/internal/Adapter.ts +13 -1
- package/src/db/Db.test.ts +41 -0
- package/src/db/Db.ts +75 -1
- package/src/db/Schema.ts +33 -5
- package/src/db/tables/earnVaults.test.ts +22 -0
- package/src/db/tables/earnVaults.ts +11 -1
- package/src/db/tables/fundingCatalog.test.ts +16 -2
- package/src/db/tables/fundingCatalog.ts +9 -3
- package/src/db/tables/webhookDeliveries.ts +13 -0
- package/src/db/tables/webhookQueueCompletions.ts +55 -0
- package/src/db/tables/webhookQueueEvents.ts +95 -61
- package/src/db/tables/webhookSubscriptions.ts +45 -6
- package/src/handlers/internal/utils.test.ts +53 -0
- package/src/handlers/internal/utils.ts +15 -0
- package/src/internal/Auth.ts +35 -9
- package/src/internal/Cache.ts +14 -7
- package/src/internal/EarnVaults.capabilities.test.ts +33 -0
- package/src/internal/EarnVaults.test.ts +79 -0
- package/src/internal/EarnVaults.ts +277 -0
- package/src/internal/Fetch.test.ts +46 -0
- package/src/internal/Fetch.ts +56 -0
- package/src/internal/Log.test.ts +21 -0
- package/src/internal/Log.ts +20 -5
- package/src/internal/OpenApi.ts +177 -51
- package/src/internal/Response.test.ts +95 -0
- package/src/internal/Response.ts +41 -3
- package/src/internal/Schema.test.ts +18 -0
- package/src/internal/Schema.ts +19 -9
- package/src/internal/Store.test.ts +364 -0
- package/src/internal/Store.ts +153 -27
- package/src/internal/Tidx.test.ts +21 -1
- package/src/internal/Tidx.ts +23 -6
- package/src/internal/Timeout.test.ts +35 -0
- package/src/internal/Timeout.ts +73 -0
- package/src/internal/Timing.ts +16 -0
- package/src/internal/WebhookDestination.ts +3 -0
- package/src/internal/Webhooks.test.ts +122 -8
- package/src/internal/Webhooks.ts +59 -29
- package/src/internal/funding/Action.test.ts +41 -1
- package/src/internal/funding/Action.ts +69 -41
- package/src/internal/funding/Catalog.test.ts +34 -0
- package/src/internal/funding/Catalog.ts +28 -11
- package/src/internal/funding/Deposit.ts +71 -64
- package/src/internal/funding/DepositAddress.ts +50 -43
- package/src/internal/funding/Provider.test.ts +73 -0
- package/src/internal/funding/Provider.ts +246 -170
- package/src/internal/funding/Transfer.ts +133 -110
- package/src/internal/funding/providers/index.test.ts +22 -0
- package/src/internal/funding/providers/relay.test.ts +2 -2
- package/src/internal/funding/providers/stargate.test.ts +163 -0
- package/src/internal/funding/providers/stargate.ts +409 -0
- package/src/internal/index.test.ts +1 -0
- package/src/internal/index.ts +1 -0
- package/src/providers/index.test.ts +1 -0
- package/src/providers/index.ts +9 -0
|
@@ -214,6 +214,106 @@ export declare namespace schema {
|
|
|
214
214
|
unknown: "unknown";
|
|
215
215
|
}>>;
|
|
216
216
|
}, z.core.$strip>;
|
|
217
|
+
/** Humanized transaction receipt shared by detail, list, and transaction includes. */
|
|
218
|
+
const TransactionReceipt: z.ZodMiniObject<{
|
|
219
|
+
blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
220
|
+
blockNumber: z.ZodMiniNumber<number>;
|
|
221
|
+
contractAddress: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
222
|
+
cumulativeGasUsed: z.ZodMiniNumber<number>;
|
|
223
|
+
effectiveGasPrice: z.ZodMiniString<string>;
|
|
224
|
+
feeAmount: z.ZodMiniObject<{
|
|
225
|
+
baseUnits: z.ZodMiniString<string>;
|
|
226
|
+
currency: z.ZodMiniString<string>;
|
|
227
|
+
decimals: z.ZodMiniNumber<number>;
|
|
228
|
+
formatted: z.ZodMiniString<string>;
|
|
229
|
+
valuation: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniObject<{
|
|
230
|
+
amount: z.ZodMiniString<string>;
|
|
231
|
+
currency: z.ZodMiniString<string>;
|
|
232
|
+
}, z.core.$strip>>>;
|
|
233
|
+
}, z.core.$strip>;
|
|
234
|
+
feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
235
|
+
feeToken: z.ZodMiniOptional<z.ZodMiniLazy<z.ZodMiniObject<{
|
|
236
|
+
address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
237
|
+
currency: z.ZodMiniString<string>;
|
|
238
|
+
decimals: z.ZodMiniNumber<number>;
|
|
239
|
+
logoUri: z.ZodMiniOptional<z.ZodMiniOptional<z.ZodMiniString<string>>>;
|
|
240
|
+
name: z.ZodMiniString<string>;
|
|
241
|
+
symbol: z.ZodMiniString<string>;
|
|
242
|
+
verified: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
|
|
243
|
+
}, z.core.$strip>>>;
|
|
244
|
+
gasUsed: z.ZodMiniNumber<number>;
|
|
245
|
+
id: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
246
|
+
logs: z.ZodMiniArray<z.ZodMiniObject<{
|
|
247
|
+
address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
248
|
+
blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
249
|
+
blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
250
|
+
blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
|
|
251
|
+
data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
|
|
252
|
+
logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
253
|
+
removed: z.ZodMiniBoolean<boolean>;
|
|
254
|
+
topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
255
|
+
transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
256
|
+
transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
257
|
+
}, z.core.$loose>>;
|
|
258
|
+
meta: z.ZodMiniObject<{
|
|
259
|
+
valuation: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
260
|
+
asOf: z.ZodMiniISODateTime;
|
|
261
|
+
basis: z.ZodMiniLiteral<"nominal">;
|
|
262
|
+
source: z.ZodMiniString<string>;
|
|
263
|
+
}, z.core.$strip>>;
|
|
264
|
+
rpc: z.ZodMiniObject<{
|
|
265
|
+
blobGasPrice: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
266
|
+
blobGasUsed: z.ZodMiniOptional<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
267
|
+
blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
268
|
+
blockNumber: z.ZodMiniTemplateLiteral<`0x${string}`>;
|
|
269
|
+
blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
|
|
270
|
+
contractAddress: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
|
|
271
|
+
cumulativeGasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
|
|
272
|
+
effectiveGasPrice: z.ZodMiniTemplateLiteral<`0x${string}`>;
|
|
273
|
+
feePayer: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
|
|
274
|
+
feeToken: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>>;
|
|
275
|
+
from: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
276
|
+
gasUsed: z.ZodMiniTemplateLiteral<`0x${string}`>;
|
|
277
|
+
logs: z.ZodMiniArray<z.ZodMiniObject<{
|
|
278
|
+
address: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
279
|
+
blockHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
280
|
+
blockNumber: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
281
|
+
blockTimestamp: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>>;
|
|
282
|
+
data: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
|
|
283
|
+
logIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
284
|
+
removed: z.ZodMiniBoolean<boolean>;
|
|
285
|
+
topics: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
286
|
+
transactionHash: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
287
|
+
transactionIndex: z.ZodMiniNullable<z.ZodMiniTemplateLiteral<`0x${string}`>>;
|
|
288
|
+
}, z.core.$loose>>;
|
|
289
|
+
logsBloom: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
|
|
290
|
+
root: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>>;
|
|
291
|
+
status: z.ZodMiniTemplateLiteral<`0x${string}`>;
|
|
292
|
+
to: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
293
|
+
transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
294
|
+
transactionIndex: z.ZodMiniTemplateLiteral<`0x${string}`>;
|
|
295
|
+
type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<`0x${string}`, string>>;
|
|
296
|
+
}, z.core.$loose>;
|
|
297
|
+
}, z.core.$strip>;
|
|
298
|
+
recipient: z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
299
|
+
sender: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
300
|
+
status: z.ZodMiniEnum<{
|
|
301
|
+
reverted: "reverted";
|
|
302
|
+
success: "success";
|
|
303
|
+
}>;
|
|
304
|
+
timestamp: z.ZodMiniNullable<z.ZodMiniISODateTime>;
|
|
305
|
+
transactionHash: z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>;
|
|
306
|
+
transactionIndex: z.ZodMiniNumber<number>;
|
|
307
|
+
type: z.ZodMiniLazy<z.ZodMiniEnum<{
|
|
308
|
+
eip1559: "eip1559";
|
|
309
|
+
eip2930: "eip2930";
|
|
310
|
+
eip4844: "eip4844";
|
|
311
|
+
eip7702: "eip7702";
|
|
312
|
+
legacy: "legacy";
|
|
313
|
+
tempo: "tempo";
|
|
314
|
+
unknown: "unknown";
|
|
315
|
+
}>>;
|
|
316
|
+
}, z.core.$strip>;
|
|
217
317
|
/** Schemas for the getReceipt operation. */
|
|
218
318
|
namespace getReceipt {
|
|
219
319
|
/** Path parameters for receipt requests. */
|
|
@@ -238,7 +338,7 @@ export declare namespace schema {
|
|
|
238
338
|
chainId: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniEnum<{
|
|
239
339
|
mainnet: "mainnet";
|
|
240
340
|
testnet: "testnet";
|
|
241
|
-
}>, z.ZodMiniTransform<4217 | 42431, "mainnet" | "testnet">>, z.ZodMiniNumber<unknown
|
|
341
|
+
}>, z.ZodMiniTransform<4217 | 42431, "mainnet" | "testnet">>, z.ZodMiniPipe<z.ZodMiniNumber<unknown>, z.ZodMiniTransform<number, number>>]>, z.ZodMiniNumber<number>>>;
|
|
242
342
|
include: z.ZodMiniPipe<z.ZodMiniPipe<z.ZodMiniOptional<z.ZodMiniUnknown>, z.ZodMiniTransform<string[], unknown>>, z.ZodMiniArray<z.ZodMiniEnum<{
|
|
243
343
|
"feeToken.logoUri": "feeToken.logoUri";
|
|
244
344
|
"feeToken.verified": "feeToken.verified";
|
|
@@ -368,7 +468,7 @@ export declare namespace schema {
|
|
|
368
468
|
chainId: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniEnum<{
|
|
369
469
|
mainnet: "mainnet";
|
|
370
470
|
testnet: "testnet";
|
|
371
|
-
}>, z.ZodMiniTransform<4217 | 42431, "mainnet" | "testnet">>, z.ZodMiniNumber<unknown
|
|
471
|
+
}>, z.ZodMiniTransform<4217 | 42431, "mainnet" | "testnet">>, z.ZodMiniPipe<z.ZodMiniNumber<unknown>, z.ZodMiniTransform<number, number>>]>, z.ZodMiniNumber<number>>>;
|
|
372
472
|
cursor: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
373
473
|
feePayer: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
374
474
|
feeToken: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniTransform<`0x${string}`, `0x${string}`>>>;
|
|
@@ -527,111 +627,9 @@ export declare namespace schema {
|
|
|
527
627
|
export declare function receipts(options?: receipts.Options): import("hono/hono-base").HonoBase<App.Environment, {
|
|
528
628
|
"/v1/transactions/receipts": {
|
|
529
629
|
$get: {
|
|
530
|
-
output:
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
blockNumber: number;
|
|
534
|
-
contractAddress: `0x${string}` | null;
|
|
535
|
-
cumulativeGasUsed: number;
|
|
536
|
-
effectiveGasPrice: string;
|
|
537
|
-
feeAmount: {
|
|
538
|
-
baseUnits: string;
|
|
539
|
-
currency: string;
|
|
540
|
-
decimals: number;
|
|
541
|
-
formatted: string;
|
|
542
|
-
valuation?: {
|
|
543
|
-
amount: string;
|
|
544
|
-
currency: string;
|
|
545
|
-
} | null | undefined;
|
|
546
|
-
};
|
|
547
|
-
feePayer?: `0x${string}` | undefined;
|
|
548
|
-
feeToken?: {
|
|
549
|
-
address: `0x${string}`;
|
|
550
|
-
currency: string;
|
|
551
|
-
decimals: number;
|
|
552
|
-
logoUri?: string | undefined;
|
|
553
|
-
name: string;
|
|
554
|
-
symbol: string;
|
|
555
|
-
verified?: boolean | undefined;
|
|
556
|
-
} | undefined;
|
|
557
|
-
gasUsed: number;
|
|
558
|
-
id: `0x${string}`;
|
|
559
|
-
logs: {
|
|
560
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
561
|
-
address: `0x${string}`;
|
|
562
|
-
blockHash: `0x${string}` | null;
|
|
563
|
-
blockNumber: `0x${string}` | null;
|
|
564
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
565
|
-
data: `0x${string}`;
|
|
566
|
-
logIndex: `0x${string}` | null;
|
|
567
|
-
removed: boolean;
|
|
568
|
-
topics: `0x${string}`[];
|
|
569
|
-
transactionHash: `0x${string}` | null;
|
|
570
|
-
transactionIndex: `0x${string}` | null;
|
|
571
|
-
}[];
|
|
572
|
-
meta: {
|
|
573
|
-
valuation?: {
|
|
574
|
-
asOf: string;
|
|
575
|
-
basis: "nominal";
|
|
576
|
-
source: string;
|
|
577
|
-
} | undefined;
|
|
578
|
-
rpc: {
|
|
579
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
580
|
-
blobGasPrice?: `0x${string}` | undefined;
|
|
581
|
-
blobGasUsed?: `0x${string}` | undefined;
|
|
582
|
-
blockHash: `0x${string}` | null;
|
|
583
|
-
blockNumber: `0x${string}`;
|
|
584
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
585
|
-
contractAddress?: `0x${string}` | null | undefined;
|
|
586
|
-
cumulativeGasUsed: `0x${string}`;
|
|
587
|
-
effectiveGasPrice: `0x${string}`;
|
|
588
|
-
feePayer?: `0x${string}` | null | undefined;
|
|
589
|
-
feeToken?: `0x${string}` | null | undefined;
|
|
590
|
-
from: `0x${string}`;
|
|
591
|
-
gasUsed: `0x${string}`;
|
|
592
|
-
logs: {
|
|
593
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
594
|
-
address: `0x${string}`;
|
|
595
|
-
blockHash: `0x${string}` | null;
|
|
596
|
-
blockNumber: `0x${string}` | null;
|
|
597
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
598
|
-
data: `0x${string}`;
|
|
599
|
-
logIndex: `0x${string}` | null;
|
|
600
|
-
removed: boolean;
|
|
601
|
-
topics: `0x${string}`[];
|
|
602
|
-
transactionHash: `0x${string}` | null;
|
|
603
|
-
transactionIndex: `0x${string}` | null;
|
|
604
|
-
}[];
|
|
605
|
-
logsBloom?: `0x${string}` | undefined;
|
|
606
|
-
root?: `0x${string}` | undefined;
|
|
607
|
-
status: `0x${string}`;
|
|
608
|
-
to: `0x${string}` | null;
|
|
609
|
-
transactionHash: `0x${string}`;
|
|
610
|
-
transactionIndex: `0x${string}`;
|
|
611
|
-
type: `0x${string}`;
|
|
612
|
-
};
|
|
613
|
-
};
|
|
614
|
-
recipient: `0x${string}` | null;
|
|
615
|
-
sender: `0x${string}`;
|
|
616
|
-
status: "reverted" | "success";
|
|
617
|
-
timestamp: string | null;
|
|
618
|
-
transactionHash: `0x${string}`;
|
|
619
|
-
transactionIndex: number;
|
|
620
|
-
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
621
|
-
}[];
|
|
622
|
-
meta?: {
|
|
623
|
-
valuation?: {
|
|
624
|
-
asOf: string;
|
|
625
|
-
basis: "nominal";
|
|
626
|
-
source: string;
|
|
627
|
-
} | undefined;
|
|
628
|
-
totalCount?: number | undefined;
|
|
629
|
-
totalCountCapped?: boolean | undefined;
|
|
630
|
-
} | undefined;
|
|
631
|
-
nextCursor: string | null;
|
|
632
|
-
};
|
|
633
|
-
outputFormat: "json";
|
|
634
|
-
status: 200;
|
|
630
|
+
output: null;
|
|
631
|
+
outputFormat: "body";
|
|
632
|
+
status: 402;
|
|
635
633
|
input: {
|
|
636
634
|
query?: {
|
|
637
635
|
address?: string | string[];
|
|
@@ -688,14 +686,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
688
686
|
} | {
|
|
689
687
|
output: {
|
|
690
688
|
error: {
|
|
691
|
-
code: "
|
|
689
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
692
690
|
details?: readonly Response.error.Detail[] | undefined;
|
|
693
691
|
message: string;
|
|
694
692
|
};
|
|
695
693
|
requestId: string;
|
|
696
694
|
};
|
|
697
695
|
outputFormat: "json";
|
|
698
|
-
status:
|
|
696
|
+
status: 401;
|
|
699
697
|
input: {
|
|
700
698
|
query?: {
|
|
701
699
|
address?: string | string[];
|
|
@@ -720,39 +718,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
720
718
|
} | {
|
|
721
719
|
output: {
|
|
722
720
|
error: {
|
|
723
|
-
code: "
|
|
721
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
724
722
|
details?: readonly Response.error.Detail[] | undefined;
|
|
725
723
|
message: string;
|
|
726
724
|
};
|
|
727
725
|
requestId: string;
|
|
728
726
|
};
|
|
729
727
|
outputFormat: "json";
|
|
730
|
-
status:
|
|
731
|
-
input: {
|
|
732
|
-
query?: {
|
|
733
|
-
address?: string | string[];
|
|
734
|
-
'blockNumber.from'?: string | string[];
|
|
735
|
-
'blockNumber.to'?: string | string[];
|
|
736
|
-
chainId?: string | string[];
|
|
737
|
-
cursor?: string | string[];
|
|
738
|
-
feePayer?: string | string[];
|
|
739
|
-
feeToken?: string | string[];
|
|
740
|
-
include?: string | string[];
|
|
741
|
-
limit?: string | string[];
|
|
742
|
-
order?: string | string[];
|
|
743
|
-
page?: string | string[];
|
|
744
|
-
recipient?: string | string[];
|
|
745
|
-
sender?: string | string[];
|
|
746
|
-
status?: string | string[];
|
|
747
|
-
'timestamp.from'?: string | string[];
|
|
748
|
-
'timestamp.to'?: string | string[];
|
|
749
|
-
'valuation.currency'?: string | string[];
|
|
750
|
-
} | undefined;
|
|
751
|
-
};
|
|
752
|
-
} | {
|
|
753
|
-
output: null;
|
|
754
|
-
outputFormat: "body";
|
|
755
|
-
status: 402;
|
|
728
|
+
status: 403;
|
|
756
729
|
input: {
|
|
757
730
|
query?: {
|
|
758
731
|
address?: string | string[];
|
|
@@ -777,14 +750,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
777
750
|
} | {
|
|
778
751
|
output: {
|
|
779
752
|
error: {
|
|
780
|
-
code: "
|
|
753
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
781
754
|
details?: readonly Response.error.Detail[] | undefined;
|
|
782
755
|
message: string;
|
|
783
756
|
};
|
|
784
757
|
requestId: string;
|
|
785
758
|
};
|
|
786
759
|
outputFormat: "json";
|
|
787
|
-
status:
|
|
760
|
+
status: 429;
|
|
788
761
|
input: {
|
|
789
762
|
query?: {
|
|
790
763
|
address?: string | string[];
|
|
@@ -809,14 +782,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
809
782
|
} | {
|
|
810
783
|
output: {
|
|
811
784
|
error: {
|
|
812
|
-
code: "
|
|
785
|
+
code: "query_invalid";
|
|
813
786
|
details?: readonly Response.error.Detail[] | undefined;
|
|
814
787
|
message: string;
|
|
815
788
|
};
|
|
816
789
|
requestId: string;
|
|
817
790
|
};
|
|
818
791
|
outputFormat: "json";
|
|
819
|
-
status:
|
|
792
|
+
status: 400;
|
|
820
793
|
input: {
|
|
821
794
|
query?: {
|
|
822
795
|
address?: string | string[];
|
|
@@ -840,15 +813,142 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
840
813
|
};
|
|
841
814
|
} | {
|
|
842
815
|
output: {
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
816
|
+
data: {
|
|
817
|
+
blockHash: `0x${string}` | null;
|
|
818
|
+
blockNumber: number;
|
|
819
|
+
contractAddress: `0x${string}` | null;
|
|
820
|
+
cumulativeGasUsed: number;
|
|
821
|
+
effectiveGasPrice: string;
|
|
822
|
+
feeAmount: {
|
|
823
|
+
baseUnits: string;
|
|
824
|
+
currency: string;
|
|
825
|
+
decimals: number;
|
|
826
|
+
formatted: string;
|
|
827
|
+
valuation?: {
|
|
828
|
+
amount: string;
|
|
829
|
+
currency: string;
|
|
830
|
+
} | null | undefined;
|
|
831
|
+
};
|
|
832
|
+
feePayer?: `0x${string}` | undefined;
|
|
833
|
+
feeToken?: {
|
|
834
|
+
address: `0x${string}`;
|
|
835
|
+
currency: string;
|
|
836
|
+
decimals: number;
|
|
837
|
+
logoUri?: string | undefined;
|
|
838
|
+
name: string;
|
|
839
|
+
symbol: string;
|
|
840
|
+
verified?: boolean | undefined;
|
|
841
|
+
} | undefined;
|
|
842
|
+
gasUsed: number;
|
|
843
|
+
id: `0x${string}`;
|
|
844
|
+
logs: {
|
|
845
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
846
|
+
address: `0x${string}`;
|
|
847
|
+
blockHash: `0x${string}` | null;
|
|
848
|
+
blockNumber: `0x${string}` | null;
|
|
849
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
850
|
+
data: `0x${string}`;
|
|
851
|
+
logIndex: `0x${string}` | null;
|
|
852
|
+
removed: boolean;
|
|
853
|
+
topics: `0x${string}`[];
|
|
854
|
+
transactionHash: `0x${string}` | null;
|
|
855
|
+
transactionIndex: `0x${string}` | null;
|
|
856
|
+
}[];
|
|
857
|
+
meta: {
|
|
858
|
+
valuation?: {
|
|
859
|
+
asOf: string;
|
|
860
|
+
basis: "nominal";
|
|
861
|
+
source: string;
|
|
862
|
+
} | undefined;
|
|
863
|
+
rpc: {
|
|
864
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
865
|
+
blobGasPrice?: `0x${string}` | undefined;
|
|
866
|
+
blobGasUsed?: `0x${string}` | undefined;
|
|
867
|
+
blockHash: `0x${string}` | null;
|
|
868
|
+
blockNumber: `0x${string}`;
|
|
869
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
870
|
+
contractAddress?: `0x${string}` | null | undefined;
|
|
871
|
+
cumulativeGasUsed: `0x${string}`;
|
|
872
|
+
effectiveGasPrice: `0x${string}`;
|
|
873
|
+
feePayer?: `0x${string}` | null | undefined;
|
|
874
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
875
|
+
from: `0x${string}`;
|
|
876
|
+
gasUsed: `0x${string}`;
|
|
877
|
+
logs: {
|
|
878
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
879
|
+
address: `0x${string}`;
|
|
880
|
+
blockHash: `0x${string}` | null;
|
|
881
|
+
blockNumber: `0x${string}` | null;
|
|
882
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
883
|
+
data: `0x${string}`;
|
|
884
|
+
logIndex: `0x${string}` | null;
|
|
885
|
+
removed: boolean;
|
|
886
|
+
topics: `0x${string}`[];
|
|
887
|
+
transactionHash: `0x${string}` | null;
|
|
888
|
+
transactionIndex: `0x${string}` | null;
|
|
889
|
+
}[];
|
|
890
|
+
logsBloom?: `0x${string}` | undefined;
|
|
891
|
+
root?: `0x${string}` | undefined;
|
|
892
|
+
status: `0x${string}`;
|
|
893
|
+
to: `0x${string}` | null;
|
|
894
|
+
transactionHash: `0x${string}`;
|
|
895
|
+
transactionIndex: `0x${string}`;
|
|
896
|
+
type: `0x${string}`;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
899
|
+
recipient: `0x${string}` | null;
|
|
900
|
+
sender: `0x${string}`;
|
|
901
|
+
status: "reverted" | "success";
|
|
902
|
+
timestamp: string | null;
|
|
903
|
+
transactionHash: `0x${string}`;
|
|
904
|
+
transactionIndex: number;
|
|
905
|
+
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
906
|
+
}[];
|
|
907
|
+
meta?: {
|
|
908
|
+
valuation?: {
|
|
909
|
+
asOf: string;
|
|
910
|
+
basis: "nominal";
|
|
911
|
+
source: string;
|
|
912
|
+
} | undefined;
|
|
913
|
+
totalCount?: number | undefined;
|
|
914
|
+
totalCountCapped?: boolean | undefined;
|
|
915
|
+
} | undefined;
|
|
916
|
+
nextCursor: string | null;
|
|
917
|
+
};
|
|
918
|
+
outputFormat: "json";
|
|
919
|
+
status: 200;
|
|
920
|
+
input: {
|
|
921
|
+
query?: {
|
|
922
|
+
address?: string | string[];
|
|
923
|
+
'blockNumber.from'?: string | string[];
|
|
924
|
+
'blockNumber.to'?: string | string[];
|
|
925
|
+
chainId?: string | string[];
|
|
926
|
+
cursor?: string | string[];
|
|
927
|
+
feePayer?: string | string[];
|
|
928
|
+
feeToken?: string | string[];
|
|
929
|
+
include?: string | string[];
|
|
930
|
+
limit?: string | string[];
|
|
931
|
+
order?: string | string[];
|
|
932
|
+
page?: string | string[];
|
|
933
|
+
recipient?: string | string[];
|
|
934
|
+
sender?: string | string[];
|
|
935
|
+
status?: string | string[];
|
|
936
|
+
'timestamp.from'?: string | string[];
|
|
937
|
+
'timestamp.to'?: string | string[];
|
|
938
|
+
'valuation.currency'?: string | string[];
|
|
939
|
+
} | undefined;
|
|
940
|
+
};
|
|
941
|
+
} | {
|
|
942
|
+
output: {
|
|
943
|
+
error: {
|
|
944
|
+
code: "upstream_error";
|
|
945
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
946
|
+
message: string;
|
|
947
|
+
};
|
|
948
|
+
requestId: string;
|
|
949
|
+
};
|
|
950
|
+
outputFormat: "json";
|
|
951
|
+
status: 502;
|
|
852
952
|
input: {
|
|
853
953
|
query?: {
|
|
854
954
|
address?: string | string[];
|
|
@@ -875,99 +975,9 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
875
975
|
} & {
|
|
876
976
|
"/v1/transactions/:transactionHash/receipt": {
|
|
877
977
|
$get: {
|
|
878
|
-
output:
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
contractAddress: `0x${string}` | null;
|
|
882
|
-
cumulativeGasUsed: number;
|
|
883
|
-
effectiveGasPrice: string;
|
|
884
|
-
feeAmount: {
|
|
885
|
-
baseUnits: string;
|
|
886
|
-
currency: string;
|
|
887
|
-
decimals: number;
|
|
888
|
-
formatted: string;
|
|
889
|
-
valuation?: {
|
|
890
|
-
amount: string;
|
|
891
|
-
currency: string;
|
|
892
|
-
} | null | undefined;
|
|
893
|
-
};
|
|
894
|
-
feePayer?: `0x${string}` | undefined;
|
|
895
|
-
feeToken?: {
|
|
896
|
-
address: `0x${string}`;
|
|
897
|
-
currency: string;
|
|
898
|
-
decimals: number;
|
|
899
|
-
logoUri?: string | undefined;
|
|
900
|
-
name: string;
|
|
901
|
-
symbol: string;
|
|
902
|
-
verified?: boolean | undefined;
|
|
903
|
-
} | undefined;
|
|
904
|
-
gasUsed: number;
|
|
905
|
-
id: `0x${string}`;
|
|
906
|
-
logs: {
|
|
907
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
908
|
-
address: `0x${string}`;
|
|
909
|
-
blockHash: `0x${string}` | null;
|
|
910
|
-
blockNumber: `0x${string}` | null;
|
|
911
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
912
|
-
data: `0x${string}`;
|
|
913
|
-
logIndex: `0x${string}` | null;
|
|
914
|
-
removed: boolean;
|
|
915
|
-
topics: `0x${string}`[];
|
|
916
|
-
transactionHash: `0x${string}` | null;
|
|
917
|
-
transactionIndex: `0x${string}` | null;
|
|
918
|
-
}[];
|
|
919
|
-
meta: {
|
|
920
|
-
valuation?: {
|
|
921
|
-
asOf: string;
|
|
922
|
-
basis: "nominal";
|
|
923
|
-
source: string;
|
|
924
|
-
} | undefined;
|
|
925
|
-
rpc: {
|
|
926
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
927
|
-
blobGasPrice?: `0x${string}` | undefined;
|
|
928
|
-
blobGasUsed?: `0x${string}` | undefined;
|
|
929
|
-
blockHash: `0x${string}` | null;
|
|
930
|
-
blockNumber: `0x${string}`;
|
|
931
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
932
|
-
contractAddress?: `0x${string}` | null | undefined;
|
|
933
|
-
cumulativeGasUsed: `0x${string}`;
|
|
934
|
-
effectiveGasPrice: `0x${string}`;
|
|
935
|
-
feePayer?: `0x${string}` | null | undefined;
|
|
936
|
-
feeToken?: `0x${string}` | null | undefined;
|
|
937
|
-
from: `0x${string}`;
|
|
938
|
-
gasUsed: `0x${string}`;
|
|
939
|
-
logs: {
|
|
940
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
941
|
-
address: `0x${string}`;
|
|
942
|
-
blockHash: `0x${string}` | null;
|
|
943
|
-
blockNumber: `0x${string}` | null;
|
|
944
|
-
blockTimestamp?: `0x${string}` | null | undefined;
|
|
945
|
-
data: `0x${string}`;
|
|
946
|
-
logIndex: `0x${string}` | null;
|
|
947
|
-
removed: boolean;
|
|
948
|
-
topics: `0x${string}`[];
|
|
949
|
-
transactionHash: `0x${string}` | null;
|
|
950
|
-
transactionIndex: `0x${string}` | null;
|
|
951
|
-
}[];
|
|
952
|
-
logsBloom?: `0x${string}` | undefined;
|
|
953
|
-
root?: `0x${string}` | undefined;
|
|
954
|
-
status: `0x${string}`;
|
|
955
|
-
to: `0x${string}` | null;
|
|
956
|
-
transactionHash: `0x${string}`;
|
|
957
|
-
transactionIndex: `0x${string}`;
|
|
958
|
-
type: `0x${string}`;
|
|
959
|
-
};
|
|
960
|
-
};
|
|
961
|
-
recipient: `0x${string}` | null;
|
|
962
|
-
sender: `0x${string}`;
|
|
963
|
-
status: "reverted" | "success";
|
|
964
|
-
timestamp: string | null;
|
|
965
|
-
transactionHash: `0x${string}`;
|
|
966
|
-
transactionIndex: number;
|
|
967
|
-
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
968
|
-
};
|
|
969
|
-
outputFormat: "json";
|
|
970
|
-
status: 200;
|
|
978
|
+
output: null;
|
|
979
|
+
outputFormat: "body";
|
|
980
|
+
status: 402;
|
|
971
981
|
input: {
|
|
972
982
|
param: {
|
|
973
983
|
transactionHash: `0x${string}`;
|
|
@@ -1004,14 +1014,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1004
1014
|
} | {
|
|
1005
1015
|
output: {
|
|
1006
1016
|
error: {
|
|
1007
|
-
code: "
|
|
1017
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
1008
1018
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1009
1019
|
message: string;
|
|
1010
1020
|
};
|
|
1011
1021
|
requestId: string;
|
|
1012
1022
|
};
|
|
1013
1023
|
outputFormat: "json";
|
|
1014
|
-
status:
|
|
1024
|
+
status: 401;
|
|
1015
1025
|
input: {
|
|
1016
1026
|
param: {
|
|
1017
1027
|
transactionHash: `0x${string}`;
|
|
@@ -1026,14 +1036,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1026
1036
|
} | {
|
|
1027
1037
|
output: {
|
|
1028
1038
|
error: {
|
|
1029
|
-
code: "
|
|
1039
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
1030
1040
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1031
1041
|
message: string;
|
|
1032
1042
|
};
|
|
1033
1043
|
requestId: string;
|
|
1034
1044
|
};
|
|
1035
1045
|
outputFormat: "json";
|
|
1036
|
-
status:
|
|
1046
|
+
status: 403;
|
|
1037
1047
|
input: {
|
|
1038
1048
|
param: {
|
|
1039
1049
|
transactionHash: `0x${string}`;
|
|
@@ -1048,14 +1058,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1048
1058
|
} | {
|
|
1049
1059
|
output: {
|
|
1050
1060
|
error: {
|
|
1051
|
-
code: "
|
|
1061
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
1052
1062
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1053
1063
|
message: string;
|
|
1054
1064
|
};
|
|
1055
1065
|
requestId: string;
|
|
1056
1066
|
};
|
|
1057
1067
|
outputFormat: "json";
|
|
1058
|
-
status:
|
|
1068
|
+
status: 429;
|
|
1059
1069
|
input: {
|
|
1060
1070
|
param: {
|
|
1061
1071
|
transactionHash: `0x${string}`;
|
|
@@ -1068,9 +1078,16 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1068
1078
|
} | undefined;
|
|
1069
1079
|
};
|
|
1070
1080
|
} | {
|
|
1071
|
-
output:
|
|
1072
|
-
|
|
1073
|
-
|
|
1081
|
+
output: {
|
|
1082
|
+
error: {
|
|
1083
|
+
code: "query_invalid";
|
|
1084
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
1085
|
+
message: string;
|
|
1086
|
+
};
|
|
1087
|
+
requestId: string;
|
|
1088
|
+
};
|
|
1089
|
+
outputFormat: "json";
|
|
1090
|
+
status: 400;
|
|
1074
1091
|
input: {
|
|
1075
1092
|
param: {
|
|
1076
1093
|
transactionHash: `0x${string}`;
|
|
@@ -1085,14 +1102,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1085
1102
|
} | {
|
|
1086
1103
|
output: {
|
|
1087
1104
|
error: {
|
|
1088
|
-
code: "
|
|
1105
|
+
code: "upstream_error";
|
|
1089
1106
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1090
1107
|
message: string;
|
|
1091
1108
|
};
|
|
1092
1109
|
requestId: string;
|
|
1093
1110
|
};
|
|
1094
1111
|
outputFormat: "json";
|
|
1095
|
-
status:
|
|
1112
|
+
status: 502;
|
|
1096
1113
|
input: {
|
|
1097
1114
|
param: {
|
|
1098
1115
|
transactionHash: `0x${string}`;
|
|
@@ -1107,14 +1124,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1107
1124
|
} | {
|
|
1108
1125
|
output: {
|
|
1109
1126
|
error: {
|
|
1110
|
-
code: "
|
|
1127
|
+
code: "transaction_invalid";
|
|
1111
1128
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1112
1129
|
message: string;
|
|
1113
1130
|
};
|
|
1114
1131
|
requestId: string;
|
|
1115
1132
|
};
|
|
1116
1133
|
outputFormat: "json";
|
|
1117
|
-
status:
|
|
1134
|
+
status: 400;
|
|
1118
1135
|
input: {
|
|
1119
1136
|
param: {
|
|
1120
1137
|
transactionHash: `0x${string}`;
|
|
@@ -1129,14 +1146,14 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1129
1146
|
} | {
|
|
1130
1147
|
output: {
|
|
1131
1148
|
error: {
|
|
1132
|
-
code: "
|
|
1149
|
+
code: "receipt_not_found";
|
|
1133
1150
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1134
1151
|
message: string;
|
|
1135
1152
|
};
|
|
1136
1153
|
requestId: string;
|
|
1137
1154
|
};
|
|
1138
1155
|
outputFormat: "json";
|
|
1139
|
-
status:
|
|
1156
|
+
status: 404;
|
|
1140
1157
|
input: {
|
|
1141
1158
|
param: {
|
|
1142
1159
|
transactionHash: `0x${string}`;
|
|
@@ -1150,15 +1167,98 @@ export declare function receipts(options?: receipts.Options): import("hono/hono-
|
|
|
1150
1167
|
};
|
|
1151
1168
|
} | {
|
|
1152
1169
|
output: {
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1170
|
+
blockHash: `0x${string}` | null;
|
|
1171
|
+
blockNumber: number;
|
|
1172
|
+
contractAddress: `0x${string}` | null;
|
|
1173
|
+
cumulativeGasUsed: number;
|
|
1174
|
+
effectiveGasPrice: string;
|
|
1175
|
+
feeAmount: {
|
|
1176
|
+
baseUnits: string;
|
|
1177
|
+
currency: string;
|
|
1178
|
+
decimals: number;
|
|
1179
|
+
formatted: string;
|
|
1180
|
+
valuation?: {
|
|
1181
|
+
amount: string;
|
|
1182
|
+
currency: string;
|
|
1183
|
+
} | null | undefined;
|
|
1157
1184
|
};
|
|
1158
|
-
|
|
1185
|
+
feePayer?: `0x${string}` | undefined;
|
|
1186
|
+
feeToken?: {
|
|
1187
|
+
address: `0x${string}`;
|
|
1188
|
+
currency: string;
|
|
1189
|
+
decimals: number;
|
|
1190
|
+
logoUri?: string | undefined;
|
|
1191
|
+
name: string;
|
|
1192
|
+
symbol: string;
|
|
1193
|
+
verified?: boolean | undefined;
|
|
1194
|
+
} | undefined;
|
|
1195
|
+
gasUsed: number;
|
|
1196
|
+
id: `0x${string}`;
|
|
1197
|
+
logs: {
|
|
1198
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
1199
|
+
address: `0x${string}`;
|
|
1200
|
+
blockHash: `0x${string}` | null;
|
|
1201
|
+
blockNumber: `0x${string}` | null;
|
|
1202
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
1203
|
+
data: `0x${string}`;
|
|
1204
|
+
logIndex: `0x${string}` | null;
|
|
1205
|
+
removed: boolean;
|
|
1206
|
+
topics: `0x${string}`[];
|
|
1207
|
+
transactionHash: `0x${string}` | null;
|
|
1208
|
+
transactionIndex: `0x${string}` | null;
|
|
1209
|
+
}[];
|
|
1210
|
+
meta: {
|
|
1211
|
+
valuation?: {
|
|
1212
|
+
asOf: string;
|
|
1213
|
+
basis: "nominal";
|
|
1214
|
+
source: string;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
rpc: {
|
|
1217
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
1218
|
+
blobGasPrice?: `0x${string}` | undefined;
|
|
1219
|
+
blobGasUsed?: `0x${string}` | undefined;
|
|
1220
|
+
blockHash: `0x${string}` | null;
|
|
1221
|
+
blockNumber: `0x${string}`;
|
|
1222
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
1223
|
+
contractAddress?: `0x${string}` | null | undefined;
|
|
1224
|
+
cumulativeGasUsed: `0x${string}`;
|
|
1225
|
+
effectiveGasPrice: `0x${string}`;
|
|
1226
|
+
feePayer?: `0x${string}` | null | undefined;
|
|
1227
|
+
feeToken?: `0x${string}` | null | undefined;
|
|
1228
|
+
from: `0x${string}`;
|
|
1229
|
+
gasUsed: `0x${string}`;
|
|
1230
|
+
logs: {
|
|
1231
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
1232
|
+
address: `0x${string}`;
|
|
1233
|
+
blockHash: `0x${string}` | null;
|
|
1234
|
+
blockNumber: `0x${string}` | null;
|
|
1235
|
+
blockTimestamp?: `0x${string}` | null | undefined;
|
|
1236
|
+
data: `0x${string}`;
|
|
1237
|
+
logIndex: `0x${string}` | null;
|
|
1238
|
+
removed: boolean;
|
|
1239
|
+
topics: `0x${string}`[];
|
|
1240
|
+
transactionHash: `0x${string}` | null;
|
|
1241
|
+
transactionIndex: `0x${string}` | null;
|
|
1242
|
+
}[];
|
|
1243
|
+
logsBloom?: `0x${string}` | undefined;
|
|
1244
|
+
root?: `0x${string}` | undefined;
|
|
1245
|
+
status: `0x${string}`;
|
|
1246
|
+
to: `0x${string}` | null;
|
|
1247
|
+
transactionHash: `0x${string}`;
|
|
1248
|
+
transactionIndex: `0x${string}`;
|
|
1249
|
+
type: `0x${string}`;
|
|
1250
|
+
};
|
|
1251
|
+
};
|
|
1252
|
+
recipient: `0x${string}` | null;
|
|
1253
|
+
sender: `0x${string}`;
|
|
1254
|
+
status: "reverted" | "success";
|
|
1255
|
+
timestamp: string | null;
|
|
1256
|
+
transactionHash: `0x${string}`;
|
|
1257
|
+
transactionIndex: number;
|
|
1258
|
+
type: "eip1559" | "eip2930" | "eip4844" | "eip7702" | "legacy" | "tempo" | "unknown";
|
|
1159
1259
|
};
|
|
1160
1260
|
outputFormat: "json";
|
|
1161
|
-
status:
|
|
1261
|
+
status: 200;
|
|
1162
1262
|
input: {
|
|
1163
1263
|
param: {
|
|
1164
1264
|
transactionHash: `0x${string}`;
|