Kryptokrona Kotlin SDK
jvm
kryptokrona-node
/
org.kryptokrona.sdk.node.model.response.transaction
/
TransactionInfo
Transaction
Info
@
Serializable
data
class
TransactionInfo
(
val
amountOut
:
Long
,
val
fee
:
Long
,
val
hash
:
String
,
val
size
:
Long
)
Transaction info.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Transaction
Info
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