Kryptokrona Kotlin SDK
jvm
kryptokrona-node
/
org.kryptokrona.sdk.node.model.response.block
/
BlockTransaction
Block
Transaction
@
Serializable
data
class
BlockTransaction
(
val
amountOut
:
Long
,
val
fee
:
Long
,
val
hash
:
String
,
val
size
:
Long
)
Block transaction.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Block
Transaction
Link copied to clipboard
constructor
(
amountOut
:
Long
,
fee
:
Long
,
hash
:
String
,
size
:
Long
)
Properties
amount
Out
Link copied to clipboard
val
amountOut
:
Long
fee
Link copied to clipboard
val
fee
:
Long
hash
Link copied to clipboard
val
hash
:
String
size
Link copied to clipboard
val
size
:
Long