def Main(index: str) -> Block:
    return Ledger.get_block(index)
Beispiel #2
0
def Main(block_hash: UInt256) -> Block:
    return Ledger.get_block(block_hash)