quicknode_sdk 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -12
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73b9a2ac15382cbcb790c9b1a96a9f6f7b7e8004acad1256960cd51b30ac0ff6
4
- data.tar.gz: b6c7cf2ae38835d0def6c477b26d38e19c8a2d6a3937780ab4561bedaeba49ba
3
+ metadata.gz: f442264cba673e6da1434863fe451152f141661cc601103421cd851a7e0ada37
4
+ data.tar.gz: 3784e45827093e3695f2d5b816b9d6a8626cdcdff1314d6e420fea6030ea35b1
5
5
  SHA512:
6
- metadata.gz: e304f2a3b40fd440bbf375a90b392ffc4be26136fb0e148734bdc46acfd038530a1df833493eb01cc61ba9b7ecbb19b909728a31f7628d55c611b6c9665655a5
7
- data.tar.gz: 4dc88aef81d0c8110eb870b22c8364972b904a05798ad986466104a19c285368a1d7eeb2964207dcf4cfa147792f1406a28e1d9239d6c0433a34d9e178f67cf6
6
+ metadata.gz: abf2b84b9c3083987658bddf939fcfbc7b69a709fa59367a61e9f33052f6cf2397e03d90b4fcc323d9848e1edc2548e0860b4fc991558b1012502c784e8f2371
7
+ data.tar.gz: 05accd80f693204e05184f298132c37035da39a5fb53d72a5e9437498bc748542c0f1710fb5bdf37818f49f29cb9ee0b24397cd2a168f86db2fdc8cd8776fe28
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
 
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: ruby
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