示例#1
0
def Main(key: int) -> str:
    return StdLib.base58_encode(key)
示例#2
0
def Main(key: bytes) -> str:
    return StdLib.base58_encode(key)