bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin
/
TxOut
Tx
Out
common
data
class
TxOut
(
val
amount
:
Satoshi
,
val
publicKeyScript
:
ByteVector
)
:
BtcSerializable
<
TxOut
>
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Tx
Out
Link copied to clipboard
common
fun
TxOut
(
amount
:
Satoshi
,
publicKeyScript
:
ByteArray
)
Content copied to clipboard
Tx
Out
Link copied to clipboard
common
fun
TxOut
(
amount
:
Satoshi
,
publicKeyScript
:
List
<
ScriptElt
>
)
Content copied to clipboard
Tx
Out
Link copied to clipboard
common
fun
TxOut
(
amount
:
Satoshi
,
publicKeyScript
:
ByteVector
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
:
BtcSerializer
<
TxOut
>
Content copied to clipboard
Functions
serializer
Link copied to clipboard
common
open
override
fun
serializer
(
)
:
BtcSerializer
<
TxOut
>
Content copied to clipboard
update
Amount
Link copied to clipboard
common
fun
updateAmount
(
newAmount
:
Satoshi
)
:
TxOut
Content copied to clipboard
update
Public
Key
Script
Link copied to clipboard
common
fun
updatePublicKeyScript
(
input
:
ByteVector
)
:
TxOut
Content copied to clipboard
fun
updatePublicKeyScript
(
input
:
ByteArray
)
:
TxOut
Content copied to clipboard
fun
updatePublicKeyScript
(
input
:
List
<
ScriptElt
>
)
:
TxOut
Content copied to clipboard
weight
Link copied to clipboard
common
fun
weight
(
)
:
Int
Content copied to clipboard
Properties
amount
Link copied to clipboard
common
@
JvmField
val
amount
:
Satoshi
Content copied to clipboard
publicKeyScript
Link copied to clipboard
common
@
JvmField
val
publicKeyScript
:
ByteVector
Content copied to clipboard