iTxOutput

defines new UTXOs

Inheritors

Properties

Link copied to clipboard
abstract var amount: Long
Link copied to clipboard
abstract var script: SatoshiScript
Link copied to clipboard
open val size: Long

size of this object in bytes when serialized into a transaction

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun BCHserialize(format: SerializationType = SerializationType.UNKNOWN): BCHserialized
Link copied to clipboard
open fun groupInfo(): GroupInfo?

Return group token information, or null if not grouped

Link copied to clipboard
open fun toByteArray(format: SerializationType = SerializationType.UNKNOWN): ByteArray