Package org.ldk.structs
Class TxOut
- java.lang.Object
-
- org.ldk.structs.TxOut
-
public class TxOut extends Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
script_pubkey
The script_pubkey in this outputlong
value
The value, in satoshis, of this output
-
Constructor Summary
Constructors Constructor Description TxOut(long value, byte[] script_pubkey)
-