public static interface Protos.OutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
amount is integer-number-of-satoshis
|
com.google.protobuf.ByteString |
getScript()
usually one of the standard Script forms
|
boolean |
hasAmount()
amount is integer-number-of-satoshis
|
boolean |
hasScript()
usually one of the standard Script forms
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAmount()
amount is integer-number-of-satoshis
optional uint64 amount = 1 [default = 0];long getAmount()
amount is integer-number-of-satoshis
optional uint64 amount = 1 [default = 0];boolean hasScript()
usually one of the standard Script forms
required bytes script = 2;com.google.protobuf.ByteString getScript()
usually one of the standard Script forms
required bytes script = 2;