DustSpend

data class DustSpend(val vFee: BigInteger, val oldNullifier: String, val newCommitment: String, val proof: String)

Result of DustSpend creation.

Constructors

Link copied to clipboard
constructor(vFee: BigInteger, oldNullifier: String, newCommitment: String, proof: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hex-encoded commitment for change output

Link copied to clipboard

Hex-encoded nullifier of spent UTXO

Link copied to clipboard

Proof type ("proof-preimage" for unproven transactions)

Link copied to clipboard

Fee amount in Specks

Functions

Link copied to clipboard
fun toJson(): String

Serialize DustSpend to JSON string.