Success

data class Success(val txHash: String, val blockHeight: Long) : TransactionSubmitter.SubmissionResult

Transaction successfully submitted and finalized.

Constructors

Link copied to clipboard
constructor(txHash: String, blockHeight: Long)

Properties

Link copied to clipboard

Approximate block height where tx was included

Link copied to clipboard

Transaction hash (32 bytes hex)