RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.database.repository
/
RepositoryResult
/
Failure
/
InsufficientBalance
Insufficient
Balance
data
class
InsufficientBalance
(
val
current
:
ULong
,
val
required
:
ULong
)
:
RepositoryResult.Failure
Members
Constructors
Insufficient
Balance
Link copied to clipboard
constructor
(
current
:
ULong
,
required
:
ULong
)
Properties
current
Link copied to clipboard
val
current
:
ULong
required
Link copied to clipboard
val
required
:
ULong