Success

data class Success(val txHash: String) : SendUiState

The transfer finalized (or was accepted and is finalizing); txHash may be empty.

Constructors

Link copied to clipboard
constructor(txHash: String)

Properties

Link copied to clipboard