-
- All Implemented Interfaces:
public final class TxOut
A transaction output, which defines new coins to be created from old ones.
-
-
Method Summary
Modifier and Type Method Description final ULong
getValue()
The value of the output, in satoshis. final Unit
setValue(ULong value)
The value of the output, in satoshis. final String
getAddress()
The address of the output. final Unit
setAddress(String address)
The address of the output. -
-
Method Detail
-
getAddress
final String getAddress()
The address of the output.
-
setAddress
final Unit setAddress(String address)
The address of the output.
-
-
-
-