public static interface Protos.OutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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
Copyright © 2016. All rights reserved.