toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
NexaTxOutpoint
Nexa
Tx
Outpoint
data
class
NexaTxOutpoint
(
val
hash
:
Hash256
)
:
iTxOutpoint
Members
Constructors
Nexa
Tx
Outpoint
Link copied to clipboard
constructor
(
stream
:
BCHserialized
)
constructor
(
txhash
:
Hash256
,
outputIdx
:
Int
)
constructor
(
txhash
:
Hash256
,
outputIdx
:
Long
)
constructor
(
outpointHex
:
String
)
constructor
(
hash
:
Hash256
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hash
Link copied to clipboard
val
hash
:
Hash256
Functions
BCHdeserialize
Link copied to clipboard
open
override
fun
BCHdeserialize
(
stream
:
BCHserialized
)
:
BCHserialized
BCHserialize
Link copied to clipboard
open
override
fun
BCHserialize
(
format
:
SerializationType
)
:
BCHserialized
to
Byte
Array
Link copied to clipboard
open
fun
toByteArray
(
format
:
SerializationType
=
SerializationType.UNKNOWN
)
:
ByteArray
to
Hex
Link copied to clipboard
open
override
fun
toHex
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String