Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.exceptions
/
PortalException
/
Blockchain
/
NoSupportedCurveForChainId
No
Supported
Curve
For
Chain
Id
open
class
NoSupportedCurveForChainId
(
val
chainId
:
String
)
:
PortalException.Blockchain
Thrown when no supported curve is found for the given chain ID.
Members
Constructors
No
Supported
Curve
For
Chain
Id
Link copied to clipboard
constructor
(
chainId
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
chain
Id
Link copied to clipboard
val
chainId
:
String
message
Link copied to clipboard
open
val
message
:
String
?