File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
import json
3
3
import random
4
4
5
- from algokit_subscriber .subscriber import AlgorandSubscriber
6
- from algokit_subscriber .types .subscription import SubscribedTransaction
7
5
from algokit_utils .beta .algorand_client import AlgorandClient
8
6
from algokit_utils .beta .composer import PayParams
9
7
8
+ from algokit_subscriber .subscriber import AlgorandSubscriber
9
+ from algokit_subscriber .types .subscription import SubscribedTransaction
10
+
10
11
algorand = AlgorandClient .default_local_net ()
11
12
12
13
Original file line number Diff line number Diff line change 1
1
from typing import TYPE_CHECKING
2
2
3
+ from algokit_utils .beta .algorand_client import AlgorandClient
4
+
3
5
from algokit_subscriber .subscriber import AlgorandSubscriber
4
6
from algokit_subscriber .types .subscription import SubscribedTransaction
5
- from algokit_utils .beta .algorand_client import AlgorandClient
6
7
7
8
if TYPE_CHECKING :
8
9
from algokit_subscriber .types .indexer import (
Original file line number Diff line number Diff line change 1
1
from pathlib import Path
2
2
3
+ from algokit_utils .beta .algorand_client import AlgorandClient
4
+
3
5
from algokit_subscriber .subscriber import AlgorandSubscriber
4
6
from algokit_subscriber .types .subscription import SubscribedTransaction
5
- from algokit_utils .beta .algorand_client import AlgorandClient
6
7
7
8
algorand = AlgorandClient .main_net ()
8
9
You can’t perform that action at this time.
0 commit comments