public class TransactionInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CellInput |
input |
CellOutput |
output |
byte[] |
outputData |
| Constructor and Description |
|---|
TransactionInput(CellInput input,
CellOutput output) |
TransactionInput(CellInput input,
CellOutput output,
byte[] outputData) |
public CellInput input
public CellOutput output
public byte[] outputData
public TransactionInput(CellInput input, CellOutput output)
public TransactionInput(CellInput input, CellOutput output, byte[] outputData)