Skip to content

Commit

Permalink
add nextUpToTime and monitorUpToTime
Browse files Browse the repository at this point in the history
  • Loading branch information
temptemp3 committed Sep 11, 2023
1 parent 2604daf commit 0ecd21b
Show file tree
Hide file tree
Showing 4 changed files with 961 additions and 588 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*~
*.swp
*.swo
*.tgz
.DS_Store
.vscode
.ethereum
Expand All @@ -13,6 +14,7 @@ build
.reach
.docker-root
/test.sh
mo

# We do NOT include reach-everest so `ag` and `fzf` still search it
# But we DO include the things that get linked
Expand Down
2 changes: 1 addition & 1 deletion js/stdlib/ts/ALGO_ReachHTTPClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { BaseHTTPClient, BaseHTTPClientError, BaseHTTPClientResponse } from "algosdk"
import type { Query } from "algosdk/dist/types/src/client/baseHTTPClient";
import type { Query } from "algosdk/dist/types/client/baseHTTPClient"

export type Method = 'get' | 'post' | 'delete';
export type EventDetails = {
Expand Down
Loading

0 comments on commit 0ecd21b

Please sign in to comment.