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 some data that can be entered into a bloom filter to select transactions paying to this address.
Link copied to clipboard
Get which blockchain this address is for This is a synonym for blockchain and is added for naming consistency with other data structures
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open override fun BCHserialize(format: SerializationType = SerializationType.UNKNOWN): BCHserialized
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a grouped constraint script that corresponds to this address
Link copied to clipboard
synonym for outputScript()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard