Skip to content

Commit

Permalink
add account statuses to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-malachyn committed Oct 28, 2024
1 parent aa405ba commit 476bb37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ stream-block-headers:
stream-block-digests:
go run ./stream_block_digests/main.go

.PHONY: stream-account-statuses
stream-account-statuses:
go run ./stream_account_statuses/main.go

.PHONY: send-and-subscribe-transaction-statuses
send-and-subscribe-transaction-statuses:
go run ./send_and_subscribe_transaction_statuses/main.go

0 comments on commit 476bb37

Please sign in to comment.