def main() -> int:
    return is_blocked(10)
Example #2
0
def main(account: UInt160) -> int:
    return is_blocked(account)
Example #3
0
def main() -> int:
    return is_blocked(True)
def main() -> int:
    return is_blocked(UInt160(), UInt160())
Example #5
0
def main() -> int:
    return is_blocked('str')