quicknode_sdk 0.2.0-aarch64-linux → 0.2.1-aarch64-linux

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c4b826f33e23831461680584032a1dcba4238d217369d022df59abaeb00a41d
4
- data.tar.gz: c3fe9947f27ed00c40da1ea09fde5beae98197d197fa69ef14dae3749e54a67a
3
+ metadata.gz: 486d57ed605182fc64d30643e46a70547e3ad2e321a1eb8502d5484c8bf6c5a6
4
+ data.tar.gz: e27fb79971038bef8c19878cc00c9bd00c4e2ea95fc482ce3f159864d6617c3c
5
5
  SHA512:
6
- metadata.gz: 114db47c768fc9ecc7e06a970ec1cc6f047ab21bfe93e84073eaeba197fb09891ab61627f229ade9e642f26e976e7a73710b698250fb3d46599ec4c96c5a53c7
7
- data.tar.gz: e22c3d47a19fd7ce9d0bb0cc425b820395678d005876c215358e27c9713f04c79060581363812933096a021436ca66d19dc4596c9243c5d00a4aee69c96f38c7
6
+ metadata.gz: d86598e6b0b7549fc19ec0f214bf198b89d6ef00710e08b35dde4bb0fef930d01cb4dc5e124f6044d009c88a00a2102debafeab935d6dbfa0e4c65f76ac75d61
7
+ data.tar.gz: 860ff94048d4d377aee90750b393cea3108e664be20fa213bb2a659bf3f855dc3dedddc0a9d9be5dcdfc78c0afbb7e3076e0df7210559adccac86c3f10502f19
data/README.md CHANGED
@@ -1263,20 +1263,20 @@ Accessed as `qn.webhooks`. Creates webhooks from filter templates and manages th
1263
1263
  | `HyperliquidWalletEventsFilter` | `hyperliquidWalletEventsFilter` |
1264
1264
  | `StellarWalletTransactionsSourceAccountFilter` | `stellarWalletTransactionsSourceAccountFilter` |
1265
1265
 
1266
- `TemplateArgs` carries the arguments; construct one per template via the factory methods:
1266
+ In Ruby `template_args` is a JSON string; each template supports two input forms — inline values or a reference to a pre-created list by name (the server disambiguates by which keys are present in `templateArgs`):
1267
1267
 
1268
- | Factory | Argument struct | Fields |
1268
+ | Template ID | Inline keys | ByList keys |
1269
1269
  |---|---|---|
1270
- | `evm_wallet_filter` | `EvmWalletFilterTemplate` | `wallets: string[]` |
1271
- | `evm_contract_events` | `EvmContractEventsTemplate` | `contracts: string[]`, `eventHashes?: string[]` (camelCase — `event_hashes` is rejected by the API) |
1272
- | `evm_abi_filter` | `EvmAbiFilterTemplate` | `abi: string` (JSON), `contracts: string[]` |
1273
- | `solana_wallet_filter` | `SolanaWalletFilterTemplate` | `accounts: string[]` |
1274
- | `bitcoin_wallet_filter` | `BitcoinWalletFilterTemplate` | `wallets: string[]` |
1275
- | `xrpl_wallet_filter` | `XrplWalletFilterTemplate` | `wallets: string[]` |
1276
- | `hyperliquid_wallet_events_filter` | `HyperliquidWalletEventsFilterTemplate` | `wallets: string[]` |
1277
- | `stellar_wallet_transactions_filter` | `StellarWalletTransactionsFilterTemplate` | `source_accounts: string[]` |
1278
-
1279
- `WebhookDestinationAttributes`: `url` (required), `security_token` (optionalauto-generated if omitted), `compression` (optional — `"none"` | `"gzip"`).
1270
+ | `evmWalletFilter` | `wallets: string[]` | `walletsListName: string` |
1271
+ | `evmContractEvents` | `contracts: string[]`, `eventHashes: string[]` (camelCase — `event_hashes` is rejected by the API) | `contractsListName: string`, `eventHashesListName?: string` |
1272
+ | `evmAbiFilter` | `abi: string` (JSON), `contracts: string[]` | `abiJson: string`, `contractsListName?: string` |
1273
+ | `solanaWalletFilter` | `accounts: string[]` | `accountsListName: string` |
1274
+ | `bitcoinWalletFilter` | `wallets: string[]` | `walletsListName: string` |
1275
+ | `xrplWalletFilter` | `wallets: string[]` | `walletsListName: string` |
1276
+ | `hyperliquidWalletEventsFilter` | `wallets: string[]` | `walletsListName: string` |
1277
+ | `stellarWalletTransactionsSourceAccountFilter` | `wallets: string[]` | `walletsListName: string` |
1278
+
1279
+ `WebhookDestinationAttributes`: `url` (required), `compression` (required`"none"` | `"gzip"`), `security_token` (optional — auto-generated if omitted).
1280
1280
 
1281
1281
  `WebhookStartFrom`: `Last` (resume from last delivered block) or `Latest` (start from newest).
1282
1282
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quicknode_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Quicknode
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-29 00:00:00.000000000 Z
11
+ date: 2026-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie