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() |