GroestlcoinAddress

Represents a legacy Groestlcoin address.

Constructors

Link copied to clipboard
open fun GroestlcoinAddress(string: String)
Create an address from a base58 string representation.
Link copied to clipboard
open fun GroestlcoinAddress(publicKey: PublicKey, prefix: Byte)
Create an address from a public key and a prefix byte.

Functions

Link copied to clipboard
open fun description(): String
Returns the address base58 string representation.
Link copied to clipboard
Compares two addresses for equality.
Link copied to clipboard
open fun isValidString(string: String): Boolean
Determines if the string is a valid Groestlcoin address.