public static final class LightningApi.OpenChannelRequest extends com.google.protobuf.GeneratedMessageV3 implements LightningApi.OpenChannelRequestOrBuilder
lnrpc.OpenChannelRequest| Modifier and Type | Class and Description |
|---|---|
static class |
LightningApi.OpenChannelRequest.Builder
Protobuf type
lnrpc.OpenChannelRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getBaseFee()
The base fee charged regardless of the number of milli-satoshis sent.
|
java.lang.String |
getCloseAddress()
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
|
com.google.protobuf.ByteString |
getCloseAddressBytes()
Close address is an optional address which specifies the address to which
funds should be paid out to upon cooperative close.
|
LightningApi.CommitmentType |
getCommitmentType()
The explicit commitment type to use.
|
int |
getCommitmentTypeValue()
The explicit commitment type to use.
|
static LightningApi.OpenChannelRequest |
getDefaultInstance() |
LightningApi.OpenChannelRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFeeRate()
The fee rate in ppm (parts per million) that will be charged in
proportion of the value of each forwarded HTLC.
|
LightningApi.FundingShim |
getFundingShim()
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
|
LightningApi.FundingShimOrBuilder |
getFundingShimOrBuilder()
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
|
boolean |
getFundMax()
If set, then lnd will attempt to commit all the coins under control of the
internal wallet to open the channel, and the LocalFundingAmount field must
be zero and is ignored.
|
long |
getLocalFundingAmount()
The number of satoshis the wallet should commit to the channel
|
int |
getMaxLocalCsv()
Max local csv is the maximum csv delay we will allow for our own commitment
transaction.
|
java.lang.String |
getMemo()
An optional note-to-self to go along with the channel containing some
useful information.
|
com.google.protobuf.ByteString |
getMemoBytes()
An optional note-to-self to go along with the channel containing some
useful information.
|
int |
getMinConfs()
The minimum number of confirmations each one of your outputs used for
the funding transaction must satisfy.
|
long |
getMinHtlcMsat()
The minimum value in millisatoshi we will require for incoming HTLCs on
the channel.
|
com.google.protobuf.ByteString |
getNodePubkey()
The pubkey of the node to open a channel with.
|
java.lang.String |
getNodePubkeyString()
Deprecated.
lnrpc.OpenChannelRequest.node_pubkey_string is deprecated.
See lightning.api.proto;l=2235
|
com.google.protobuf.ByteString |
getNodePubkeyStringBytes()
Deprecated.
lnrpc.OpenChannelRequest.node_pubkey_string is deprecated.
See lightning.api.proto;l=2235
|
LightningApi.OutPoint |
getOutpoints(int index)
A list of selected outpoints that are allocated for channel funding.
|
int |
getOutpointsCount()
A list of selected outpoints that are allocated for channel funding.
|
java.util.List<LightningApi.OutPoint> |
getOutpointsList()
A list of selected outpoints that are allocated for channel funding.
|
LightningApi.OutPointOrBuilder |
getOutpointsOrBuilder(int index)
A list of selected outpoints that are allocated for channel funding.
|
java.util.List<? extends LightningApi.OutPointOrBuilder> |
getOutpointsOrBuilderList()
A list of selected outpoints that are allocated for channel funding.
|
com.google.protobuf.Parser<LightningApi.OpenChannelRequest> |
getParserForType() |
boolean |
getPrivate()
Whether this channel should be private, not announced to the greater
network.
|
long |
getPushSat()
The number of satoshis to push to the remote side as part of the initial
commitment state
|
long |
getRemoteChanReserveSat()
The number of satoshis we require the remote peer to reserve.
|
int |
getRemoteCsvDelay()
The delay we require on the remote's commitment transaction.
|
int |
getRemoteMaxHtlcs()
The maximum number of concurrent HTLCs we will allow the remote party to add
to the commitment transaction.
|
long |
getRemoteMaxValueInFlightMsat()
The maximum amount of coins in millisatoshi that can be pending within
the channel.
|
long |
getSatPerByte()
Deprecated.
lnrpc.OpenChannelRequest.sat_per_byte is deprecated.
See lightning.api.proto;l=2251
|
long |
getSatPerVbyte()
A manual fee rate set in sat/vbyte that should be used when crafting the
funding transaction.
|
boolean |
getScidAlias()
If this is true, then an option-scid-alias channel-type open will be
attempted.
|
int |
getSerializedSize() |
boolean |
getSpendUnconfirmed()
Whether unconfirmed outputs should be used as inputs for the funding
transaction.
|
int |
getTargetConf()
The target number of blocks that the funding transaction should be
confirmed by.
|
boolean |
getUseBaseFee()
If use_base_fee is true the open channel announcement will update the
channel base fee with the value specified in base_fee.
|
boolean |
getUseFeeRate()
If use_fee_rate is true the open channel announcement will update the
channel fee rate with the value specified in fee_rate.
|
boolean |
getZeroConf()
If this is true, then a zero-conf channel open will be attempted.
|
boolean |
hasFundingShim()
Funding shims are an optional argument that allow the caller to intercept
certain funding functionality.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LightningApi.OpenChannelRequest.Builder |
newBuilder() |
static LightningApi.OpenChannelRequest.Builder |
newBuilder(LightningApi.OpenChannelRequest prototype) |
LightningApi.OpenChannelRequest.Builder |
newBuilderForType() |
protected LightningApi.OpenChannelRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static LightningApi.OpenChannelRequest |
parseDelimitedFrom(java.io.InputStream input) |
static LightningApi.OpenChannelRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LightningApi.OpenChannelRequest |
parseFrom(byte[] data) |
static LightningApi.OpenChannelRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LightningApi.OpenChannelRequest |
parseFrom(java.nio.ByteBuffer data) |
static LightningApi.OpenChannelRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LightningApi.OpenChannelRequest |
parseFrom(com.google.protobuf.ByteString data) |
static LightningApi.OpenChannelRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LightningApi.OpenChannelRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LightningApi.OpenChannelRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LightningApi.OpenChannelRequest |
parseFrom(java.io.InputStream input) |
static LightningApi.OpenChannelRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LightningApi.OpenChannelRequest> |
parser() |
LightningApi.OpenChannelRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SAT_PER_VBYTE_FIELD_NUMBER
public static final int NODE_PUBKEY_FIELD_NUMBER
public static final int NODE_PUBKEY_STRING_FIELD_NUMBER
public static final int LOCAL_FUNDING_AMOUNT_FIELD_NUMBER
public static final int PUSH_SAT_FIELD_NUMBER
public static final int TARGET_CONF_FIELD_NUMBER
public static final int SAT_PER_BYTE_FIELD_NUMBER
public static final int PRIVATE_FIELD_NUMBER
public static final int MIN_HTLC_MSAT_FIELD_NUMBER
public static final int REMOTE_CSV_DELAY_FIELD_NUMBER
public static final int MIN_CONFS_FIELD_NUMBER
public static final int SPEND_UNCONFIRMED_FIELD_NUMBER
public static final int CLOSE_ADDRESS_FIELD_NUMBER
public static final int FUNDING_SHIM_FIELD_NUMBER
public static final int REMOTE_MAX_VALUE_IN_FLIGHT_MSAT_FIELD_NUMBER
public static final int REMOTE_MAX_HTLCS_FIELD_NUMBER
public static final int MAX_LOCAL_CSV_FIELD_NUMBER
public static final int COMMITMENT_TYPE_FIELD_NUMBER
public static final int ZERO_CONF_FIELD_NUMBER
public static final int SCID_ALIAS_FIELD_NUMBER
public static final int BASE_FEE_FIELD_NUMBER
public static final int FEE_RATE_FIELD_NUMBER
public static final int USE_BASE_FEE_FIELD_NUMBER
public static final int USE_FEE_RATE_FIELD_NUMBER
public static final int REMOTE_CHAN_RESERVE_SAT_FIELD_NUMBER
public static final int FUND_MAX_FIELD_NUMBER
public static final int MEMO_FIELD_NUMBER
public static final int OUTPOINTS_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getSatPerVbyte()
A manual fee rate set in sat/vbyte that should be used when crafting the funding transaction.
uint64 sat_per_vbyte = 1;getSatPerVbyte in interface LightningApi.OpenChannelRequestOrBuilderpublic com.google.protobuf.ByteString getNodePubkey()
The pubkey of the node to open a channel with. When using REST, this field must be encoded as base64.
bytes node_pubkey = 2;getNodePubkey in interface LightningApi.OpenChannelRequestOrBuilder@Deprecated public java.lang.String getNodePubkeyString()
The hex encoded pubkey of the node to open a channel with. Deprecated now that the REST gateway supports base64 encoding of bytes fields.
string node_pubkey_string = 3 [deprecated = true];getNodePubkeyString in interface LightningApi.OpenChannelRequestOrBuilder@Deprecated public com.google.protobuf.ByteString getNodePubkeyStringBytes()
The hex encoded pubkey of the node to open a channel with. Deprecated now that the REST gateway supports base64 encoding of bytes fields.
string node_pubkey_string = 3 [deprecated = true];getNodePubkeyStringBytes in interface LightningApi.OpenChannelRequestOrBuilderpublic long getLocalFundingAmount()
The number of satoshis the wallet should commit to the channel
int64 local_funding_amount = 4;getLocalFundingAmount in interface LightningApi.OpenChannelRequestOrBuilderpublic long getPushSat()
The number of satoshis to push to the remote side as part of the initial commitment state
int64 push_sat = 5;getPushSat in interface LightningApi.OpenChannelRequestOrBuilderpublic int getTargetConf()
The target number of blocks that the funding transaction should be confirmed by.
int32 target_conf = 6;getTargetConf in interface LightningApi.OpenChannelRequestOrBuilder@Deprecated public long getSatPerByte()
Deprecated, use sat_per_vbyte. A manual fee rate set in sat/vbyte that should be used when crafting the funding transaction.
int64 sat_per_byte = 7 [deprecated = true];getSatPerByte in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getPrivate()
Whether this channel should be private, not announced to the greater network.
bool private = 8;getPrivate in interface LightningApi.OpenChannelRequestOrBuilderpublic long getMinHtlcMsat()
The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
int64 min_htlc_msat = 9;getMinHtlcMsat in interface LightningApi.OpenChannelRequestOrBuilderpublic int getRemoteCsvDelay()
The delay we require on the remote's commitment transaction. If this is not set, it will be scaled automatically with the channel size.
uint32 remote_csv_delay = 10;getRemoteCsvDelay in interface LightningApi.OpenChannelRequestOrBuilderpublic int getMinConfs()
The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
int32 min_confs = 11;getMinConfs in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getSpendUnconfirmed()
Whether unconfirmed outputs should be used as inputs for the funding transaction.
bool spend_unconfirmed = 12;getSpendUnconfirmed in interface LightningApi.OpenChannelRequestOrBuilderpublic java.lang.String getCloseAddress()
Close address is an optional address which specifies the address to which funds should be paid out to upon cooperative close. This field may only be set if the peer supports the option upfront feature bit (call listpeers to check). The remote peer will only accept cooperative closes to this address if it is set. Note: If this value is set on channel creation, you will *not* be able to cooperatively close out to a different address.
string close_address = 13;getCloseAddress in interface LightningApi.OpenChannelRequestOrBuilderpublic com.google.protobuf.ByteString getCloseAddressBytes()
Close address is an optional address which specifies the address to which funds should be paid out to upon cooperative close. This field may only be set if the peer supports the option upfront feature bit (call listpeers to check). The remote peer will only accept cooperative closes to this address if it is set. Note: If this value is set on channel creation, you will *not* be able to cooperatively close out to a different address.
string close_address = 13;getCloseAddressBytes in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean hasFundingShim()
Funding shims are an optional argument that allow the caller to intercept certain funding functionality. For example, a shim can be provided to use a particular key for the commitment key (ideally cold) rather than use one that is generated by the wallet as normal, or signal that signing will be carried out in an interactive manner (PSBT based).
.lnrpc.FundingShim funding_shim = 14;hasFundingShim in interface LightningApi.OpenChannelRequestOrBuilderpublic LightningApi.FundingShim getFundingShim()
Funding shims are an optional argument that allow the caller to intercept certain funding functionality. For example, a shim can be provided to use a particular key for the commitment key (ideally cold) rather than use one that is generated by the wallet as normal, or signal that signing will be carried out in an interactive manner (PSBT based).
.lnrpc.FundingShim funding_shim = 14;getFundingShim in interface LightningApi.OpenChannelRequestOrBuilderpublic LightningApi.FundingShimOrBuilder getFundingShimOrBuilder()
Funding shims are an optional argument that allow the caller to intercept certain funding functionality. For example, a shim can be provided to use a particular key for the commitment key (ideally cold) rather than use one that is generated by the wallet as normal, or signal that signing will be carried out in an interactive manner (PSBT based).
.lnrpc.FundingShim funding_shim = 14;getFundingShimOrBuilder in interface LightningApi.OpenChannelRequestOrBuilderpublic long getRemoteMaxValueInFlightMsat()
The maximum amount of coins in millisatoshi that can be pending within the channel. It only applies to the remote party.
uint64 remote_max_value_in_flight_msat = 15;getRemoteMaxValueInFlightMsat in interface LightningApi.OpenChannelRequestOrBuilderpublic int getRemoteMaxHtlcs()
The maximum number of concurrent HTLCs we will allow the remote party to add to the commitment transaction.
uint32 remote_max_htlcs = 16;getRemoteMaxHtlcs in interface LightningApi.OpenChannelRequestOrBuilderpublic int getMaxLocalCsv()
Max local csv is the maximum csv delay we will allow for our own commitment transaction.
uint32 max_local_csv = 17;getMaxLocalCsv in interface LightningApi.OpenChannelRequestOrBuilderpublic int getCommitmentTypeValue()
The explicit commitment type to use. Note this field will only be used if the remote peer supports explicit channel negotiation.
.lnrpc.CommitmentType commitment_type = 18;getCommitmentTypeValue in interface LightningApi.OpenChannelRequestOrBuilderpublic LightningApi.CommitmentType getCommitmentType()
The explicit commitment type to use. Note this field will only be used if the remote peer supports explicit channel negotiation.
.lnrpc.CommitmentType commitment_type = 18;getCommitmentType in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getZeroConf()
If this is true, then a zero-conf channel open will be attempted.
bool zero_conf = 19;getZeroConf in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getScidAlias()
If this is true, then an option-scid-alias channel-type open will be attempted.
bool scid_alias = 20;getScidAlias in interface LightningApi.OpenChannelRequestOrBuilderpublic long getBaseFee()
The base fee charged regardless of the number of milli-satoshis sent.
uint64 base_fee = 21;getBaseFee in interface LightningApi.OpenChannelRequestOrBuilderpublic long getFeeRate()
The fee rate in ppm (parts per million) that will be charged in proportion of the value of each forwarded HTLC.
uint64 fee_rate = 22;getFeeRate in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getUseBaseFee()
If use_base_fee is true the open channel announcement will update the channel base fee with the value specified in base_fee. In the case of a base_fee of 0 use_base_fee is needed downstream to distinguish whether to use the default base fee value specified in the config or 0.
bool use_base_fee = 23;getUseBaseFee in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getUseFeeRate()
If use_fee_rate is true the open channel announcement will update the channel fee rate with the value specified in fee_rate. In the case of a fee_rate of 0 use_fee_rate is needed downstream to distinguish whether to use the default fee rate value specified in the config or 0.
bool use_fee_rate = 24;getUseFeeRate in interface LightningApi.OpenChannelRequestOrBuilderpublic long getRemoteChanReserveSat()
The number of satoshis we require the remote peer to reserve. This value, if specified, must be above the dust limit and below 20% of the channel capacity.
uint64 remote_chan_reserve_sat = 25;getRemoteChanReserveSat in interface LightningApi.OpenChannelRequestOrBuilderpublic boolean getFundMax()
If set, then lnd will attempt to commit all the coins under control of the internal wallet to open the channel, and the LocalFundingAmount field must be zero and is ignored.
bool fund_max = 26;getFundMax in interface LightningApi.OpenChannelRequestOrBuilderpublic java.lang.String getMemo()
An optional note-to-self to go along with the channel containing some useful information. This is only ever stored locally and in no way impacts the channel's operation.
string memo = 27;getMemo in interface LightningApi.OpenChannelRequestOrBuilderpublic com.google.protobuf.ByteString getMemoBytes()
An optional note-to-self to go along with the channel containing some useful information. This is only ever stored locally and in no way impacts the channel's operation.
string memo = 27;getMemoBytes in interface LightningApi.OpenChannelRequestOrBuilderpublic java.util.List<LightningApi.OutPoint> getOutpointsList()
A list of selected outpoints that are allocated for channel funding.
repeated .lnrpc.OutPoint outpoints = 28;getOutpointsList in interface LightningApi.OpenChannelRequestOrBuilderpublic java.util.List<? extends LightningApi.OutPointOrBuilder> getOutpointsOrBuilderList()
A list of selected outpoints that are allocated for channel funding.
repeated .lnrpc.OutPoint outpoints = 28;getOutpointsOrBuilderList in interface LightningApi.OpenChannelRequestOrBuilderpublic int getOutpointsCount()
A list of selected outpoints that are allocated for channel funding.
repeated .lnrpc.OutPoint outpoints = 28;getOutpointsCount in interface LightningApi.OpenChannelRequestOrBuilderpublic LightningApi.OutPoint getOutpoints(int index)
A list of selected outpoints that are allocated for channel funding.
repeated .lnrpc.OutPoint outpoints = 28;getOutpoints in interface LightningApi.OpenChannelRequestOrBuilderpublic LightningApi.OutPointOrBuilder getOutpointsOrBuilder(int index)
A list of selected outpoints that are allocated for channel funding.
repeated .lnrpc.OutPoint outpoints = 28;getOutpointsOrBuilder in interface LightningApi.OpenChannelRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LightningApi.OpenChannelRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.OpenChannelRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.OpenChannelRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.OpenChannelRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.OpenChannelRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.OpenChannelRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LightningApi.OpenChannelRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.OpenChannelRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.OpenChannelRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.OpenChannelRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.OpenChannelRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LightningApi.OpenChannelRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LightningApi.OpenChannelRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LightningApi.OpenChannelRequest.Builder newBuilder()
public static LightningApi.OpenChannelRequest.Builder newBuilder(LightningApi.OpenChannelRequest prototype)
public LightningApi.OpenChannelRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LightningApi.OpenChannelRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LightningApi.OpenChannelRequest getDefaultInstance()
public static com.google.protobuf.Parser<LightningApi.OpenChannelRequest> parser()
public com.google.protobuf.Parser<LightningApi.OpenChannelRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LightningApi.OpenChannelRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder