TransferResult

data class TransferResult(val transactionHex: String, val updatedStatePtr: Long, val offerHex: String)

Full result of building a shielded transfer, ready for proof server.

Constructors

Link copied to clipboard
constructor(transactionHex: String, updatedStatePtr: Long, offerHex: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard