Kotlin Sealed Interface
sealed interface WalletError : CrossmintError
abstract val cause: Throwable?
abstract val message: String
Was this page helpful?