toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
SchemaItem
Schema
Item
@
Serializable
data
class
SchemaItem
(
val
authorityPublicKeyBytes
:
AuthorityPublicKeyBytes
,
val
balance
:
DiscoverBalance
,
val
balanceChange
:
DiscoverBalanceChange
)
Members
Constructors
Schema
Item
Link copied to clipboard
constructor
(
authorityPublicKeyBytes
:
AuthorityPublicKeyBytes
,
balance
:
DiscoverBalance
,
balanceChange
:
DiscoverBalanceChange
)
Properties
authority
Public
Key
Bytes
Link copied to clipboard
@
SerialName
(
value
=
"AuthorityPublicKeyBytes"
)
val
authorityPublicKeyBytes
:
AuthorityPublicKeyBytes
balance
Link copied to clipboard
@
SerialName
(
value
=
"Balance"
)
val
balance
:
DiscoverBalance
balance
Change
Link copied to clipboard
@
SerialName
(
value
=
"BalanceChange"
)
val
balanceChange
:
DiscoverBalanceChange