Kryptokrona Kotlin SDK
jvm
kryptokrona-node
/
org.kryptokrona.sdk.node.model.response.transaction
/
TransactionInfo2
Transaction
Info2
@
Serializable
data
class
TransactionInfo2
(
val
extra
:
String
,
val
unlockTime
:
Long
,
val
version
:
Int
,
val
vin
:
List
<
Vin
>
,
val
vout
:
List
<
Vout
>
)
Transaction info 2.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Transaction
Info2
Link copied to clipboard
constructor
(
extra
:
String
,
unlockTime
:
Long
,
version
:
Int
,
vin
:
List
<
Vin
>
,
vout
:
List
<
Vout
>
)
Properties
extra
Link copied to clipboard
val
extra
:
String
unlock
Time
Link copied to clipboard
val
unlockTime
:
Long
version
Link copied to clipboard
val
version
:
Int
vin
Link copied to clipboard
val
vin
:
List
<
Vin
>
vout
Link copied to clipboard
val
vout
:
List
<
Vout
>