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_pubkeyThe script_pubkey in this outputlongvalueThe value, in satoshis, of this output
-
Constructor Summary
Constructors Constructor Description TxOut(long value, byte[] script_pubkey)
-