|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protos.Output.Builder | |
|---|---|
| org.bitcoin.protocols.payments | |
| Uses of Protos.Output.Builder in org.bitcoin.protocols.payments |
|---|
| Methods in org.bitcoin.protocols.payments that return Protos.Output.Builder | |
|---|---|
Protos.Output.Builder |
Protos.PaymentDetails.Builder.addOutputsBuilder()
repeated .payments.Output outputs = 2; |
Protos.Output.Builder |
Protos.PaymentDetails.Builder.addOutputsBuilder(int index)
repeated .payments.Output outputs = 2; |
Protos.Output.Builder |
Protos.Payment.Builder.addRefundToBuilder()
repeated .payments.Output refund_to = 3; |
Protos.Output.Builder |
Protos.Payment.Builder.addRefundToBuilder(int index)
repeated .payments.Output refund_to = 3; |
Protos.Output.Builder |
Protos.Output.Builder.clear()
|
Protos.Output.Builder |
Protos.Output.Builder.clearAmount()
optional uint64 amount = 1 [default = 0]; |
Protos.Output.Builder |
Protos.Output.Builder.clearScript()
required bytes script = 2; |
Protos.Output.Builder |
Protos.Output.Builder.clone()
|
Protos.Output.Builder |
Protos.PaymentDetails.Builder.getOutputsBuilder(int index)
repeated .payments.Output outputs = 2; |
Protos.Output.Builder |
Protos.Payment.Builder.getRefundToBuilder(int index)
repeated .payments.Output refund_to = 3; |
Protos.Output.Builder |
Protos.Output.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Protos.Output.Builder |
Protos.Output.Builder.mergeFrom(com.google.protobuf.Message other)
|
Protos.Output.Builder |
Protos.Output.Builder.mergeFrom(Protos.Output other)
|
static Protos.Output.Builder |
Protos.Output.newBuilder()
|
static Protos.Output.Builder |
Protos.Output.newBuilder(Protos.Output prototype)
|
Protos.Output.Builder |
Protos.Output.newBuilderForType()
|
protected Protos.Output.Builder |
Protos.Output.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
Protos.Output.Builder |
Protos.Output.Builder.setAmount(long value)
optional uint64 amount = 1 [default = 0]; |
Protos.Output.Builder |
Protos.Output.Builder.setScript(com.google.protobuf.ByteString value)
required bytes script = 2; |
Protos.Output.Builder |
Protos.Output.toBuilder()
|
| Methods in org.bitcoin.protocols.payments that return types with arguments of type Protos.Output.Builder | |
|---|---|
List<Protos.Output.Builder> |
Protos.PaymentDetails.Builder.getOutputsBuilderList()
repeated .payments.Output outputs = 2; |
List<Protos.Output.Builder> |
Protos.Payment.Builder.getRefundToBuilderList()
repeated .payments.Output refund_to = 3; |
| Methods in org.bitcoin.protocols.payments with parameters of type Protos.Output.Builder | |
|---|---|
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.addOutputs(int index,
Protos.Output.Builder builderForValue)
repeated .payments.Output outputs = 2; |
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.addOutputs(Protos.Output.Builder builderForValue)
repeated .payments.Output outputs = 2; |
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(int index,
Protos.Output.Builder builderForValue)
repeated .payments.Output refund_to = 3; |
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(Protos.Output.Builder builderForValue)
repeated .payments.Output refund_to = 3; |
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.setOutputs(int index,
Protos.Output.Builder builderForValue)
repeated .payments.Output outputs = 2; |
Protos.Payment.Builder |
Protos.Payment.Builder.setRefundTo(int index,
Protos.Output.Builder builderForValue)
repeated .payments.Output refund_to = 3; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||