|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Protos.TransactionOutputOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||