File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ class ConsensusStoreProtocol(Protocol):
63
63
# Writer method that returns async context manager
64
64
def writer (self ) -> AsyncContextManager [ConsensusStoreWriteProtocol ]: ...
65
65
66
- # Block store reads
67
66
async def get_block_records_close_to_peak (
68
67
self , blocks_n : int
69
68
) -> tuple [dict [bytes32 , BlockRecord ], Optional [bytes32 ]]: ...
@@ -80,7 +79,6 @@ async def get_sub_epoch_challenge_segments(
80
79
async def get_generator (self , header_hash : bytes32 ) -> Optional [bytes ]: ...
81
80
async def get_generators_at (self , heights : set [uint32 ]) -> dict [uint32 , bytes ]: ...
82
81
83
- # Coin store reads
84
82
async def get_coin_records (self , names : Collection [bytes32 ]) -> list [CoinRecord ]: ...
85
83
async def get_coin_record (self , coin_name : bytes32 ) -> Optional [CoinRecord ]: ...
86
84
async def get_coins_added_at_height (self , height : uint32 ) -> list [CoinRecord ]: ...
You can’t perform that action at this time.
0 commit comments