Skip to main content
Data Class
data class ChainNotSupported(val message: String = "Message signing is not supported on this chain", val cause: Throwable? = null) : SignatureError

Constructors

constructor(message: String = "Message signing is not supported on this chain", cause: Throwable? = null)

Properties

cause

open override val cause: Throwable? = null

message

open override val message: String