HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
Banking
Banking
@
Serializable
data
class
Banking
(
val
balance
:
Double
?
=
null
,
val
transactions
:
List
<
Transaction
>
?
=
null
)
Members
Constructors
Banking
Link copied to clipboard
constructor
(
balance
:
Double
?
=
null
,
transactions
:
List
<
Transaction
>
?
=
null
)
Properties
balance
Link copied to clipboard
val
balance
:
Double
?
=
null
transactions
Link copied to clipboard
val
transactions
:
List
<
Transaction
>
?
=
null