public class Transaction extends java.lang.Object implements ApiInterface
Blockchain.getTransaction(byte[]).| Modifier and Type | Field and Description |
|---|---|
byte[] |
hash
The hash of the transaction.
|
long |
networkFee
The network fee payed with this transaction.
|
long |
nonce
A random number assigned to this transaction to make it unique (e.g.
|
byte[] |
script
The script contained in this transaction.
|
byte[] |
sender
Script hash of the transaction's sender.
|
long |
systemFee
The system fee payed with this transaction.
|
long |
validUntilBlock
The block height up to which this transaction is valid as long as it is not included into
a block.
|
byte |
version
The transaction's version number.
|
public final byte[] hash
public final byte version
public final long nonce
public final byte[] sender
public final long systemFee
public final long networkFee
public final long validUntilBlock
public final byte[] script