Méthode | Description | |
---|---|---|
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 | |
Résultat | System |
public Address ( |
||
@params | ||
address | string | |
Résultat | System |