MatchResult

data class MatchResult(val type: PayAddressType, val params: MutableList<ByteArray>, val grouped: Boolean = false)

The result of attempting to match a script to well known script forms, pulling out the variable parts, such as public keys.

See also

Constructors

Link copied to clipboard
constructor(type: PayAddressType, params: MutableList<ByteArray>, grouped: Boolean = false)

Properties

Link copied to clipboard
val grouped: Boolean = false

Does this script contain a group token prefix?

Link copied to clipboard

The parameters of that script form. Exactly what these are depends on the matched script form

Link copied to clipboard

What script form was matched