메소드 | 설명 | |
---|---|---|
Address ( |
Construct an address from parameters and the hash160 form. Example:
new Address(NetworkParameters.prodNet(), Hex.decode("4a22c3c4cbb31e4d03b15550636762bda0baf85a")); |
|
Address ( |
Construct an address from parameters and the standard "human readable" form. Example:
new Address(NetworkParameters.prodNet(), "17kzeh4N8g49GFvdDzSf8PjaPfyoD1MndL"); |
public Address ( |
||
@params | ||
hash160 | byte | |
리턴 | System |
public Address ( |
||
@params | ||
address | string | |
리턴 | System |