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