UnshieldedTransaction
@Serializable
Unshielded transaction from Midnight blockchain.
Represents a transaction affecting unshielded (transparent) addresses. Matches Midnight SDK's UnshieldedTransactionSchema.
Constructors
Link copied to clipboard
constructor(id: Int, hash: String, type: TransactionType, protocolVersion: Int, identifiers: List<String>? = null, block: UnshieldedTransaction.BlockInfo? = null, fees: UnshieldedTransaction.FeeInfo? = null, transactionResult: UnshieldedTransaction.TransactionResult? = null)
Types
Link copied to clipboard
@Serializable
Transaction execution result.
Properties
Link copied to clipboard
Block information
Link copied to clipboard
Optional fee information (for regular transactions)
Link copied to clipboard
Optional array of identifiers (for regular transactions)
Link copied to clipboard
Midnight protocol version
Link copied to clipboard
Optional transaction result (for regular transactions)
Link copied to clipboard
Transaction type (Regular or System)