|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Protos.OutputOrBuilder
| Method Summary | |
|---|---|
long |
getAmount()
optional uint64 amount = 1 [default = 0]; |
com.google.protobuf.ByteString |
getScript()
required bytes script = 2; |
boolean |
hasAmount()
optional uint64 amount = 1 [default = 0]; |
boolean |
hasScript()
required bytes script = 2; |
| 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 hasAmount()
optional uint64 amount = 1 [default = 0];
amount is integer-number-of-satoshis
long getAmount()
optional uint64 amount = 1 [default = 0];
amount is integer-number-of-satoshis
boolean hasScript()
required bytes script = 2;
usually one of the standard Script forms
com.google.protobuf.ByteString getScript()
required bytes script = 2;
usually one of the standard Script forms
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||