Exemplo n.º 1
0
def main() -> int:
    return Ledger.get_transaction_height(123)
Exemplo n.º 2
0
def main(hash_: UInt256) -> int:
    return Ledger.get_transaction_height(hash_)