tigerbeetle-node 0.16.59 → 0.16.61
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/README.md +3 -3
- package/dist/bin/aarch64-linux-gnu/client.node +0 -0
- package/dist/bin/aarch64-linux-musl/client.node +0 -0
- package/dist/bin/aarch64-macos/client.node +0 -0
- package/dist/bin/x86_64-linux-gnu/client.node +0 -0
- package/dist/bin/x86_64-linux-musl/client.node +0 -0
- package/dist/bin/x86_64-macos/client.node +0 -0
- package/dist/bin/x86_64-windows/client.node +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -614,7 +614,7 @@ const filter = {
|
|
|
614
614
|
code: 0, // No filter by Code.
|
|
615
615
|
timestamp_min: 0n, // No filter by Timestamp.
|
|
616
616
|
timestamp_max: 0n, // No filter by Timestamp.
|
|
617
|
-
limit: 10, // Limit to ten
|
|
617
|
+
limit: 10, // Limit to ten transfers at most.
|
|
618
618
|
flags: AccountFilterFlags.debits | // Include transfer from the debit side.
|
|
619
619
|
AccountFilterFlags.credits | // Include transfer from the credit side.
|
|
620
620
|
AccountFilterFlags.reversed, // Sort by timestamp in reverse-chronological order.
|
|
@@ -675,7 +675,7 @@ const query_filter = {
|
|
|
675
675
|
ledger: 0, // No filter by Ledger.
|
|
676
676
|
timestamp_min: 0n, // No filter by Timestamp.
|
|
677
677
|
timestamp_max: 0n, // No filter by Timestamp.
|
|
678
|
-
limit: 10, // Limit to ten
|
|
678
|
+
limit: 10, // Limit to ten accounts at most.
|
|
679
679
|
flags: QueryFilterFlags.reversed, // Sort by timestamp in reverse-chronological order.
|
|
680
680
|
};
|
|
681
681
|
|
|
@@ -701,7 +701,7 @@ const query_filter = {
|
|
|
701
701
|
ledger: 0, // No filter by Ledger.
|
|
702
702
|
timestamp_min: 0n, // No filter by Timestamp.
|
|
703
703
|
timestamp_max: 0n, // No filter by Timestamp.
|
|
704
|
-
limit: 10, // Limit to ten
|
|
704
|
+
limit: 10, // Limit to ten transfers at most.
|
|
705
705
|
flags: QueryFilterFlags.reversed, // Sort by timestamp in reverse-chronological order.
|
|
706
706
|
};
|
|
707
707
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|