Pay Address
data class PayAddress(var blockchain: ChainSelector, var type: PayAddressType, var data: ByteArray) : BCHserializable
Properties
Link copied to clipboard
return the prefix for this address, e.g. "bchreg" in "bchreg:qpvdragqrmvashle90kjjx7hx87aq6xe75jlnlxc9c"
Link copied to clipboard
Link copied to clipboard
Get the blockchain type This is a synonym for blockchain and is added for naming consistency with other data structures
Link copied to clipboard