public static interface Protos.TransactionOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| com.google.protobuf.ByteString | getScriptBytes()
 script of transaction output | 
| com.google.protobuf.ByteString | getSpentByTransactionHash()
 If spent, the hash of the transaction doing the spend. | 
| int | getSpentByTransactionIndex()
 If spent, the index of the transaction input of the transaction doing the spend. | 
| long | getValue()required int64 value = 1; | 
| boolean | hasScriptBytes()
 script of transaction output | 
| boolean | hasSpentByTransactionHash()
 If spent, the hash of the transaction doing the spend. | 
| boolean | hasSpentByTransactionIndex()
 If spent, the index of the transaction input of the transaction doing the spend. | 
| boolean | hasValue()required int64 value = 1; | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
required int64 value = 1;long getValue()
required int64 value = 1;boolean hasScriptBytes()
script of transaction output
required bytes script_bytes = 2;com.google.protobuf.ByteString getScriptBytes()
script of transaction output
required bytes script_bytes = 2;boolean hasSpentByTransactionHash()
If spent, the hash of the transaction doing the spend.
optional bytes spent_by_transaction_hash = 3;com.google.protobuf.ByteString getSpentByTransactionHash()
If spent, the hash of the transaction doing the spend.
optional bytes spent_by_transaction_hash = 3;boolean hasSpentByTransactionIndex()
If spent, the index of the transaction input of the transaction doing the spend.
optional int32 spent_by_transaction_index = 4;int getSpentByTransactionIndex()
If spent, the index of the transaction input of the transaction doing the spend.
optional int32 spent_by_transaction_index = 4;