You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/en/supported-networks/arweave.mdx
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ dataSources:
89
89
Arweave data sources support two types of handlers:
90
90
91
91
- `blockHandlers`- Run on every new Arweave block. No source.owner is required.
92
-
- `transactionHandlers`- Run on every transaction where the data source's source.owner is the owner. Note that only exact matches are processed. Currently an owner is required for `transactionHandlers`.
92
+
- `transactionHandlers`- Run on every transaction where the data source's `source.owner` is the owner. Currently an owner is required for `transactionHandlers`, if users want to process all transactions they should provide "" as the `source.owner`
93
93
94
-
> The source.owner is the owner's Public Key, rather than the owner's address.
94
+
> The source.owner can be the owner's address, or their Public Key.
95
95
96
96
> Transactions are the building blocks of the Arweave permaweb and they are objects created by end-users.
97
97
@@ -183,8 +183,7 @@ Currently, The Graph is only indexing Arweave as a blockchain (its blocks and tr
183
183
This is not currently supported.
184
184
185
185
### How can I filter transactions to a specific account?
186
-
187
-
The source.owner is the user's public key, rather than the account address. We are working on adding account filtering support.
186
+
The source.owner can be the user's public key or account address.
0 commit comments