Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clear() |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearClientKey()
optional bytes client_key = 3;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearInitialPayment()
required .paymentchannels.UpdatePayment initial_payment = 2;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearTx()
required bytes tx = 1;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clone() |
Protos.ProvideContract.Builder |
Protos.TwoWayChannelMessage.Builder.getProvideContractBuilder()
optional .paymentchannels.ProvideContract provide_contract = 7;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeFrom(Protos.ProvideContract other) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeInitialPayment(Protos.UpdatePayment value)
required .paymentchannels.UpdatePayment initial_payment = 2;
|
static Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilder() |
static Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilder(Protos.ProvideContract prototype) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilderForType() |
protected Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setClientKey(com.google.protobuf.ByteString value)
optional bytes client_key = 3;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment.Builder builderForValue)
required .paymentchannels.UpdatePayment initial_payment = 2;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment value)
required .paymentchannels.UpdatePayment initial_payment = 2;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setTx(com.google.protobuf.ByteString value)
required bytes tx = 1;
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.toBuilder() |