{-# LANGUAGE ScopedTypeVariables, DataKinds, TypeFamilies, UndecidableInstances, GeneralizedNewtypeDeriving, MultiParamTypeClasses, FlexibleContexts, FlexibleInstances, PatternSynonyms, MagicHash, NoImplicitPrelude, DataKinds, BangPatterns, TypeApplications, OverloadedStrings, DerivingStrategies#-}
{-# OPTIONS_GHC -Wno-unused-imports#-}
{-# OPTIONS_GHC -Wno-duplicate-exports#-}
{-# OPTIONS_GHC -Wno-dodgy-exports#-}
module Proto.RouterGrpc (
Router(..), BuildRouteRequest(), BuildRouteResponse(),
ChanStatusAction(..), ChanStatusAction(),
ChanStatusAction'UnrecognizedValue, CircuitKey(),
FailureDetail(..), FailureDetail(),
FailureDetail'UnrecognizedValue, ForwardEvent(),
ForwardFailEvent(), ForwardHtlcInterceptRequest(),
ForwardHtlcInterceptRequest'CustomRecordsEntry(),
ForwardHtlcInterceptResponse(), GetMissionControlConfigRequest(),
GetMissionControlConfigResponse(), HtlcEvent(),
HtlcEvent'Event(..), _HtlcEvent'ForwardEvent,
_HtlcEvent'ForwardFailEvent, _HtlcEvent'SettleEvent,
_HtlcEvent'LinkFailEvent, HtlcEvent'EventType(..),
HtlcEvent'EventType(), HtlcEvent'EventType'UnrecognizedValue,
HtlcInfo(), LinkFailEvent(), MissionControlConfig(), PairData(),
PairHistory(), PaymentState(..), PaymentState(),
PaymentState'UnrecognizedValue, PaymentStatus(),
QueryMissionControlRequest(), QueryMissionControlResponse(),
QueryProbabilityRequest(), QueryProbabilityResponse(),
ResetMissionControlRequest(), ResetMissionControlResponse(),
ResolveHoldForwardAction(..), ResolveHoldForwardAction(),
ResolveHoldForwardAction'UnrecognizedValue, RouteFeeRequest(),
RouteFeeResponse(), SendPaymentRequest(),
SendPaymentRequest'DestCustomRecordsEntry(), SendToRouteRequest(),
SendToRouteResponse(), SetMissionControlConfigRequest(),
SetMissionControlConfigResponse(), SettleEvent(),
SubscribeHtlcEventsRequest(), TrackPaymentRequest(),
UpdateChanStatusRequest(), UpdateChanStatusResponse(),
XImportMissionControlRequest(), XImportMissionControlResponse()
) where
import qualified Data.ProtoLens.Runtime.Control.DeepSeq as Control.DeepSeq
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Prism as Data.ProtoLens.Prism
import qualified Data.ProtoLens.Runtime.Prelude as Prelude
import qualified Data.ProtoLens.Runtime.Data.Int as Data.Int
import qualified Data.ProtoLens.Runtime.Data.Monoid as Data.Monoid
import qualified Data.ProtoLens.Runtime.Data.Word as Data.Word
import qualified Data.ProtoLens.Runtime.Data.ProtoLens as Data.ProtoLens
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Bytes as Data.ProtoLens.Encoding.Bytes
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Growing as Data.ProtoLens.Encoding.Growing
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Parser.Unsafe as Data.ProtoLens.Encoding.Parser.Unsafe
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Wire as Data.ProtoLens.Encoding.Wire
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Field as Data.ProtoLens.Field
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Message.Enum as Data.ProtoLens.Message.Enum
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Service.Types as Data.ProtoLens.Service.Types
import qualified Data.ProtoLens.Runtime.Lens.Family2 as Lens.Family2
import qualified Data.ProtoLens.Runtime.Lens.Family2.Unchecked as Lens.Family2.Unchecked
import qualified Data.ProtoLens.Runtime.Data.Text as Data.Text
import qualified Data.ProtoLens.Runtime.Data.Map as Data.Map
import qualified Data.ProtoLens.Runtime.Data.ByteString as Data.ByteString
import qualified Data.ProtoLens.Runtime.Data.ByteString.Char8 as Data.ByteString.Char8
import qualified Data.ProtoLens.Runtime.Data.Text.Encoding as Data.Text.Encoding
import qualified Data.ProtoLens.Runtime.Data.Vector as Data.Vector
import qualified Data.ProtoLens.Runtime.Data.Vector.Generic as Data.Vector.Generic
import qualified Data.ProtoLens.Runtime.Data.Vector.Unboxed as Data.Vector.Unboxed
import qualified Data.ProtoLens.Runtime.Text.Read as Text.Read
import qualified Proto.LndGrpc
data BuildRouteRequest
= BuildRouteRequest'_constructor {_BuildRouteRequest'amtMsat :: !Data.Int.Int64,
_BuildRouteRequest'finalCltvDelta :: !Data.Int.Int32,
_BuildRouteRequest'outgoingChanId :: !Data.Word.Word64,
_BuildRouteRequest'hopPubkeys :: !(Data.Vector.Vector Data.ByteString.ByteString),
_BuildRouteRequest'paymentAddr :: !Data.ByteString.ByteString,
_BuildRouteRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show BuildRouteRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField BuildRouteRequest "amtMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteRequest'amtMsat
(\ x__ y__ -> x__ {_BuildRouteRequest'amtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField BuildRouteRequest "finalCltvDelta" Data.Int.Int32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteRequest'finalCltvDelta
(\ x__ y__ -> x__ {_BuildRouteRequest'finalCltvDelta = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField BuildRouteRequest "outgoingChanId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteRequest'outgoingChanId
(\ x__ y__ -> x__ {_BuildRouteRequest'outgoingChanId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField BuildRouteRequest "hopPubkeys" [Data.ByteString.ByteString] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteRequest'hopPubkeys
(\ x__ y__ -> x__ {_BuildRouteRequest'hopPubkeys = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField BuildRouteRequest "vec'hopPubkeys" (Data.Vector.Vector Data.ByteString.ByteString) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteRequest'hopPubkeys
(\ x__ y__ -> x__ {_BuildRouteRequest'hopPubkeys = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField BuildRouteRequest "paymentAddr" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteRequest'paymentAddr
(\ x__ y__ -> x__ {_BuildRouteRequest'paymentAddr = y__}))
Prelude.id
instance Data.ProtoLens.Message BuildRouteRequest where
messageName _ = Data.Text.pack "routerrpc.BuildRouteRequest"
packedMessageDescriptor _
= "\n\
\\DC1BuildRouteRequest\DC2\EM\n\
\\bamt_msat\CAN\SOH \SOH(\ETXR\aamtMsat\DC2(\n\
\\DLEfinal_cltv_delta\CAN\STX \SOH(\ENQR\SOfinalCltvDelta\DC2,\n\
\\DLEoutgoing_chan_id\CAN\ETX \SOH(\EOTR\SOoutgoingChanIdB\STX0\SOH\DC2\US\n\
\\vhop_pubkeys\CAN\EOT \ETX(\fR\n\
\hopPubkeys\DC2!\n\
\\fpayment_addr\CAN\ENQ \SOH(\fR\vpaymentAddr"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
amtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"amtMsat")) ::
Data.ProtoLens.FieldDescriptor BuildRouteRequest
finalCltvDelta__field_descriptor
= Data.ProtoLens.FieldDescriptor
"final_cltv_delta"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"finalCltvDelta")) ::
Data.ProtoLens.FieldDescriptor BuildRouteRequest
outgoingChanId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_chan_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingChanId")) ::
Data.ProtoLens.FieldDescriptor BuildRouteRequest
hopPubkeys__field_descriptor
= Data.ProtoLens.FieldDescriptor
"hop_pubkeys"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Unpacked
(Data.ProtoLens.Field.field @"hopPubkeys")) ::
Data.ProtoLens.FieldDescriptor BuildRouteRequest
paymentAddr__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_addr"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentAddr")) ::
Data.ProtoLens.FieldDescriptor BuildRouteRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, amtMsat__field_descriptor),
(Data.ProtoLens.Tag 2, finalCltvDelta__field_descriptor),
(Data.ProtoLens.Tag 3, outgoingChanId__field_descriptor),
(Data.ProtoLens.Tag 4, hopPubkeys__field_descriptor),
(Data.ProtoLens.Tag 5, paymentAddr__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_BuildRouteRequest'_unknownFields
(\ x__ y__ -> x__ {_BuildRouteRequest'_unknownFields = y__})
defMessage
= BuildRouteRequest'_constructor
{_BuildRouteRequest'amtMsat = Data.ProtoLens.fieldDefault,
_BuildRouteRequest'finalCltvDelta = Data.ProtoLens.fieldDefault,
_BuildRouteRequest'outgoingChanId = Data.ProtoLens.fieldDefault,
_BuildRouteRequest'hopPubkeys = Data.Vector.Generic.empty,
_BuildRouteRequest'paymentAddr = Data.ProtoLens.fieldDefault,
_BuildRouteRequest'_unknownFields = []}
parseMessage
= let
loop ::
BuildRouteRequest
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Vector Data.ProtoLens.Encoding.Growing.RealWorld Data.ByteString.ByteString
-> Data.ProtoLens.Encoding.Bytes.Parser BuildRouteRequest
loop x mutable'hopPubkeys
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do frozen'hopPubkeys <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze
mutable'hopPubkeys)
(let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields
(\ !t -> Prelude.reverse t)
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'hopPubkeys")
frozen'hopPubkeys
x))
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"amt_msat"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"amtMsat") y x)
mutable'hopPubkeys
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"final_cltv_delta"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"finalCltvDelta") y x)
mutable'hopPubkeys
24
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "outgoing_chan_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingChanId") y x)
mutable'hopPubkeys
34
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"hop_pubkeys"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append mutable'hopPubkeys y)
loop x v
42
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"payment_addr"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"paymentAddr") y x)
mutable'hopPubkeys
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
mutable'hopPubkeys
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do mutable'hopPubkeys <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
loop Data.ProtoLens.defMessage mutable'hopPubkeys)
"BuildRouteRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"amtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"finalCltvDelta") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingChanId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 24)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 34)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Lens.Family2.view
(Data.ProtoLens.Field.field @"vec'hopPubkeys") _x))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"paymentAddr") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 42)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))))
instance Control.DeepSeq.NFData BuildRouteRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_BuildRouteRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_BuildRouteRequest'amtMsat x__)
(Control.DeepSeq.deepseq
(_BuildRouteRequest'finalCltvDelta x__)
(Control.DeepSeq.deepseq
(_BuildRouteRequest'outgoingChanId x__)
(Control.DeepSeq.deepseq
(_BuildRouteRequest'hopPubkeys x__)
(Control.DeepSeq.deepseq
(_BuildRouteRequest'paymentAddr x__) ())))))
data BuildRouteResponse
= BuildRouteResponse'_constructor {_BuildRouteResponse'route :: !(Prelude.Maybe Proto.LndGrpc.Route),
_BuildRouteResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show BuildRouteResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField BuildRouteResponse "route" Proto.LndGrpc.Route where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteResponse'route
(\ x__ y__ -> x__ {_BuildRouteResponse'route = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField BuildRouteResponse "maybe'route" (Prelude.Maybe Proto.LndGrpc.Route) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_BuildRouteResponse'route
(\ x__ y__ -> x__ {_BuildRouteResponse'route = y__}))
Prelude.id
instance Data.ProtoLens.Message BuildRouteResponse where
messageName _ = Data.Text.pack "routerrpc.BuildRouteResponse"
packedMessageDescriptor _
= "\n\
\\DC2BuildRouteResponse\DC2\"\n\
\\ENQroute\CAN\SOH \SOH(\v2\f.lnrpc.RouteR\ENQroute"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
route__field_descriptor
= Data.ProtoLens.FieldDescriptor
"route"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.Route)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'route")) ::
Data.ProtoLens.FieldDescriptor BuildRouteResponse
in
Data.Map.fromList [(Data.ProtoLens.Tag 1, route__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_BuildRouteResponse'_unknownFields
(\ x__ y__ -> x__ {_BuildRouteResponse'_unknownFields = y__})
defMessage
= BuildRouteResponse'_constructor
{_BuildRouteResponse'route = Prelude.Nothing,
_BuildRouteResponse'_unknownFields = []}
parseMessage
= let
loop ::
BuildRouteResponse
-> Data.ProtoLens.Encoding.Bytes.Parser BuildRouteResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"route"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"route") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "BuildRouteResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'route") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData BuildRouteResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_BuildRouteResponse'_unknownFields x__)
(Control.DeepSeq.deepseq (_BuildRouteResponse'route x__) ())
newtype ChanStatusAction'UnrecognizedValue
= ChanStatusAction'UnrecognizedValue Data.Int.Int32
deriving stock (Prelude.Eq, Prelude.Ord, Prelude.Show)
data ChanStatusAction
= ENABLE |
DISABLE |
AUTO |
ChanStatusAction'Unrecognized !ChanStatusAction'UnrecognizedValue
deriving stock (Prelude.Show, Prelude.Eq, Prelude.Ord)
instance Data.ProtoLens.MessageEnum ChanStatusAction where
maybeToEnum 0 = Prelude.Just ENABLE
maybeToEnum 1 = Prelude.Just DISABLE
maybeToEnum 2 = Prelude.Just AUTO
maybeToEnum k
= Prelude.Just
(ChanStatusAction'Unrecognized
(ChanStatusAction'UnrecognizedValue (Prelude.fromIntegral k)))
showEnum ENABLE = "ENABLE"
showEnum DISABLE = "DISABLE"
showEnum AUTO = "AUTO"
showEnum
(ChanStatusAction'Unrecognized (ChanStatusAction'UnrecognizedValue k))
= Prelude.show k
readEnum k
| (Prelude.==) k "ENABLE" = Prelude.Just ENABLE
| (Prelude.==) k "DISABLE" = Prelude.Just DISABLE
| (Prelude.==) k "AUTO" = Prelude.Just AUTO
| Prelude.otherwise
= (Prelude.>>=) (Text.Read.readMaybe k) Data.ProtoLens.maybeToEnum
instance Prelude.Bounded ChanStatusAction where
minBound = ENABLE
maxBound = AUTO
instance Prelude.Enum ChanStatusAction where
toEnum k__
= Prelude.maybe
(Prelude.error
((Prelude.++)
"toEnum: unknown value for enum ChanStatusAction: "
(Prelude.show k__)))
Prelude.id
(Data.ProtoLens.maybeToEnum k__)
fromEnum ENABLE = 0
fromEnum DISABLE = 1
fromEnum AUTO = 2
fromEnum
(ChanStatusAction'Unrecognized (ChanStatusAction'UnrecognizedValue k))
= Prelude.fromIntegral k
succ AUTO
= Prelude.error
"ChanStatusAction.succ: bad argument AUTO. This value would be out of bounds."
succ ENABLE = DISABLE
succ DISABLE = AUTO
succ (ChanStatusAction'Unrecognized _)
= Prelude.error
"ChanStatusAction.succ: bad argument: unrecognized value"
pred ENABLE
= Prelude.error
"ChanStatusAction.pred: bad argument ENABLE. This value would be out of bounds."
pred DISABLE = ENABLE
pred AUTO = DISABLE
pred (ChanStatusAction'Unrecognized _)
= Prelude.error
"ChanStatusAction.pred: bad argument: unrecognized value"
enumFrom = Data.ProtoLens.Message.Enum.messageEnumFrom
enumFromTo = Data.ProtoLens.Message.Enum.messageEnumFromTo
enumFromThen = Data.ProtoLens.Message.Enum.messageEnumFromThen
enumFromThenTo = Data.ProtoLens.Message.Enum.messageEnumFromThenTo
instance Data.ProtoLens.FieldDefault ChanStatusAction where
fieldDefault = ENABLE
instance Control.DeepSeq.NFData ChanStatusAction where
rnf x__ = Prelude.seq x__ ()
data CircuitKey
= CircuitKey'_constructor {_CircuitKey'chanId :: !Data.Word.Word64,
_CircuitKey'htlcId :: !Data.Word.Word64,
_CircuitKey'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show CircuitKey where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField CircuitKey "chanId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_CircuitKey'chanId (\ x__ y__ -> x__ {_CircuitKey'chanId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField CircuitKey "htlcId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_CircuitKey'htlcId (\ x__ y__ -> x__ {_CircuitKey'htlcId = y__}))
Prelude.id
instance Data.ProtoLens.Message CircuitKey where
messageName _ = Data.Text.pack "routerrpc.CircuitKey"
packedMessageDescriptor _
= "\n\
\\n\
\CircuitKey\DC2\ETB\n\
\\achan_id\CAN\SOH \SOH(\EOTR\ACKchanId\DC2\ETB\n\
\\ahtlc_id\CAN\STX \SOH(\EOTR\ACKhtlcId"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
chanId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"chan_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"chanId")) ::
Data.ProtoLens.FieldDescriptor CircuitKey
htlcId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"htlc_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"htlcId")) ::
Data.ProtoLens.FieldDescriptor CircuitKey
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, chanId__field_descriptor),
(Data.ProtoLens.Tag 2, htlcId__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_CircuitKey'_unknownFields
(\ x__ y__ -> x__ {_CircuitKey'_unknownFields = y__})
defMessage
= CircuitKey'_constructor
{_CircuitKey'chanId = Data.ProtoLens.fieldDefault,
_CircuitKey'htlcId = Data.ProtoLens.fieldDefault,
_CircuitKey'_unknownFields = []}
parseMessage
= let
loop ::
CircuitKey -> Data.ProtoLens.Encoding.Bytes.Parser CircuitKey
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "chan_id"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"chanId") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "htlc_id"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"htlcId") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "CircuitKey"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"chanId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"htlcId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData CircuitKey where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_CircuitKey'_unknownFields x__)
(Control.DeepSeq.deepseq
(_CircuitKey'chanId x__)
(Control.DeepSeq.deepseq (_CircuitKey'htlcId x__) ()))
newtype FailureDetail'UnrecognizedValue
= FailureDetail'UnrecognizedValue Data.Int.Int32
deriving stock (Prelude.Eq, Prelude.Ord, Prelude.Show)
data FailureDetail
= UNKNOWN |
NO_DETAIL |
ONION_DECODE |
LINK_NOT_ELIGIBLE |
ON_CHAIN_TIMEOUT |
HTLC_EXCEEDS_MAX |
INSUFFICIENT_BALANCE |
INCOMPLETE_FORWARD |
HTLC_ADD_FAILED |
FORWARDS_DISABLED |
INVOICE_CANCELED |
INVOICE_UNDERPAID |
INVOICE_EXPIRY_TOO_SOON |
INVOICE_NOT_OPEN |
MPP_INVOICE_TIMEOUT |
ADDRESS_MISMATCH |
SET_TOTAL_MISMATCH |
SET_TOTAL_TOO_LOW |
SET_OVERPAID |
UNKNOWN_INVOICE |
INVALID_KEYSEND |
MPP_IN_PROGRESS |
CIRCULAR_ROUTE |
FailureDetail'Unrecognized !FailureDetail'UnrecognizedValue
deriving stock (Prelude.Show, Prelude.Eq, Prelude.Ord)
instance Data.ProtoLens.MessageEnum FailureDetail where
maybeToEnum 0 = Prelude.Just UNKNOWN
maybeToEnum 1 = Prelude.Just NO_DETAIL
maybeToEnum 2 = Prelude.Just ONION_DECODE
maybeToEnum 3 = Prelude.Just LINK_NOT_ELIGIBLE
maybeToEnum 4 = Prelude.Just ON_CHAIN_TIMEOUT
maybeToEnum 5 = Prelude.Just HTLC_EXCEEDS_MAX
maybeToEnum 6 = Prelude.Just INSUFFICIENT_BALANCE
maybeToEnum 7 = Prelude.Just INCOMPLETE_FORWARD
maybeToEnum 8 = Prelude.Just HTLC_ADD_FAILED
maybeToEnum 9 = Prelude.Just FORWARDS_DISABLED
maybeToEnum 10 = Prelude.Just INVOICE_CANCELED
maybeToEnum 11 = Prelude.Just INVOICE_UNDERPAID
maybeToEnum 12 = Prelude.Just INVOICE_EXPIRY_TOO_SOON
maybeToEnum 13 = Prelude.Just INVOICE_NOT_OPEN
maybeToEnum 14 = Prelude.Just MPP_INVOICE_TIMEOUT
maybeToEnum 15 = Prelude.Just ADDRESS_MISMATCH
maybeToEnum 16 = Prelude.Just SET_TOTAL_MISMATCH
maybeToEnum 17 = Prelude.Just SET_TOTAL_TOO_LOW
maybeToEnum 18 = Prelude.Just SET_OVERPAID
maybeToEnum 19 = Prelude.Just UNKNOWN_INVOICE
maybeToEnum 20 = Prelude.Just INVALID_KEYSEND
maybeToEnum 21 = Prelude.Just MPP_IN_PROGRESS
maybeToEnum 22 = Prelude.Just CIRCULAR_ROUTE
maybeToEnum k
= Prelude.Just
(FailureDetail'Unrecognized
(FailureDetail'UnrecognizedValue (Prelude.fromIntegral k)))
showEnum UNKNOWN = "UNKNOWN"
showEnum NO_DETAIL = "NO_DETAIL"
showEnum ONION_DECODE = "ONION_DECODE"
showEnum LINK_NOT_ELIGIBLE = "LINK_NOT_ELIGIBLE"
showEnum ON_CHAIN_TIMEOUT = "ON_CHAIN_TIMEOUT"
showEnum HTLC_EXCEEDS_MAX = "HTLC_EXCEEDS_MAX"
showEnum INSUFFICIENT_BALANCE = "INSUFFICIENT_BALANCE"
showEnum INCOMPLETE_FORWARD = "INCOMPLETE_FORWARD"
showEnum HTLC_ADD_FAILED = "HTLC_ADD_FAILED"
showEnum FORWARDS_DISABLED = "FORWARDS_DISABLED"
showEnum INVOICE_CANCELED = "INVOICE_CANCELED"
showEnum INVOICE_UNDERPAID = "INVOICE_UNDERPAID"
showEnum INVOICE_EXPIRY_TOO_SOON = "INVOICE_EXPIRY_TOO_SOON"
showEnum INVOICE_NOT_OPEN = "INVOICE_NOT_OPEN"
showEnum MPP_INVOICE_TIMEOUT = "MPP_INVOICE_TIMEOUT"
showEnum ADDRESS_MISMATCH = "ADDRESS_MISMATCH"
showEnum SET_TOTAL_MISMATCH = "SET_TOTAL_MISMATCH"
showEnum SET_TOTAL_TOO_LOW = "SET_TOTAL_TOO_LOW"
showEnum SET_OVERPAID = "SET_OVERPAID"
showEnum UNKNOWN_INVOICE = "UNKNOWN_INVOICE"
showEnum INVALID_KEYSEND = "INVALID_KEYSEND"
showEnum MPP_IN_PROGRESS = "MPP_IN_PROGRESS"
showEnum CIRCULAR_ROUTE = "CIRCULAR_ROUTE"
showEnum
(FailureDetail'Unrecognized (FailureDetail'UnrecognizedValue k))
= Prelude.show k
readEnum k
| (Prelude.==) k "UNKNOWN" = Prelude.Just UNKNOWN
| (Prelude.==) k "NO_DETAIL" = Prelude.Just NO_DETAIL
| (Prelude.==) k "ONION_DECODE" = Prelude.Just ONION_DECODE
| (Prelude.==) k "LINK_NOT_ELIGIBLE"
= Prelude.Just LINK_NOT_ELIGIBLE
| (Prelude.==) k "ON_CHAIN_TIMEOUT" = Prelude.Just ON_CHAIN_TIMEOUT
| (Prelude.==) k "HTLC_EXCEEDS_MAX" = Prelude.Just HTLC_EXCEEDS_MAX
| (Prelude.==) k "INSUFFICIENT_BALANCE"
= Prelude.Just INSUFFICIENT_BALANCE
| (Prelude.==) k "INCOMPLETE_FORWARD"
= Prelude.Just INCOMPLETE_FORWARD
| (Prelude.==) k "HTLC_ADD_FAILED" = Prelude.Just HTLC_ADD_FAILED
| (Prelude.==) k "FORWARDS_DISABLED"
= Prelude.Just FORWARDS_DISABLED
| (Prelude.==) k "INVOICE_CANCELED" = Prelude.Just INVOICE_CANCELED
| (Prelude.==) k "INVOICE_UNDERPAID"
= Prelude.Just INVOICE_UNDERPAID
| (Prelude.==) k "INVOICE_EXPIRY_TOO_SOON"
= Prelude.Just INVOICE_EXPIRY_TOO_SOON
| (Prelude.==) k "INVOICE_NOT_OPEN" = Prelude.Just INVOICE_NOT_OPEN
| (Prelude.==) k "MPP_INVOICE_TIMEOUT"
= Prelude.Just MPP_INVOICE_TIMEOUT
| (Prelude.==) k "ADDRESS_MISMATCH" = Prelude.Just ADDRESS_MISMATCH
| (Prelude.==) k "SET_TOTAL_MISMATCH"
= Prelude.Just SET_TOTAL_MISMATCH
| (Prelude.==) k "SET_TOTAL_TOO_LOW"
= Prelude.Just SET_TOTAL_TOO_LOW
| (Prelude.==) k "SET_OVERPAID" = Prelude.Just SET_OVERPAID
| (Prelude.==) k "UNKNOWN_INVOICE" = Prelude.Just UNKNOWN_INVOICE
| (Prelude.==) k "INVALID_KEYSEND" = Prelude.Just INVALID_KEYSEND
| (Prelude.==) k "MPP_IN_PROGRESS" = Prelude.Just MPP_IN_PROGRESS
| (Prelude.==) k "CIRCULAR_ROUTE" = Prelude.Just CIRCULAR_ROUTE
| Prelude.otherwise
= (Prelude.>>=) (Text.Read.readMaybe k) Data.ProtoLens.maybeToEnum
instance Prelude.Bounded FailureDetail where
minBound = UNKNOWN
maxBound = CIRCULAR_ROUTE
instance Prelude.Enum FailureDetail where
toEnum k__
= Prelude.maybe
(Prelude.error
((Prelude.++)
"toEnum: unknown value for enum FailureDetail: "
(Prelude.show k__)))
Prelude.id
(Data.ProtoLens.maybeToEnum k__)
fromEnum UNKNOWN = 0
fromEnum NO_DETAIL = 1
fromEnum ONION_DECODE = 2
fromEnum LINK_NOT_ELIGIBLE = 3
fromEnum ON_CHAIN_TIMEOUT = 4
fromEnum HTLC_EXCEEDS_MAX = 5
fromEnum INSUFFICIENT_BALANCE = 6
fromEnum INCOMPLETE_FORWARD = 7
fromEnum HTLC_ADD_FAILED = 8
fromEnum FORWARDS_DISABLED = 9
fromEnum INVOICE_CANCELED = 10
fromEnum INVOICE_UNDERPAID = 11
fromEnum INVOICE_EXPIRY_TOO_SOON = 12
fromEnum INVOICE_NOT_OPEN = 13
fromEnum MPP_INVOICE_TIMEOUT = 14
fromEnum ADDRESS_MISMATCH = 15
fromEnum SET_TOTAL_MISMATCH = 16
fromEnum SET_TOTAL_TOO_LOW = 17
fromEnum SET_OVERPAID = 18
fromEnum UNKNOWN_INVOICE = 19
fromEnum INVALID_KEYSEND = 20
fromEnum MPP_IN_PROGRESS = 21
fromEnum CIRCULAR_ROUTE = 22
fromEnum
(FailureDetail'Unrecognized (FailureDetail'UnrecognizedValue k))
= Prelude.fromIntegral k
succ CIRCULAR_ROUTE
= Prelude.error
"FailureDetail.succ: bad argument CIRCULAR_ROUTE. This value would be out of bounds."
succ UNKNOWN = NO_DETAIL
succ NO_DETAIL = ONION_DECODE
succ ONION_DECODE = LINK_NOT_ELIGIBLE
succ LINK_NOT_ELIGIBLE = ON_CHAIN_TIMEOUT
succ ON_CHAIN_TIMEOUT = HTLC_EXCEEDS_MAX
succ HTLC_EXCEEDS_MAX = INSUFFICIENT_BALANCE
succ INSUFFICIENT_BALANCE = INCOMPLETE_FORWARD
succ INCOMPLETE_FORWARD = HTLC_ADD_FAILED
succ HTLC_ADD_FAILED = FORWARDS_DISABLED
succ FORWARDS_DISABLED = INVOICE_CANCELED
succ INVOICE_CANCELED = INVOICE_UNDERPAID
succ INVOICE_UNDERPAID = INVOICE_EXPIRY_TOO_SOON
succ INVOICE_EXPIRY_TOO_SOON = INVOICE_NOT_OPEN
succ INVOICE_NOT_OPEN = MPP_INVOICE_TIMEOUT
succ MPP_INVOICE_TIMEOUT = ADDRESS_MISMATCH
succ ADDRESS_MISMATCH = SET_TOTAL_MISMATCH
succ SET_TOTAL_MISMATCH = SET_TOTAL_TOO_LOW
succ SET_TOTAL_TOO_LOW = SET_OVERPAID
succ SET_OVERPAID = UNKNOWN_INVOICE
succ UNKNOWN_INVOICE = INVALID_KEYSEND
succ INVALID_KEYSEND = MPP_IN_PROGRESS
succ MPP_IN_PROGRESS = CIRCULAR_ROUTE
succ (FailureDetail'Unrecognized _)
= Prelude.error
"FailureDetail.succ: bad argument: unrecognized value"
pred UNKNOWN
= Prelude.error
"FailureDetail.pred: bad argument UNKNOWN. This value would be out of bounds."
pred NO_DETAIL = UNKNOWN
pred ONION_DECODE = NO_DETAIL
pred LINK_NOT_ELIGIBLE = ONION_DECODE
pred ON_CHAIN_TIMEOUT = LINK_NOT_ELIGIBLE
pred HTLC_EXCEEDS_MAX = ON_CHAIN_TIMEOUT
pred INSUFFICIENT_BALANCE = HTLC_EXCEEDS_MAX
pred INCOMPLETE_FORWARD = INSUFFICIENT_BALANCE
pred HTLC_ADD_FAILED = INCOMPLETE_FORWARD
pred FORWARDS_DISABLED = HTLC_ADD_FAILED
pred INVOICE_CANCELED = FORWARDS_DISABLED
pred INVOICE_UNDERPAID = INVOICE_CANCELED
pred INVOICE_EXPIRY_TOO_SOON = INVOICE_UNDERPAID
pred INVOICE_NOT_OPEN = INVOICE_EXPIRY_TOO_SOON
pred MPP_INVOICE_TIMEOUT = INVOICE_NOT_OPEN
pred ADDRESS_MISMATCH = MPP_INVOICE_TIMEOUT
pred SET_TOTAL_MISMATCH = ADDRESS_MISMATCH
pred SET_TOTAL_TOO_LOW = SET_TOTAL_MISMATCH
pred SET_OVERPAID = SET_TOTAL_TOO_LOW
pred UNKNOWN_INVOICE = SET_OVERPAID
pred INVALID_KEYSEND = UNKNOWN_INVOICE
pred MPP_IN_PROGRESS = INVALID_KEYSEND
pred CIRCULAR_ROUTE = MPP_IN_PROGRESS
pred (FailureDetail'Unrecognized _)
= Prelude.error
"FailureDetail.pred: bad argument: unrecognized value"
enumFrom = Data.ProtoLens.Message.Enum.messageEnumFrom
enumFromTo = Data.ProtoLens.Message.Enum.messageEnumFromTo
enumFromThen = Data.ProtoLens.Message.Enum.messageEnumFromThen
enumFromThenTo = Data.ProtoLens.Message.Enum.messageEnumFromThenTo
instance Data.ProtoLens.FieldDefault FailureDetail where
fieldDefault = UNKNOWN
instance Control.DeepSeq.NFData FailureDetail where
rnf x__ = Prelude.seq x__ ()
data ForwardEvent
= ForwardEvent'_constructor {_ForwardEvent'info :: !(Prelude.Maybe HtlcInfo),
_ForwardEvent'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ForwardEvent where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField ForwardEvent "info" HtlcInfo where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardEvent'info (\ x__ y__ -> x__ {_ForwardEvent'info = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField ForwardEvent "maybe'info" (Prelude.Maybe HtlcInfo) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardEvent'info (\ x__ y__ -> x__ {_ForwardEvent'info = y__}))
Prelude.id
instance Data.ProtoLens.Message ForwardEvent where
messageName _ = Data.Text.pack "routerrpc.ForwardEvent"
packedMessageDescriptor _
= "\n\
\\fForwardEvent\DC2'\n\
\\EOTinfo\CAN\SOH \SOH(\v2\DC3.routerrpc.HtlcInfoR\EOTinfo"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
info__field_descriptor
= Data.ProtoLens.FieldDescriptor
"info"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor HtlcInfo)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'info")) ::
Data.ProtoLens.FieldDescriptor ForwardEvent
in
Data.Map.fromList [(Data.ProtoLens.Tag 1, info__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_ForwardEvent'_unknownFields
(\ x__ y__ -> x__ {_ForwardEvent'_unknownFields = y__})
defMessage
= ForwardEvent'_constructor
{_ForwardEvent'info = Prelude.Nothing,
_ForwardEvent'_unknownFields = []}
parseMessage
= let
loop ::
ForwardEvent -> Data.ProtoLens.Encoding.Bytes.Parser ForwardEvent
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"info"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"info") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "ForwardEvent"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'info") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData ForwardEvent where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ForwardEvent'_unknownFields x__)
(Control.DeepSeq.deepseq (_ForwardEvent'info x__) ())
data ForwardFailEvent
= ForwardFailEvent'_constructor {_ForwardFailEvent'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ForwardFailEvent where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message ForwardFailEvent where
messageName _ = Data.Text.pack "routerrpc.ForwardFailEvent"
packedMessageDescriptor _
= "\n\
\\DLEForwardFailEvent"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_ForwardFailEvent'_unknownFields
(\ x__ y__ -> x__ {_ForwardFailEvent'_unknownFields = y__})
defMessage
= ForwardFailEvent'_constructor
{_ForwardFailEvent'_unknownFields = []}
parseMessage
= let
loop ::
ForwardFailEvent
-> Data.ProtoLens.Encoding.Bytes.Parser ForwardFailEvent
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "ForwardFailEvent"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData ForwardFailEvent where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ForwardFailEvent'_unknownFields x__) ()
data ForwardHtlcInterceptRequest
= ForwardHtlcInterceptRequest'_constructor {_ForwardHtlcInterceptRequest'incomingCircuitKey :: !(Prelude.Maybe CircuitKey),
_ForwardHtlcInterceptRequest'incomingAmountMsat :: !Data.Word.Word64,
_ForwardHtlcInterceptRequest'incomingExpiry :: !Data.Word.Word32,
_ForwardHtlcInterceptRequest'paymentHash :: !Data.ByteString.ByteString,
_ForwardHtlcInterceptRequest'outgoingRequestedChanId :: !Data.Word.Word64,
_ForwardHtlcInterceptRequest'outgoingAmountMsat :: !Data.Word.Word64,
_ForwardHtlcInterceptRequest'outgoingExpiry :: !Data.Word.Word32,
_ForwardHtlcInterceptRequest'customRecords :: !(Data.Map.Map Data.Word.Word64 Data.ByteString.ByteString),
_ForwardHtlcInterceptRequest'onionBlob :: !Data.ByteString.ByteString,
_ForwardHtlcInterceptRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ForwardHtlcInterceptRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "incomingCircuitKey" CircuitKey where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'incomingCircuitKey
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'incomingCircuitKey = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "maybe'incomingCircuitKey" (Prelude.Maybe CircuitKey) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'incomingCircuitKey
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'incomingCircuitKey = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "incomingAmountMsat" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'incomingAmountMsat
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'incomingAmountMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "incomingExpiry" Data.Word.Word32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'incomingExpiry
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'incomingExpiry = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "paymentHash" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'paymentHash
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'paymentHash = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "outgoingRequestedChanId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'outgoingRequestedChanId
(\ x__ y__
-> x__
{_ForwardHtlcInterceptRequest'outgoingRequestedChanId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "outgoingAmountMsat" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'outgoingAmountMsat
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'outgoingAmountMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "outgoingExpiry" Data.Word.Word32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'outgoingExpiry
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'outgoingExpiry = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "customRecords" (Data.Map.Map Data.Word.Word64 Data.ByteString.ByteString) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'customRecords
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'customRecords = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest "onionBlob" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'onionBlob
(\ x__ y__ -> x__ {_ForwardHtlcInterceptRequest'onionBlob = y__}))
Prelude.id
instance Data.ProtoLens.Message ForwardHtlcInterceptRequest where
messageName _
= Data.Text.pack "routerrpc.ForwardHtlcInterceptRequest"
packedMessageDescriptor _
= "\n\
\\ESCForwardHtlcInterceptRequest\DC2G\n\
\\DC4incoming_circuit_key\CAN\SOH \SOH(\v2\NAK.routerrpc.CircuitKeyR\DC2incomingCircuitKey\DC20\n\
\\DC4incoming_amount_msat\CAN\ENQ \SOH(\EOTR\DC2incomingAmountMsat\DC2'\n\
\\SIincoming_expiry\CAN\ACK \SOH(\rR\SOincomingExpiry\DC2!\n\
\\fpayment_hash\CAN\STX \SOH(\fR\vpaymentHash\DC2;\n\
\\SUBoutgoing_requested_chan_id\CAN\a \SOH(\EOTR\ETBoutgoingRequestedChanId\DC20\n\
\\DC4outgoing_amount_msat\CAN\ETX \SOH(\EOTR\DC2outgoingAmountMsat\DC2'\n\
\\SIoutgoing_expiry\CAN\EOT \SOH(\rR\SOoutgoingExpiry\DC2`\n\
\\SOcustom_records\CAN\b \ETX(\v29.routerrpc.ForwardHtlcInterceptRequest.CustomRecordsEntryR\rcustomRecords\DC2\GS\n\
\\n\
\onion_blob\CAN\t \SOH(\fR\tonionBlob\SUB@\n\
\\DC2CustomRecordsEntry\DC2\DLE\n\
\\ETXkey\CAN\SOH \SOH(\EOTR\ETXkey\DC2\DC4\n\
\\ENQvalue\CAN\STX \SOH(\fR\ENQvalue:\STX8\SOH"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
incomingCircuitKey__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_circuit_key"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor CircuitKey)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'incomingCircuitKey")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
incomingAmountMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_amount_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"incomingAmountMsat")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
incomingExpiry__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_expiry"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"incomingExpiry")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
paymentHash__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_hash"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentHash")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
outgoingRequestedChanId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_requested_chan_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingRequestedChanId")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
outgoingAmountMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_amount_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingAmountMsat")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
outgoingExpiry__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_expiry"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingExpiry")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
customRecords__field_descriptor
= Data.ProtoLens.FieldDescriptor
"custom_records"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor ForwardHtlcInterceptRequest'CustomRecordsEntry)
(Data.ProtoLens.MapField
(Data.ProtoLens.Field.field @"key")
(Data.ProtoLens.Field.field @"value")
(Data.ProtoLens.Field.field @"customRecords")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
onionBlob__field_descriptor
= Data.ProtoLens.FieldDescriptor
"onion_blob"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"onionBlob")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, incomingCircuitKey__field_descriptor),
(Data.ProtoLens.Tag 5, incomingAmountMsat__field_descriptor),
(Data.ProtoLens.Tag 6, incomingExpiry__field_descriptor),
(Data.ProtoLens.Tag 2, paymentHash__field_descriptor),
(Data.ProtoLens.Tag 7, outgoingRequestedChanId__field_descriptor),
(Data.ProtoLens.Tag 3, outgoingAmountMsat__field_descriptor),
(Data.ProtoLens.Tag 4, outgoingExpiry__field_descriptor),
(Data.ProtoLens.Tag 8, customRecords__field_descriptor),
(Data.ProtoLens.Tag 9, onionBlob__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'_unknownFields
(\ x__ y__
-> x__ {_ForwardHtlcInterceptRequest'_unknownFields = y__})
defMessage
= ForwardHtlcInterceptRequest'_constructor
{_ForwardHtlcInterceptRequest'incomingCircuitKey = Prelude.Nothing,
_ForwardHtlcInterceptRequest'incomingAmountMsat = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'incomingExpiry = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'paymentHash = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'outgoingRequestedChanId = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'outgoingAmountMsat = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'outgoingExpiry = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'customRecords = Data.Map.empty,
_ForwardHtlcInterceptRequest'onionBlob = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'_unknownFields = []}
parseMessage
= let
loop ::
ForwardHtlcInterceptRequest
-> Data.ProtoLens.Encoding.Bytes.Parser ForwardHtlcInterceptRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"incoming_circuit_key"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingCircuitKey") y x)
40
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt
"incoming_amount_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingAmountMsat") y x)
48
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"incoming_expiry"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingExpiry") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"payment_hash"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"paymentHash") y x)
56
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt
"outgoing_requested_chan_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingRequestedChanId") y x)
24
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt
"outgoing_amount_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingAmountMsat") y x)
32
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"outgoing_expiry"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingExpiry") y x)
66
-> do !(entry :: ForwardHtlcInterceptRequest'CustomRecordsEntry) <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral
len)
Data.ProtoLens.parseMessage)
"custom_records"
(let
key = Lens.Family2.view (Data.ProtoLens.Field.field @"key") entry
value
= Lens.Family2.view (Data.ProtoLens.Field.field @"value") entry
in
loop
(Lens.Family2.over
(Data.ProtoLens.Field.field @"customRecords")
(\ !t -> Data.Map.insert key value t)
x))
74
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"onion_blob"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"onionBlob") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "ForwardHtlcInterceptRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view
(Data.ProtoLens.Field.field @"maybe'incomingCircuitKey") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"incomingAmountMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 40)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"incomingExpiry") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 48)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"paymentHash") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingRequestedChanId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 56)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingAmountMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 24)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingExpiry") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 32)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(Data.Monoid.mconcat
(Prelude.map
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 66)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes
bs))
Data.ProtoLens.encodeMessage
(Lens.Family2.set
(Data.ProtoLens.Field.field @"key")
(Prelude.fst _v)
(Lens.Family2.set
(Data.ProtoLens.Field.field @"value")
(Prelude.snd _v)
(Data.ProtoLens.defMessage ::
ForwardHtlcInterceptRequest'CustomRecordsEntry)))))
(Data.Map.toList
(Lens.Family2.view
(Data.ProtoLens.Field.field @"customRecords") _x))))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"onionBlob") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 74)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))))))))
instance Control.DeepSeq.NFData ForwardHtlcInterceptRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'incomingCircuitKey x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'incomingAmountMsat x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'incomingExpiry x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'paymentHash x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'outgoingRequestedChanId x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'outgoingAmountMsat x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'outgoingExpiry x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'customRecords x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'onionBlob x__) ())))))))))
data ForwardHtlcInterceptRequest'CustomRecordsEntry
= ForwardHtlcInterceptRequest'CustomRecordsEntry'_constructor {_ForwardHtlcInterceptRequest'CustomRecordsEntry'key :: !Data.Word.Word64,
_ForwardHtlcInterceptRequest'CustomRecordsEntry'value :: !Data.ByteString.ByteString,
_ForwardHtlcInterceptRequest'CustomRecordsEntry'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ForwardHtlcInterceptRequest'CustomRecordsEntry where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest'CustomRecordsEntry "key" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'CustomRecordsEntry'key
(\ x__ y__
-> x__
{_ForwardHtlcInterceptRequest'CustomRecordsEntry'key = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptRequest'CustomRecordsEntry "value" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'CustomRecordsEntry'value
(\ x__ y__
-> x__
{_ForwardHtlcInterceptRequest'CustomRecordsEntry'value = y__}))
Prelude.id
instance Data.ProtoLens.Message ForwardHtlcInterceptRequest'CustomRecordsEntry where
messageName _
= Data.Text.pack
"routerrpc.ForwardHtlcInterceptRequest.CustomRecordsEntry"
packedMessageDescriptor _
= "\n\
\\DC2CustomRecordsEntry\DC2\DLE\n\
\\ETXkey\CAN\SOH \SOH(\EOTR\ETXkey\DC2\DC4\n\
\\ENQvalue\CAN\STX \SOH(\fR\ENQvalue:\STX8\SOH"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
key__field_descriptor
= Data.ProtoLens.FieldDescriptor
"key"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"key")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest'CustomRecordsEntry
value__field_descriptor
= Data.ProtoLens.FieldDescriptor
"value"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"value")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptRequest'CustomRecordsEntry
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, key__field_descriptor),
(Data.ProtoLens.Tag 2, value__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptRequest'CustomRecordsEntry'_unknownFields
(\ x__ y__
-> x__
{_ForwardHtlcInterceptRequest'CustomRecordsEntry'_unknownFields = y__})
defMessage
= ForwardHtlcInterceptRequest'CustomRecordsEntry'_constructor
{_ForwardHtlcInterceptRequest'CustomRecordsEntry'key = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'CustomRecordsEntry'value = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptRequest'CustomRecordsEntry'_unknownFields = []}
parseMessage
= let
loop ::
ForwardHtlcInterceptRequest'CustomRecordsEntry
-> Data.ProtoLens.Encoding.Bytes.Parser ForwardHtlcInterceptRequest'CustomRecordsEntry
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "key"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"key") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"value"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"value") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "CustomRecordsEntry"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let _v = Lens.Family2.view (Data.ProtoLens.Field.field @"key") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"value") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData ForwardHtlcInterceptRequest'CustomRecordsEntry where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'CustomRecordsEntry'_unknownFields
x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'CustomRecordsEntry'key x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptRequest'CustomRecordsEntry'value x__) ()))
data ForwardHtlcInterceptResponse
= ForwardHtlcInterceptResponse'_constructor {_ForwardHtlcInterceptResponse'incomingCircuitKey :: !(Prelude.Maybe CircuitKey),
_ForwardHtlcInterceptResponse'action :: !ResolveHoldForwardAction,
_ForwardHtlcInterceptResponse'preimage :: !Data.ByteString.ByteString,
_ForwardHtlcInterceptResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ForwardHtlcInterceptResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptResponse "incomingCircuitKey" CircuitKey where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptResponse'incomingCircuitKey
(\ x__ y__
-> x__ {_ForwardHtlcInterceptResponse'incomingCircuitKey = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptResponse "maybe'incomingCircuitKey" (Prelude.Maybe CircuitKey) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptResponse'incomingCircuitKey
(\ x__ y__
-> x__ {_ForwardHtlcInterceptResponse'incomingCircuitKey = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptResponse "action" ResolveHoldForwardAction where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptResponse'action
(\ x__ y__ -> x__ {_ForwardHtlcInterceptResponse'action = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField ForwardHtlcInterceptResponse "preimage" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptResponse'preimage
(\ x__ y__ -> x__ {_ForwardHtlcInterceptResponse'preimage = y__}))
Prelude.id
instance Data.ProtoLens.Message ForwardHtlcInterceptResponse where
messageName _
= Data.Text.pack "routerrpc.ForwardHtlcInterceptResponse"
packedMessageDescriptor _
= "\n\
\\FSForwardHtlcInterceptResponse\DC2G\n\
\\DC4incoming_circuit_key\CAN\SOH \SOH(\v2\NAK.routerrpc.CircuitKeyR\DC2incomingCircuitKey\DC2;\n\
\\ACKaction\CAN\STX \SOH(\SO2#.routerrpc.ResolveHoldForwardActionR\ACKaction\DC2\SUB\n\
\\bpreimage\CAN\ETX \SOH(\fR\bpreimage"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
incomingCircuitKey__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_circuit_key"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor CircuitKey)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'incomingCircuitKey")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptResponse
action__field_descriptor
= Data.ProtoLens.FieldDescriptor
"action"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor ResolveHoldForwardAction)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"action")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptResponse
preimage__field_descriptor
= Data.ProtoLens.FieldDescriptor
"preimage"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"preimage")) ::
Data.ProtoLens.FieldDescriptor ForwardHtlcInterceptResponse
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, incomingCircuitKey__field_descriptor),
(Data.ProtoLens.Tag 2, action__field_descriptor),
(Data.ProtoLens.Tag 3, preimage__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_ForwardHtlcInterceptResponse'_unknownFields
(\ x__ y__
-> x__ {_ForwardHtlcInterceptResponse'_unknownFields = y__})
defMessage
= ForwardHtlcInterceptResponse'_constructor
{_ForwardHtlcInterceptResponse'incomingCircuitKey = Prelude.Nothing,
_ForwardHtlcInterceptResponse'action = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptResponse'preimage = Data.ProtoLens.fieldDefault,
_ForwardHtlcInterceptResponse'_unknownFields = []}
parseMessage
= let
loop ::
ForwardHtlcInterceptResponse
-> Data.ProtoLens.Encoding.Bytes.Parser ForwardHtlcInterceptResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"incoming_circuit_key"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingCircuitKey") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"action"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"action") y x)
26
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"preimage"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"preimage") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "ForwardHtlcInterceptResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view
(Data.ProtoLens.Field.field @"maybe'incomingCircuitKey") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"action") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral)
Prelude.fromEnum
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"preimage") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 26)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))
instance Control.DeepSeq.NFData ForwardHtlcInterceptResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ForwardHtlcInterceptResponse'_unknownFields x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptResponse'incomingCircuitKey x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptResponse'action x__)
(Control.DeepSeq.deepseq
(_ForwardHtlcInterceptResponse'preimage x__) ())))
data GetMissionControlConfigRequest
= GetMissionControlConfigRequest'_constructor {_GetMissionControlConfigRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show GetMissionControlConfigRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message GetMissionControlConfigRequest where
messageName _
= Data.Text.pack "routerrpc.GetMissionControlConfigRequest"
packedMessageDescriptor _
= "\n\
\\RSGetMissionControlConfigRequest"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_GetMissionControlConfigRequest'_unknownFields
(\ x__ y__
-> x__ {_GetMissionControlConfigRequest'_unknownFields = y__})
defMessage
= GetMissionControlConfigRequest'_constructor
{_GetMissionControlConfigRequest'_unknownFields = []}
parseMessage
= let
loop ::
GetMissionControlConfigRequest
-> Data.ProtoLens.Encoding.Bytes.Parser GetMissionControlConfigRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage)
"GetMissionControlConfigRequest"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData GetMissionControlConfigRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_GetMissionControlConfigRequest'_unknownFields x__) ()
data GetMissionControlConfigResponse
= GetMissionControlConfigResponse'_constructor {_GetMissionControlConfigResponse'config :: !(Prelude.Maybe MissionControlConfig),
_GetMissionControlConfigResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show GetMissionControlConfigResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField GetMissionControlConfigResponse "config" MissionControlConfig where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_GetMissionControlConfigResponse'config
(\ x__ y__ -> x__ {_GetMissionControlConfigResponse'config = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField GetMissionControlConfigResponse "maybe'config" (Prelude.Maybe MissionControlConfig) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_GetMissionControlConfigResponse'config
(\ x__ y__ -> x__ {_GetMissionControlConfigResponse'config = y__}))
Prelude.id
instance Data.ProtoLens.Message GetMissionControlConfigResponse where
messageName _
= Data.Text.pack "routerrpc.GetMissionControlConfigResponse"
packedMessageDescriptor _
= "\n\
\\USGetMissionControlConfigResponse\DC27\n\
\\ACKconfig\CAN\SOH \SOH(\v2\US.routerrpc.MissionControlConfigR\ACKconfig"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
config__field_descriptor
= Data.ProtoLens.FieldDescriptor
"config"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor MissionControlConfig)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'config")) ::
Data.ProtoLens.FieldDescriptor GetMissionControlConfigResponse
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, config__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_GetMissionControlConfigResponse'_unknownFields
(\ x__ y__
-> x__ {_GetMissionControlConfigResponse'_unknownFields = y__})
defMessage
= GetMissionControlConfigResponse'_constructor
{_GetMissionControlConfigResponse'config = Prelude.Nothing,
_GetMissionControlConfigResponse'_unknownFields = []}
parseMessage
= let
loop ::
GetMissionControlConfigResponse
-> Data.ProtoLens.Encoding.Bytes.Parser GetMissionControlConfigResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"config"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"config") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage)
"GetMissionControlConfigResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'config") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData GetMissionControlConfigResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_GetMissionControlConfigResponse'_unknownFields x__)
(Control.DeepSeq.deepseq
(_GetMissionControlConfigResponse'config x__) ())
data HtlcEvent
= HtlcEvent'_constructor {_HtlcEvent'incomingChannelId :: !Data.Word.Word64,
_HtlcEvent'outgoingChannelId :: !Data.Word.Word64,
_HtlcEvent'incomingHtlcId :: !Data.Word.Word64,
_HtlcEvent'outgoingHtlcId :: !Data.Word.Word64,
_HtlcEvent'timestampNs :: !Data.Word.Word64,
_HtlcEvent'eventType :: !HtlcEvent'EventType,
_HtlcEvent'event :: !(Prelude.Maybe HtlcEvent'Event),
_HtlcEvent'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show HtlcEvent where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
data HtlcEvent'Event
= HtlcEvent'ForwardEvent !ForwardEvent |
HtlcEvent'ForwardFailEvent !ForwardFailEvent |
HtlcEvent'SettleEvent !SettleEvent |
HtlcEvent'LinkFailEvent !LinkFailEvent
deriving stock (Prelude.Show, Prelude.Eq, Prelude.Ord)
instance Data.ProtoLens.Field.HasField HtlcEvent "incomingChannelId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'incomingChannelId
(\ x__ y__ -> x__ {_HtlcEvent'incomingChannelId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "outgoingChannelId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'outgoingChannelId
(\ x__ y__ -> x__ {_HtlcEvent'outgoingChannelId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "incomingHtlcId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'incomingHtlcId
(\ x__ y__ -> x__ {_HtlcEvent'incomingHtlcId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "outgoingHtlcId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'outgoingHtlcId
(\ x__ y__ -> x__ {_HtlcEvent'outgoingHtlcId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "timestampNs" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'timestampNs
(\ x__ y__ -> x__ {_HtlcEvent'timestampNs = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "eventType" HtlcEvent'EventType where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'eventType
(\ x__ y__ -> x__ {_HtlcEvent'eventType = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "maybe'event" (Prelude.Maybe HtlcEvent'Event) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcEvent "maybe'forwardEvent" (Prelude.Maybe ForwardEvent) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'ForwardEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'ForwardEvent y__))
instance Data.ProtoLens.Field.HasField HtlcEvent "forwardEvent" ForwardEvent where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
((Prelude..)
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'ForwardEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'ForwardEvent y__))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage))
instance Data.ProtoLens.Field.HasField HtlcEvent "maybe'forwardFailEvent" (Prelude.Maybe ForwardFailEvent) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'ForwardFailEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'ForwardFailEvent y__))
instance Data.ProtoLens.Field.HasField HtlcEvent "forwardFailEvent" ForwardFailEvent where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
((Prelude..)
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'ForwardFailEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'ForwardFailEvent y__))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage))
instance Data.ProtoLens.Field.HasField HtlcEvent "maybe'settleEvent" (Prelude.Maybe SettleEvent) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'SettleEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'SettleEvent y__))
instance Data.ProtoLens.Field.HasField HtlcEvent "settleEvent" SettleEvent where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
((Prelude..)
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'SettleEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'SettleEvent y__))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage))
instance Data.ProtoLens.Field.HasField HtlcEvent "maybe'linkFailEvent" (Prelude.Maybe LinkFailEvent) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'LinkFailEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'LinkFailEvent y__))
instance Data.ProtoLens.Field.HasField HtlcEvent "linkFailEvent" LinkFailEvent where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcEvent'event (\ x__ y__ -> x__ {_HtlcEvent'event = y__}))
((Prelude..)
(Lens.Family2.Unchecked.lens
(\ x__
-> case x__ of
(Prelude.Just (HtlcEvent'LinkFailEvent x__val))
-> Prelude.Just x__val
_otherwise -> Prelude.Nothing)
(\ _ y__ -> Prelude.fmap HtlcEvent'LinkFailEvent y__))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage))
instance Data.ProtoLens.Message HtlcEvent where
messageName _ = Data.Text.pack "routerrpc.HtlcEvent"
packedMessageDescriptor _
= "\n\
\\tHtlcEvent\DC2.\n\
\\DC3incoming_channel_id\CAN\SOH \SOH(\EOTR\DC1incomingChannelId\DC2.\n\
\\DC3outgoing_channel_id\CAN\STX \SOH(\EOTR\DC1outgoingChannelId\DC2(\n\
\\DLEincoming_htlc_id\CAN\ETX \SOH(\EOTR\SOincomingHtlcId\DC2(\n\
\\DLEoutgoing_htlc_id\CAN\EOT \SOH(\EOTR\SOoutgoingHtlcId\DC2!\n\
\\ftimestamp_ns\CAN\ENQ \SOH(\EOTR\vtimestampNs\DC2=\n\
\\n\
\event_type\CAN\ACK \SOH(\SO2\RS.routerrpc.HtlcEvent.EventTypeR\teventType\DC2>\n\
\\rforward_event\CAN\a \SOH(\v2\ETB.routerrpc.ForwardEventH\NULR\fforwardEvent\DC2K\n\
\\DC2forward_fail_event\CAN\b \SOH(\v2\ESC.routerrpc.ForwardFailEventH\NULR\DLEforwardFailEvent\DC2;\n\
\\fsettle_event\CAN\t \SOH(\v2\SYN.routerrpc.SettleEventH\NULR\vsettleEvent\DC2B\n\
\\SIlink_fail_event\CAN\n\
\ \SOH(\v2\CAN.routerrpc.LinkFailEventH\NULR\rlinkFailEvent\"<\n\
\\tEventType\DC2\v\n\
\\aUNKNOWN\DLE\NUL\DC2\b\n\
\\EOTSEND\DLE\SOH\DC2\v\n\
\\aRECEIVE\DLE\STX\DC2\v\n\
\\aFORWARD\DLE\ETXB\a\n\
\\ENQevent"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
incomingChannelId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_channel_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"incomingChannelId")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
outgoingChannelId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_channel_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingChannelId")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
incomingHtlcId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_htlc_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"incomingHtlcId")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
outgoingHtlcId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_htlc_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingHtlcId")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
timestampNs__field_descriptor
= Data.ProtoLens.FieldDescriptor
"timestamp_ns"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"timestampNs")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
eventType__field_descriptor
= Data.ProtoLens.FieldDescriptor
"event_type"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor HtlcEvent'EventType)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"eventType")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
forwardEvent__field_descriptor
= Data.ProtoLens.FieldDescriptor
"forward_event"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor ForwardEvent)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'forwardEvent")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
forwardFailEvent__field_descriptor
= Data.ProtoLens.FieldDescriptor
"forward_fail_event"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor ForwardFailEvent)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'forwardFailEvent")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
settleEvent__field_descriptor
= Data.ProtoLens.FieldDescriptor
"settle_event"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor SettleEvent)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'settleEvent")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
linkFailEvent__field_descriptor
= Data.ProtoLens.FieldDescriptor
"link_fail_event"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor LinkFailEvent)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'linkFailEvent")) ::
Data.ProtoLens.FieldDescriptor HtlcEvent
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, incomingChannelId__field_descriptor),
(Data.ProtoLens.Tag 2, outgoingChannelId__field_descriptor),
(Data.ProtoLens.Tag 3, incomingHtlcId__field_descriptor),
(Data.ProtoLens.Tag 4, outgoingHtlcId__field_descriptor),
(Data.ProtoLens.Tag 5, timestampNs__field_descriptor),
(Data.ProtoLens.Tag 6, eventType__field_descriptor),
(Data.ProtoLens.Tag 7, forwardEvent__field_descriptor),
(Data.ProtoLens.Tag 8, forwardFailEvent__field_descriptor),
(Data.ProtoLens.Tag 9, settleEvent__field_descriptor),
(Data.ProtoLens.Tag 10, linkFailEvent__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_HtlcEvent'_unknownFields
(\ x__ y__ -> x__ {_HtlcEvent'_unknownFields = y__})
defMessage
= HtlcEvent'_constructor
{_HtlcEvent'incomingChannelId = Data.ProtoLens.fieldDefault,
_HtlcEvent'outgoingChannelId = Data.ProtoLens.fieldDefault,
_HtlcEvent'incomingHtlcId = Data.ProtoLens.fieldDefault,
_HtlcEvent'outgoingHtlcId = Data.ProtoLens.fieldDefault,
_HtlcEvent'timestampNs = Data.ProtoLens.fieldDefault,
_HtlcEvent'eventType = Data.ProtoLens.fieldDefault,
_HtlcEvent'event = Prelude.Nothing, _HtlcEvent'_unknownFields = []}
parseMessage
= let
loop :: HtlcEvent -> Data.ProtoLens.Encoding.Bytes.Parser HtlcEvent
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "incoming_channel_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingChannelId") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "outgoing_channel_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingChannelId") y x)
24
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "incoming_htlc_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingHtlcId") y x)
32
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "outgoing_htlc_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingHtlcId") y x)
40
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "timestamp_ns"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"timestampNs") y x)
48
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"event_type"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"eventType") y x)
58
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"forward_event"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"forwardEvent") y x)
66
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"forward_fail_event"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"forwardFailEvent") y x)
74
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"settle_event"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"settleEvent") y x)
82
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"link_fail_event"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"linkFailEvent") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "HtlcEvent"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"incomingChannelId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingChannelId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"incomingHtlcId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 24)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingHtlcId") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 32)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"timestampNs") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 40)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"eventType") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 48)
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral)
Prelude.fromEnum
_v))
((Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'event") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just (HtlcEvent'ForwardEvent v))
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 58)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
v)
(Prelude.Just (HtlcEvent'ForwardFailEvent v))
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 66)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
v)
(Prelude.Just (HtlcEvent'SettleEvent v))
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 74)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
v)
(Prelude.Just (HtlcEvent'LinkFailEvent v))
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 82)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))))))
instance Control.DeepSeq.NFData HtlcEvent where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_HtlcEvent'_unknownFields x__)
(Control.DeepSeq.deepseq
(_HtlcEvent'incomingChannelId x__)
(Control.DeepSeq.deepseq
(_HtlcEvent'outgoingChannelId x__)
(Control.DeepSeq.deepseq
(_HtlcEvent'incomingHtlcId x__)
(Control.DeepSeq.deepseq
(_HtlcEvent'outgoingHtlcId x__)
(Control.DeepSeq.deepseq
(_HtlcEvent'timestampNs x__)
(Control.DeepSeq.deepseq
(_HtlcEvent'eventType x__)
(Control.DeepSeq.deepseq (_HtlcEvent'event x__) ())))))))
instance Control.DeepSeq.NFData HtlcEvent'Event where
rnf (HtlcEvent'ForwardEvent x__) = Control.DeepSeq.rnf x__
rnf (HtlcEvent'ForwardFailEvent x__) = Control.DeepSeq.rnf x__
rnf (HtlcEvent'SettleEvent x__) = Control.DeepSeq.rnf x__
rnf (HtlcEvent'LinkFailEvent x__) = Control.DeepSeq.rnf x__
_HtlcEvent'ForwardEvent ::
Data.ProtoLens.Prism.Prism' HtlcEvent'Event ForwardEvent
_HtlcEvent'ForwardEvent
= Data.ProtoLens.Prism.prism'
HtlcEvent'ForwardEvent
(\ p__
-> case p__ of
(HtlcEvent'ForwardEvent p__val) -> Prelude.Just p__val
_otherwise -> Prelude.Nothing)
_HtlcEvent'ForwardFailEvent ::
Data.ProtoLens.Prism.Prism' HtlcEvent'Event ForwardFailEvent
_HtlcEvent'ForwardFailEvent
= Data.ProtoLens.Prism.prism'
HtlcEvent'ForwardFailEvent
(\ p__
-> case p__ of
(HtlcEvent'ForwardFailEvent p__val) -> Prelude.Just p__val
_otherwise -> Prelude.Nothing)
_HtlcEvent'SettleEvent ::
Data.ProtoLens.Prism.Prism' HtlcEvent'Event SettleEvent
_HtlcEvent'SettleEvent
= Data.ProtoLens.Prism.prism'
HtlcEvent'SettleEvent
(\ p__
-> case p__ of
(HtlcEvent'SettleEvent p__val) -> Prelude.Just p__val
_otherwise -> Prelude.Nothing)
_HtlcEvent'LinkFailEvent ::
Data.ProtoLens.Prism.Prism' HtlcEvent'Event LinkFailEvent
_HtlcEvent'LinkFailEvent
= Data.ProtoLens.Prism.prism'
HtlcEvent'LinkFailEvent
(\ p__
-> case p__ of
(HtlcEvent'LinkFailEvent p__val) -> Prelude.Just p__val
_otherwise -> Prelude.Nothing)
newtype HtlcEvent'EventType'UnrecognizedValue
= HtlcEvent'EventType'UnrecognizedValue Data.Int.Int32
deriving stock (Prelude.Eq, Prelude.Ord, Prelude.Show)
data HtlcEvent'EventType
= HtlcEvent'UNKNOWN |
HtlcEvent'SEND |
HtlcEvent'RECEIVE |
HtlcEvent'FORWARD |
HtlcEvent'EventType'Unrecognized !HtlcEvent'EventType'UnrecognizedValue
deriving stock (Prelude.Show, Prelude.Eq, Prelude.Ord)
instance Data.ProtoLens.MessageEnum HtlcEvent'EventType where
maybeToEnum 0 = Prelude.Just HtlcEvent'UNKNOWN
maybeToEnum 1 = Prelude.Just HtlcEvent'SEND
maybeToEnum 2 = Prelude.Just HtlcEvent'RECEIVE
maybeToEnum 3 = Prelude.Just HtlcEvent'FORWARD
maybeToEnum k
= Prelude.Just
(HtlcEvent'EventType'Unrecognized
(HtlcEvent'EventType'UnrecognizedValue (Prelude.fromIntegral k)))
showEnum HtlcEvent'UNKNOWN = "UNKNOWN"
showEnum HtlcEvent'SEND = "SEND"
showEnum HtlcEvent'RECEIVE = "RECEIVE"
showEnum HtlcEvent'FORWARD = "FORWARD"
showEnum
(HtlcEvent'EventType'Unrecognized (HtlcEvent'EventType'UnrecognizedValue k))
= Prelude.show k
readEnum k
| (Prelude.==) k "UNKNOWN" = Prelude.Just HtlcEvent'UNKNOWN
| (Prelude.==) k "SEND" = Prelude.Just HtlcEvent'SEND
| (Prelude.==) k "RECEIVE" = Prelude.Just HtlcEvent'RECEIVE
| (Prelude.==) k "FORWARD" = Prelude.Just HtlcEvent'FORWARD
| Prelude.otherwise
= (Prelude.>>=) (Text.Read.readMaybe k) Data.ProtoLens.maybeToEnum
instance Prelude.Bounded HtlcEvent'EventType where
minBound = HtlcEvent'UNKNOWN
maxBound = HtlcEvent'FORWARD
instance Prelude.Enum HtlcEvent'EventType where
toEnum k__
= Prelude.maybe
(Prelude.error
((Prelude.++)
"toEnum: unknown value for enum EventType: " (Prelude.show k__)))
Prelude.id
(Data.ProtoLens.maybeToEnum k__)
fromEnum HtlcEvent'UNKNOWN = 0
fromEnum HtlcEvent'SEND = 1
fromEnum HtlcEvent'RECEIVE = 2
fromEnum HtlcEvent'FORWARD = 3
fromEnum
(HtlcEvent'EventType'Unrecognized (HtlcEvent'EventType'UnrecognizedValue k))
= Prelude.fromIntegral k
succ HtlcEvent'FORWARD
= Prelude.error
"HtlcEvent'EventType.succ: bad argument HtlcEvent'FORWARD. This value would be out of bounds."
succ HtlcEvent'UNKNOWN = HtlcEvent'SEND
succ HtlcEvent'SEND = HtlcEvent'RECEIVE
succ HtlcEvent'RECEIVE = HtlcEvent'FORWARD
succ (HtlcEvent'EventType'Unrecognized _)
= Prelude.error
"HtlcEvent'EventType.succ: bad argument: unrecognized value"
pred HtlcEvent'UNKNOWN
= Prelude.error
"HtlcEvent'EventType.pred: bad argument HtlcEvent'UNKNOWN. This value would be out of bounds."
pred HtlcEvent'SEND = HtlcEvent'UNKNOWN
pred HtlcEvent'RECEIVE = HtlcEvent'SEND
pred HtlcEvent'FORWARD = HtlcEvent'RECEIVE
pred (HtlcEvent'EventType'Unrecognized _)
= Prelude.error
"HtlcEvent'EventType.pred: bad argument: unrecognized value"
enumFrom = Data.ProtoLens.Message.Enum.messageEnumFrom
enumFromTo = Data.ProtoLens.Message.Enum.messageEnumFromTo
enumFromThen = Data.ProtoLens.Message.Enum.messageEnumFromThen
enumFromThenTo = Data.ProtoLens.Message.Enum.messageEnumFromThenTo
instance Data.ProtoLens.FieldDefault HtlcEvent'EventType where
fieldDefault = HtlcEvent'UNKNOWN
instance Control.DeepSeq.NFData HtlcEvent'EventType where
rnf x__ = Prelude.seq x__ ()
data HtlcInfo
= HtlcInfo'_constructor {_HtlcInfo'incomingTimelock :: !Data.Word.Word32,
_HtlcInfo'outgoingTimelock :: !Data.Word.Word32,
_HtlcInfo'incomingAmtMsat :: !Data.Word.Word64,
_HtlcInfo'outgoingAmtMsat :: !Data.Word.Word64,
_HtlcInfo'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show HtlcInfo where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField HtlcInfo "incomingTimelock" Data.Word.Word32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcInfo'incomingTimelock
(\ x__ y__ -> x__ {_HtlcInfo'incomingTimelock = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcInfo "outgoingTimelock" Data.Word.Word32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcInfo'outgoingTimelock
(\ x__ y__ -> x__ {_HtlcInfo'outgoingTimelock = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcInfo "incomingAmtMsat" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcInfo'incomingAmtMsat
(\ x__ y__ -> x__ {_HtlcInfo'incomingAmtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField HtlcInfo "outgoingAmtMsat" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_HtlcInfo'outgoingAmtMsat
(\ x__ y__ -> x__ {_HtlcInfo'outgoingAmtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Message HtlcInfo where
messageName _ = Data.Text.pack "routerrpc.HtlcInfo"
packedMessageDescriptor _
= "\n\
\\bHtlcInfo\DC2+\n\
\\DC1incoming_timelock\CAN\SOH \SOH(\rR\DLEincomingTimelock\DC2+\n\
\\DC1outgoing_timelock\CAN\STX \SOH(\rR\DLEoutgoingTimelock\DC2*\n\
\\DC1incoming_amt_msat\CAN\ETX \SOH(\EOTR\SIincomingAmtMsat\DC2*\n\
\\DC1outgoing_amt_msat\CAN\EOT \SOH(\EOTR\SIoutgoingAmtMsat"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
incomingTimelock__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_timelock"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"incomingTimelock")) ::
Data.ProtoLens.FieldDescriptor HtlcInfo
outgoingTimelock__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_timelock"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingTimelock")) ::
Data.ProtoLens.FieldDescriptor HtlcInfo
incomingAmtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"incoming_amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"incomingAmtMsat")) ::
Data.ProtoLens.FieldDescriptor HtlcInfo
outgoingAmtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingAmtMsat")) ::
Data.ProtoLens.FieldDescriptor HtlcInfo
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, incomingTimelock__field_descriptor),
(Data.ProtoLens.Tag 2, outgoingTimelock__field_descriptor),
(Data.ProtoLens.Tag 3, incomingAmtMsat__field_descriptor),
(Data.ProtoLens.Tag 4, outgoingAmtMsat__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_HtlcInfo'_unknownFields
(\ x__ y__ -> x__ {_HtlcInfo'_unknownFields = y__})
defMessage
= HtlcInfo'_constructor
{_HtlcInfo'incomingTimelock = Data.ProtoLens.fieldDefault,
_HtlcInfo'outgoingTimelock = Data.ProtoLens.fieldDefault,
_HtlcInfo'incomingAmtMsat = Data.ProtoLens.fieldDefault,
_HtlcInfo'outgoingAmtMsat = Data.ProtoLens.fieldDefault,
_HtlcInfo'_unknownFields = []}
parseMessage
= let
loop :: HtlcInfo -> Data.ProtoLens.Encoding.Bytes.Parser HtlcInfo
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"incoming_timelock"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingTimelock") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"outgoing_timelock"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingTimelock") y x)
24
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "incoming_amt_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"incomingAmtMsat") y x)
32
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "outgoing_amt_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingAmtMsat") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "HtlcInfo"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"incomingTimelock") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingTimelock") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"incomingAmtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 24)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingAmtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 32)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))))
instance Control.DeepSeq.NFData HtlcInfo where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_HtlcInfo'_unknownFields x__)
(Control.DeepSeq.deepseq
(_HtlcInfo'incomingTimelock x__)
(Control.DeepSeq.deepseq
(_HtlcInfo'outgoingTimelock x__)
(Control.DeepSeq.deepseq
(_HtlcInfo'incomingAmtMsat x__)
(Control.DeepSeq.deepseq (_HtlcInfo'outgoingAmtMsat x__) ()))))
data LinkFailEvent
= LinkFailEvent'_constructor {_LinkFailEvent'info :: !(Prelude.Maybe HtlcInfo),
_LinkFailEvent'wireFailure :: !Proto.LndGrpc.Failure'FailureCode,
_LinkFailEvent'failureDetail :: !FailureDetail,
_LinkFailEvent'failureString :: !Data.Text.Text,
_LinkFailEvent'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show LinkFailEvent where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField LinkFailEvent "info" HtlcInfo where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_LinkFailEvent'info (\ x__ y__ -> x__ {_LinkFailEvent'info = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField LinkFailEvent "maybe'info" (Prelude.Maybe HtlcInfo) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_LinkFailEvent'info (\ x__ y__ -> x__ {_LinkFailEvent'info = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField LinkFailEvent "wireFailure" Proto.LndGrpc.Failure'FailureCode where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_LinkFailEvent'wireFailure
(\ x__ y__ -> x__ {_LinkFailEvent'wireFailure = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField LinkFailEvent "failureDetail" FailureDetail where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_LinkFailEvent'failureDetail
(\ x__ y__ -> x__ {_LinkFailEvent'failureDetail = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField LinkFailEvent "failureString" Data.Text.Text where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_LinkFailEvent'failureString
(\ x__ y__ -> x__ {_LinkFailEvent'failureString = y__}))
Prelude.id
instance Data.ProtoLens.Message LinkFailEvent where
messageName _ = Data.Text.pack "routerrpc.LinkFailEvent"
packedMessageDescriptor _
= "\n\
\\rLinkFailEvent\DC2'\n\
\\EOTinfo\CAN\SOH \SOH(\v2\DC3.routerrpc.HtlcInfoR\EOTinfo\DC2=\n\
\\fwire_failure\CAN\STX \SOH(\SO2\SUB.lnrpc.Failure.FailureCodeR\vwireFailure\DC2?\n\
\\SOfailure_detail\CAN\ETX \SOH(\SO2\CAN.routerrpc.FailureDetailR\rfailureDetail\DC2%\n\
\\SOfailure_string\CAN\EOT \SOH(\tR\rfailureString"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
info__field_descriptor
= Data.ProtoLens.FieldDescriptor
"info"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor HtlcInfo)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'info")) ::
Data.ProtoLens.FieldDescriptor LinkFailEvent
wireFailure__field_descriptor
= Data.ProtoLens.FieldDescriptor
"wire_failure"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.Failure'FailureCode)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"wireFailure")) ::
Data.ProtoLens.FieldDescriptor LinkFailEvent
failureDetail__field_descriptor
= Data.ProtoLens.FieldDescriptor
"failure_detail"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor FailureDetail)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"failureDetail")) ::
Data.ProtoLens.FieldDescriptor LinkFailEvent
failureString__field_descriptor
= Data.ProtoLens.FieldDescriptor
"failure_string"
(Data.ProtoLens.ScalarField Data.ProtoLens.StringField ::
Data.ProtoLens.FieldTypeDescriptor Data.Text.Text)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"failureString")) ::
Data.ProtoLens.FieldDescriptor LinkFailEvent
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, info__field_descriptor),
(Data.ProtoLens.Tag 2, wireFailure__field_descriptor),
(Data.ProtoLens.Tag 3, failureDetail__field_descriptor),
(Data.ProtoLens.Tag 4, failureString__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_LinkFailEvent'_unknownFields
(\ x__ y__ -> x__ {_LinkFailEvent'_unknownFields = y__})
defMessage
= LinkFailEvent'_constructor
{_LinkFailEvent'info = Prelude.Nothing,
_LinkFailEvent'wireFailure = Data.ProtoLens.fieldDefault,
_LinkFailEvent'failureDetail = Data.ProtoLens.fieldDefault,
_LinkFailEvent'failureString = Data.ProtoLens.fieldDefault,
_LinkFailEvent'_unknownFields = []}
parseMessage
= let
loop ::
LinkFailEvent -> Data.ProtoLens.Encoding.Bytes.Parser LinkFailEvent
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"info"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"info") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"wire_failure"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"wireFailure") y x)
24
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"failure_detail"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"failureDetail") y x)
34
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do value <- do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len)
Data.ProtoLens.Encoding.Bytes.runEither
(case Data.Text.Encoding.decodeUtf8' value of
(Prelude.Left err)
-> Prelude.Left (Prelude.show err)
(Prelude.Right r) -> Prelude.Right r))
"failure_string"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"failureString") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "LinkFailEvent"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'info") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"wireFailure") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral)
Prelude.fromEnum
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"failureDetail") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 24)
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral)
Prelude.fromEnum
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"failureString") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 34)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.Text.Encoding.encodeUtf8
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))))
instance Control.DeepSeq.NFData LinkFailEvent where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_LinkFailEvent'_unknownFields x__)
(Control.DeepSeq.deepseq
(_LinkFailEvent'info x__)
(Control.DeepSeq.deepseq
(_LinkFailEvent'wireFailure x__)
(Control.DeepSeq.deepseq
(_LinkFailEvent'failureDetail x__)
(Control.DeepSeq.deepseq (_LinkFailEvent'failureString x__) ()))))
data MissionControlConfig
= MissionControlConfig'_constructor {_MissionControlConfig'halfLifeSeconds :: !Data.Word.Word64,
_MissionControlConfig'hopProbability :: !Prelude.Float,
_MissionControlConfig'weight :: !Prelude.Float,
_MissionControlConfig'maximumPaymentResults :: !Data.Word.Word32,
_MissionControlConfig'minimumFailureRelaxInterval :: !Data.Word.Word64,
_MissionControlConfig'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show MissionControlConfig where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField MissionControlConfig "halfLifeSeconds" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_MissionControlConfig'halfLifeSeconds
(\ x__ y__ -> x__ {_MissionControlConfig'halfLifeSeconds = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField MissionControlConfig "hopProbability" Prelude.Float where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_MissionControlConfig'hopProbability
(\ x__ y__ -> x__ {_MissionControlConfig'hopProbability = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField MissionControlConfig "weight" Prelude.Float where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_MissionControlConfig'weight
(\ x__ y__ -> x__ {_MissionControlConfig'weight = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField MissionControlConfig "maximumPaymentResults" Data.Word.Word32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_MissionControlConfig'maximumPaymentResults
(\ x__ y__
-> x__ {_MissionControlConfig'maximumPaymentResults = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField MissionControlConfig "minimumFailureRelaxInterval" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_MissionControlConfig'minimumFailureRelaxInterval
(\ x__ y__
-> x__ {_MissionControlConfig'minimumFailureRelaxInterval = y__}))
Prelude.id
instance Data.ProtoLens.Message MissionControlConfig where
messageName _ = Data.Text.pack "routerrpc.MissionControlConfig"
packedMessageDescriptor _
= "\n\
\\DC4MissionControlConfig\DC2*\n\
\\DC1half_life_seconds\CAN\SOH \SOH(\EOTR\SIhalfLifeSeconds\DC2'\n\
\\SIhop_probability\CAN\STX \SOH(\STXR\SOhopProbability\DC2\SYN\n\
\\ACKweight\CAN\ETX \SOH(\STXR\ACKweight\DC26\n\
\\ETBmaximum_payment_results\CAN\EOT \SOH(\rR\NAKmaximumPaymentResults\DC2C\n\
\\RSminimum_failure_relax_interval\CAN\ENQ \SOH(\EOTR\ESCminimumFailureRelaxInterval"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
halfLifeSeconds__field_descriptor
= Data.ProtoLens.FieldDescriptor
"half_life_seconds"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"halfLifeSeconds")) ::
Data.ProtoLens.FieldDescriptor MissionControlConfig
hopProbability__field_descriptor
= Data.ProtoLens.FieldDescriptor
"hop_probability"
(Data.ProtoLens.ScalarField Data.ProtoLens.FloatField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Float)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"hopProbability")) ::
Data.ProtoLens.FieldDescriptor MissionControlConfig
weight__field_descriptor
= Data.ProtoLens.FieldDescriptor
"weight"
(Data.ProtoLens.ScalarField Data.ProtoLens.FloatField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Float)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"weight")) ::
Data.ProtoLens.FieldDescriptor MissionControlConfig
maximumPaymentResults__field_descriptor
= Data.ProtoLens.FieldDescriptor
"maximum_payment_results"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"maximumPaymentResults")) ::
Data.ProtoLens.FieldDescriptor MissionControlConfig
minimumFailureRelaxInterval__field_descriptor
= Data.ProtoLens.FieldDescriptor
"minimum_failure_relax_interval"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"minimumFailureRelaxInterval")) ::
Data.ProtoLens.FieldDescriptor MissionControlConfig
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, halfLifeSeconds__field_descriptor),
(Data.ProtoLens.Tag 2, hopProbability__field_descriptor),
(Data.ProtoLens.Tag 3, weight__field_descriptor),
(Data.ProtoLens.Tag 4, maximumPaymentResults__field_descriptor),
(Data.ProtoLens.Tag 5,
minimumFailureRelaxInterval__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_MissionControlConfig'_unknownFields
(\ x__ y__ -> x__ {_MissionControlConfig'_unknownFields = y__})
defMessage
= MissionControlConfig'_constructor
{_MissionControlConfig'halfLifeSeconds = Data.ProtoLens.fieldDefault,
_MissionControlConfig'hopProbability = Data.ProtoLens.fieldDefault,
_MissionControlConfig'weight = Data.ProtoLens.fieldDefault,
_MissionControlConfig'maximumPaymentResults = Data.ProtoLens.fieldDefault,
_MissionControlConfig'minimumFailureRelaxInterval = Data.ProtoLens.fieldDefault,
_MissionControlConfig'_unknownFields = []}
parseMessage
= let
loop ::
MissionControlConfig
-> Data.ProtoLens.Encoding.Bytes.Parser MissionControlConfig
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "half_life_seconds"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"halfLifeSeconds") y x)
21
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Data.ProtoLens.Encoding.Bytes.wordToFloat
Data.ProtoLens.Encoding.Bytes.getFixed32)
"hop_probability"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"hopProbability") y x)
29
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Data.ProtoLens.Encoding.Bytes.wordToFloat
Data.ProtoLens.Encoding.Bytes.getFixed32)
"weight"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"weight") y x)
32
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"maximum_payment_results"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"maximumPaymentResults") y x)
40
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt
"minimum_failure_relax_interval"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"minimumFailureRelaxInterval")
y
x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "MissionControlConfig"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"halfLifeSeconds") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"hopProbability") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 21)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putFixed32
Data.ProtoLens.Encoding.Bytes.floatToWord
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"weight") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 29)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putFixed32
Data.ProtoLens.Encoding.Bytes.floatToWord
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"maximumPaymentResults") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 32)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"minimumFailureRelaxInterval") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 40)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))))
instance Control.DeepSeq.NFData MissionControlConfig where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_MissionControlConfig'_unknownFields x__)
(Control.DeepSeq.deepseq
(_MissionControlConfig'halfLifeSeconds x__)
(Control.DeepSeq.deepseq
(_MissionControlConfig'hopProbability x__)
(Control.DeepSeq.deepseq
(_MissionControlConfig'weight x__)
(Control.DeepSeq.deepseq
(_MissionControlConfig'maximumPaymentResults x__)
(Control.DeepSeq.deepseq
(_MissionControlConfig'minimumFailureRelaxInterval x__) ())))))
data PairData
= PairData'_constructor {_PairData'failTime :: !Data.Int.Int64,
_PairData'failAmtSat :: !Data.Int.Int64,
_PairData'failAmtMsat :: !Data.Int.Int64,
_PairData'successTime :: !Data.Int.Int64,
_PairData'successAmtSat :: !Data.Int.Int64,
_PairData'successAmtMsat :: !Data.Int.Int64,
_PairData'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show PairData where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField PairData "failTime" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairData'failTime (\ x__ y__ -> x__ {_PairData'failTime = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairData "failAmtSat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairData'failAmtSat
(\ x__ y__ -> x__ {_PairData'failAmtSat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairData "failAmtMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairData'failAmtMsat
(\ x__ y__ -> x__ {_PairData'failAmtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairData "successTime" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairData'successTime
(\ x__ y__ -> x__ {_PairData'successTime = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairData "successAmtSat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairData'successAmtSat
(\ x__ y__ -> x__ {_PairData'successAmtSat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairData "successAmtMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairData'successAmtMsat
(\ x__ y__ -> x__ {_PairData'successAmtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Message PairData where
messageName _ = Data.Text.pack "routerrpc.PairData"
packedMessageDescriptor _
= "\n\
\\bPairData\DC2\ESC\n\
\\tfail_time\CAN\SOH \SOH(\ETXR\bfailTime\DC2 \n\
\\ffail_amt_sat\CAN\STX \SOH(\ETXR\n\
\failAmtSat\DC2\"\n\
\\rfail_amt_msat\CAN\EOT \SOH(\ETXR\vfailAmtMsat\DC2!\n\
\\fsuccess_time\CAN\ENQ \SOH(\ETXR\vsuccessTime\DC2&\n\
\\SIsuccess_amt_sat\CAN\ACK \SOH(\ETXR\rsuccessAmtSat\DC2(\n\
\\DLEsuccess_amt_msat\CAN\a \SOH(\ETXR\SOsuccessAmtMsatJ\EOT\b\ETX\DLE\EOT"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
failTime__field_descriptor
= Data.ProtoLens.FieldDescriptor
"fail_time"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"failTime")) ::
Data.ProtoLens.FieldDescriptor PairData
failAmtSat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"fail_amt_sat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"failAmtSat")) ::
Data.ProtoLens.FieldDescriptor PairData
failAmtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"fail_amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"failAmtMsat")) ::
Data.ProtoLens.FieldDescriptor PairData
successTime__field_descriptor
= Data.ProtoLens.FieldDescriptor
"success_time"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"successTime")) ::
Data.ProtoLens.FieldDescriptor PairData
successAmtSat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"success_amt_sat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"successAmtSat")) ::
Data.ProtoLens.FieldDescriptor PairData
successAmtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"success_amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"successAmtMsat")) ::
Data.ProtoLens.FieldDescriptor PairData
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, failTime__field_descriptor),
(Data.ProtoLens.Tag 2, failAmtSat__field_descriptor),
(Data.ProtoLens.Tag 4, failAmtMsat__field_descriptor),
(Data.ProtoLens.Tag 5, successTime__field_descriptor),
(Data.ProtoLens.Tag 6, successAmtSat__field_descriptor),
(Data.ProtoLens.Tag 7, successAmtMsat__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_PairData'_unknownFields
(\ x__ y__ -> x__ {_PairData'_unknownFields = y__})
defMessage
= PairData'_constructor
{_PairData'failTime = Data.ProtoLens.fieldDefault,
_PairData'failAmtSat = Data.ProtoLens.fieldDefault,
_PairData'failAmtMsat = Data.ProtoLens.fieldDefault,
_PairData'successTime = Data.ProtoLens.fieldDefault,
_PairData'successAmtSat = Data.ProtoLens.fieldDefault,
_PairData'successAmtMsat = Data.ProtoLens.fieldDefault,
_PairData'_unknownFields = []}
parseMessage
= let
loop :: PairData -> Data.ProtoLens.Encoding.Bytes.Parser PairData
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"fail_time"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"failTime") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"fail_amt_sat"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"failAmtSat") y x)
32
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"fail_amt_msat"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"failAmtMsat") y x)
40
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"success_time"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"successTime") y x)
48
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"success_amt_sat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"successAmtSat") y x)
56
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"success_amt_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"successAmtMsat") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "PairData"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"failTime") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"failAmtSat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"failAmtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 32)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"successTime") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 40)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"successAmtSat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 48)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"successAmtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 56)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))))))
instance Control.DeepSeq.NFData PairData where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_PairData'_unknownFields x__)
(Control.DeepSeq.deepseq
(_PairData'failTime x__)
(Control.DeepSeq.deepseq
(_PairData'failAmtSat x__)
(Control.DeepSeq.deepseq
(_PairData'failAmtMsat x__)
(Control.DeepSeq.deepseq
(_PairData'successTime x__)
(Control.DeepSeq.deepseq
(_PairData'successAmtSat x__)
(Control.DeepSeq.deepseq (_PairData'successAmtMsat x__) ()))))))
data PairHistory
= PairHistory'_constructor {_PairHistory'nodeFrom :: !Data.ByteString.ByteString,
_PairHistory'nodeTo :: !Data.ByteString.ByteString,
_PairHistory'history :: !(Prelude.Maybe PairData),
_PairHistory'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show PairHistory where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField PairHistory "nodeFrom" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairHistory'nodeFrom
(\ x__ y__ -> x__ {_PairHistory'nodeFrom = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairHistory "nodeTo" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairHistory'nodeTo (\ x__ y__ -> x__ {_PairHistory'nodeTo = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PairHistory "history" PairData where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairHistory'history
(\ x__ y__ -> x__ {_PairHistory'history = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField PairHistory "maybe'history" (Prelude.Maybe PairData) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PairHistory'history
(\ x__ y__ -> x__ {_PairHistory'history = y__}))
Prelude.id
instance Data.ProtoLens.Message PairHistory where
messageName _ = Data.Text.pack "routerrpc.PairHistory"
packedMessageDescriptor _
= "\n\
\\vPairHistory\DC2\ESC\n\
\\tnode_from\CAN\SOH \SOH(\fR\bnodeFrom\DC2\ETB\n\
\\anode_to\CAN\STX \SOH(\fR\ACKnodeTo\DC2-\n\
\\ahistory\CAN\a \SOH(\v2\DC3.routerrpc.PairDataR\ahistoryJ\EOT\b\ETX\DLE\EOTJ\EOT\b\EOT\DLE\ENQJ\EOT\b\ENQ\DLE\ACKJ\EOT\b\ACK\DLE\a"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
nodeFrom__field_descriptor
= Data.ProtoLens.FieldDescriptor
"node_from"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"nodeFrom")) ::
Data.ProtoLens.FieldDescriptor PairHistory
nodeTo__field_descriptor
= Data.ProtoLens.FieldDescriptor
"node_to"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"nodeTo")) ::
Data.ProtoLens.FieldDescriptor PairHistory
history__field_descriptor
= Data.ProtoLens.FieldDescriptor
"history"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor PairData)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'history")) ::
Data.ProtoLens.FieldDescriptor PairHistory
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, nodeFrom__field_descriptor),
(Data.ProtoLens.Tag 2, nodeTo__field_descriptor),
(Data.ProtoLens.Tag 7, history__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_PairHistory'_unknownFields
(\ x__ y__ -> x__ {_PairHistory'_unknownFields = y__})
defMessage
= PairHistory'_constructor
{_PairHistory'nodeFrom = Data.ProtoLens.fieldDefault,
_PairHistory'nodeTo = Data.ProtoLens.fieldDefault,
_PairHistory'history = Prelude.Nothing,
_PairHistory'_unknownFields = []}
parseMessage
= let
loop ::
PairHistory -> Data.ProtoLens.Encoding.Bytes.Parser PairHistory
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"node_from"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"nodeFrom") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"node_to"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"nodeTo") y x)
58
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"history"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"history") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "PairHistory"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"nodeFrom") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"nodeTo") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'history") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 58)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))
instance Control.DeepSeq.NFData PairHistory where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_PairHistory'_unknownFields x__)
(Control.DeepSeq.deepseq
(_PairHistory'nodeFrom x__)
(Control.DeepSeq.deepseq
(_PairHistory'nodeTo x__)
(Control.DeepSeq.deepseq (_PairHistory'history x__) ())))
newtype PaymentState'UnrecognizedValue
= PaymentState'UnrecognizedValue Data.Int.Int32
deriving stock (Prelude.Eq, Prelude.Ord, Prelude.Show)
data PaymentState
= IN_FLIGHT |
SUCCEEDED |
FAILED_TIMEOUT |
FAILED_NO_ROUTE |
FAILED_ERROR |
FAILED_INCORRECT_PAYMENT_DETAILS |
FAILED_INSUFFICIENT_BALANCE |
PaymentState'Unrecognized !PaymentState'UnrecognizedValue
deriving stock (Prelude.Show, Prelude.Eq, Prelude.Ord)
instance Data.ProtoLens.MessageEnum PaymentState where
maybeToEnum 0 = Prelude.Just IN_FLIGHT
maybeToEnum 1 = Prelude.Just SUCCEEDED
maybeToEnum 2 = Prelude.Just FAILED_TIMEOUT
maybeToEnum 3 = Prelude.Just FAILED_NO_ROUTE
maybeToEnum 4 = Prelude.Just FAILED_ERROR
maybeToEnum 5 = Prelude.Just FAILED_INCORRECT_PAYMENT_DETAILS
maybeToEnum 6 = Prelude.Just FAILED_INSUFFICIENT_BALANCE
maybeToEnum k
= Prelude.Just
(PaymentState'Unrecognized
(PaymentState'UnrecognizedValue (Prelude.fromIntegral k)))
showEnum IN_FLIGHT = "IN_FLIGHT"
showEnum SUCCEEDED = "SUCCEEDED"
showEnum FAILED_TIMEOUT = "FAILED_TIMEOUT"
showEnum FAILED_NO_ROUTE = "FAILED_NO_ROUTE"
showEnum FAILED_ERROR = "FAILED_ERROR"
showEnum FAILED_INCORRECT_PAYMENT_DETAILS
= "FAILED_INCORRECT_PAYMENT_DETAILS"
showEnum FAILED_INSUFFICIENT_BALANCE
= "FAILED_INSUFFICIENT_BALANCE"
showEnum
(PaymentState'Unrecognized (PaymentState'UnrecognizedValue k))
= Prelude.show k
readEnum k
| (Prelude.==) k "IN_FLIGHT" = Prelude.Just IN_FLIGHT
| (Prelude.==) k "SUCCEEDED" = Prelude.Just SUCCEEDED
| (Prelude.==) k "FAILED_TIMEOUT" = Prelude.Just FAILED_TIMEOUT
| (Prelude.==) k "FAILED_NO_ROUTE" = Prelude.Just FAILED_NO_ROUTE
| (Prelude.==) k "FAILED_ERROR" = Prelude.Just FAILED_ERROR
| (Prelude.==) k "FAILED_INCORRECT_PAYMENT_DETAILS"
= Prelude.Just FAILED_INCORRECT_PAYMENT_DETAILS
| (Prelude.==) k "FAILED_INSUFFICIENT_BALANCE"
= Prelude.Just FAILED_INSUFFICIENT_BALANCE
| Prelude.otherwise
= (Prelude.>>=) (Text.Read.readMaybe k) Data.ProtoLens.maybeToEnum
instance Prelude.Bounded PaymentState where
minBound = IN_FLIGHT
maxBound = FAILED_INSUFFICIENT_BALANCE
instance Prelude.Enum PaymentState where
toEnum k__
= Prelude.maybe
(Prelude.error
((Prelude.++)
"toEnum: unknown value for enum PaymentState: "
(Prelude.show k__)))
Prelude.id
(Data.ProtoLens.maybeToEnum k__)
fromEnum IN_FLIGHT = 0
fromEnum SUCCEEDED = 1
fromEnum FAILED_TIMEOUT = 2
fromEnum FAILED_NO_ROUTE = 3
fromEnum FAILED_ERROR = 4
fromEnum FAILED_INCORRECT_PAYMENT_DETAILS = 5
fromEnum FAILED_INSUFFICIENT_BALANCE = 6
fromEnum
(PaymentState'Unrecognized (PaymentState'UnrecognizedValue k))
= Prelude.fromIntegral k
succ FAILED_INSUFFICIENT_BALANCE
= Prelude.error
"PaymentState.succ: bad argument FAILED_INSUFFICIENT_BALANCE. This value would be out of bounds."
succ IN_FLIGHT = SUCCEEDED
succ SUCCEEDED = FAILED_TIMEOUT
succ FAILED_TIMEOUT = FAILED_NO_ROUTE
succ FAILED_NO_ROUTE = FAILED_ERROR
succ FAILED_ERROR = FAILED_INCORRECT_PAYMENT_DETAILS
succ FAILED_INCORRECT_PAYMENT_DETAILS = FAILED_INSUFFICIENT_BALANCE
succ (PaymentState'Unrecognized _)
= Prelude.error
"PaymentState.succ: bad argument: unrecognized value"
pred IN_FLIGHT
= Prelude.error
"PaymentState.pred: bad argument IN_FLIGHT. This value would be out of bounds."
pred SUCCEEDED = IN_FLIGHT
pred FAILED_TIMEOUT = SUCCEEDED
pred FAILED_NO_ROUTE = FAILED_TIMEOUT
pred FAILED_ERROR = FAILED_NO_ROUTE
pred FAILED_INCORRECT_PAYMENT_DETAILS = FAILED_ERROR
pred FAILED_INSUFFICIENT_BALANCE = FAILED_INCORRECT_PAYMENT_DETAILS
pred (PaymentState'Unrecognized _)
= Prelude.error
"PaymentState.pred: bad argument: unrecognized value"
enumFrom = Data.ProtoLens.Message.Enum.messageEnumFrom
enumFromTo = Data.ProtoLens.Message.Enum.messageEnumFromTo
enumFromThen = Data.ProtoLens.Message.Enum.messageEnumFromThen
enumFromThenTo = Data.ProtoLens.Message.Enum.messageEnumFromThenTo
instance Data.ProtoLens.FieldDefault PaymentState where
fieldDefault = IN_FLIGHT
instance Control.DeepSeq.NFData PaymentState where
rnf x__ = Prelude.seq x__ ()
data PaymentStatus
= PaymentStatus'_constructor {_PaymentStatus'state :: !PaymentState,
_PaymentStatus'preimage :: !Data.ByteString.ByteString,
_PaymentStatus'htlcs :: !(Data.Vector.Vector Proto.LndGrpc.HTLCAttempt),
_PaymentStatus'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show PaymentStatus where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField PaymentStatus "state" PaymentState where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PaymentStatus'state
(\ x__ y__ -> x__ {_PaymentStatus'state = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PaymentStatus "preimage" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PaymentStatus'preimage
(\ x__ y__ -> x__ {_PaymentStatus'preimage = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField PaymentStatus "htlcs" [Proto.LndGrpc.HTLCAttempt] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PaymentStatus'htlcs
(\ x__ y__ -> x__ {_PaymentStatus'htlcs = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField PaymentStatus "vec'htlcs" (Data.Vector.Vector Proto.LndGrpc.HTLCAttempt) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_PaymentStatus'htlcs
(\ x__ y__ -> x__ {_PaymentStatus'htlcs = y__}))
Prelude.id
instance Data.ProtoLens.Message PaymentStatus where
messageName _ = Data.Text.pack "routerrpc.PaymentStatus"
packedMessageDescriptor _
= "\n\
\\rPaymentStatus\DC2-\n\
\\ENQstate\CAN\SOH \SOH(\SO2\ETB.routerrpc.PaymentStateR\ENQstate\DC2\SUB\n\
\\bpreimage\CAN\STX \SOH(\fR\bpreimage\DC2(\n\
\\ENQhtlcs\CAN\EOT \ETX(\v2\DC2.lnrpc.HTLCAttemptR\ENQhtlcsJ\EOT\b\ETX\DLE\EOT"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
state__field_descriptor
= Data.ProtoLens.FieldDescriptor
"state"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor PaymentState)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"state")) ::
Data.ProtoLens.FieldDescriptor PaymentStatus
preimage__field_descriptor
= Data.ProtoLens.FieldDescriptor
"preimage"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"preimage")) ::
Data.ProtoLens.FieldDescriptor PaymentStatus
htlcs__field_descriptor
= Data.ProtoLens.FieldDescriptor
"htlcs"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.HTLCAttempt)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Unpacked (Data.ProtoLens.Field.field @"htlcs")) ::
Data.ProtoLens.FieldDescriptor PaymentStatus
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, state__field_descriptor),
(Data.ProtoLens.Tag 2, preimage__field_descriptor),
(Data.ProtoLens.Tag 4, htlcs__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_PaymentStatus'_unknownFields
(\ x__ y__ -> x__ {_PaymentStatus'_unknownFields = y__})
defMessage
= PaymentStatus'_constructor
{_PaymentStatus'state = Data.ProtoLens.fieldDefault,
_PaymentStatus'preimage = Data.ProtoLens.fieldDefault,
_PaymentStatus'htlcs = Data.Vector.Generic.empty,
_PaymentStatus'_unknownFields = []}
parseMessage
= let
loop ::
PaymentStatus
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Vector Data.ProtoLens.Encoding.Growing.RealWorld Proto.LndGrpc.HTLCAttempt
-> Data.ProtoLens.Encoding.Bytes.Parser PaymentStatus
loop x mutable'htlcs
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do frozen'htlcs <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze mutable'htlcs)
(let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields
(\ !t -> Prelude.reverse t)
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'htlcs") frozen'htlcs x))
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"state"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"state") y x)
mutable'htlcs
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"preimage"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"preimage") y x)
mutable'htlcs
34
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len)
Data.ProtoLens.parseMessage)
"htlcs"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append mutable'htlcs y)
loop x v
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
mutable'htlcs
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do mutable'htlcs <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
loop Data.ProtoLens.defMessage mutable'htlcs)
"PaymentStatus"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"state") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral)
Prelude.fromEnum
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"preimage") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 34)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Lens.Family2.view (Data.ProtoLens.Field.field @"vec'htlcs") _x))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))
instance Control.DeepSeq.NFData PaymentStatus where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_PaymentStatus'_unknownFields x__)
(Control.DeepSeq.deepseq
(_PaymentStatus'state x__)
(Control.DeepSeq.deepseq
(_PaymentStatus'preimage x__)
(Control.DeepSeq.deepseq (_PaymentStatus'htlcs x__) ())))
data QueryMissionControlRequest
= QueryMissionControlRequest'_constructor {_QueryMissionControlRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show QueryMissionControlRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message QueryMissionControlRequest where
messageName _
= Data.Text.pack "routerrpc.QueryMissionControlRequest"
packedMessageDescriptor _
= "\n\
\\SUBQueryMissionControlRequest"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_QueryMissionControlRequest'_unknownFields
(\ x__ y__
-> x__ {_QueryMissionControlRequest'_unknownFields = y__})
defMessage
= QueryMissionControlRequest'_constructor
{_QueryMissionControlRequest'_unknownFields = []}
parseMessage
= let
loop ::
QueryMissionControlRequest
-> Data.ProtoLens.Encoding.Bytes.Parser QueryMissionControlRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "QueryMissionControlRequest"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData QueryMissionControlRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_QueryMissionControlRequest'_unknownFields x__) ()
data QueryMissionControlResponse
= QueryMissionControlResponse'_constructor {_QueryMissionControlResponse'pairs :: !(Data.Vector.Vector PairHistory),
_QueryMissionControlResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show QueryMissionControlResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField QueryMissionControlResponse "pairs" [PairHistory] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryMissionControlResponse'pairs
(\ x__ y__ -> x__ {_QueryMissionControlResponse'pairs = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField QueryMissionControlResponse "vec'pairs" (Data.Vector.Vector PairHistory) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryMissionControlResponse'pairs
(\ x__ y__ -> x__ {_QueryMissionControlResponse'pairs = y__}))
Prelude.id
instance Data.ProtoLens.Message QueryMissionControlResponse where
messageName _
= Data.Text.pack "routerrpc.QueryMissionControlResponse"
packedMessageDescriptor _
= "\n\
\\ESCQueryMissionControlResponse\DC2,\n\
\\ENQpairs\CAN\STX \ETX(\v2\SYN.routerrpc.PairHistoryR\ENQpairsJ\EOT\b\SOH\DLE\STX"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
pairs__field_descriptor
= Data.ProtoLens.FieldDescriptor
"pairs"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor PairHistory)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Unpacked (Data.ProtoLens.Field.field @"pairs")) ::
Data.ProtoLens.FieldDescriptor QueryMissionControlResponse
in
Data.Map.fromList [(Data.ProtoLens.Tag 2, pairs__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_QueryMissionControlResponse'_unknownFields
(\ x__ y__
-> x__ {_QueryMissionControlResponse'_unknownFields = y__})
defMessage
= QueryMissionControlResponse'_constructor
{_QueryMissionControlResponse'pairs = Data.Vector.Generic.empty,
_QueryMissionControlResponse'_unknownFields = []}
parseMessage
= let
loop ::
QueryMissionControlResponse
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Vector Data.ProtoLens.Encoding.Growing.RealWorld PairHistory
-> Data.ProtoLens.Encoding.Bytes.Parser QueryMissionControlResponse
loop x mutable'pairs
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do frozen'pairs <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze mutable'pairs)
(let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields
(\ !t -> Prelude.reverse t)
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'pairs") frozen'pairs x))
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
18
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len)
Data.ProtoLens.parseMessage)
"pairs"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append mutable'pairs y)
loop x v
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
mutable'pairs
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do mutable'pairs <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
loop Data.ProtoLens.defMessage mutable'pairs)
"QueryMissionControlResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Lens.Family2.view (Data.ProtoLens.Field.field @"vec'pairs") _x))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData QueryMissionControlResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_QueryMissionControlResponse'_unknownFields x__)
(Control.DeepSeq.deepseq
(_QueryMissionControlResponse'pairs x__) ())
data QueryProbabilityRequest
= QueryProbabilityRequest'_constructor {_QueryProbabilityRequest'fromNode :: !Data.ByteString.ByteString,
_QueryProbabilityRequest'toNode :: !Data.ByteString.ByteString,
_QueryProbabilityRequest'amtMsat :: !Data.Int.Int64,
_QueryProbabilityRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show QueryProbabilityRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField QueryProbabilityRequest "fromNode" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryProbabilityRequest'fromNode
(\ x__ y__ -> x__ {_QueryProbabilityRequest'fromNode = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField QueryProbabilityRequest "toNode" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryProbabilityRequest'toNode
(\ x__ y__ -> x__ {_QueryProbabilityRequest'toNode = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField QueryProbabilityRequest "amtMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryProbabilityRequest'amtMsat
(\ x__ y__ -> x__ {_QueryProbabilityRequest'amtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Message QueryProbabilityRequest where
messageName _ = Data.Text.pack "routerrpc.QueryProbabilityRequest"
packedMessageDescriptor _
= "\n\
\\ETBQueryProbabilityRequest\DC2\ESC\n\
\\tfrom_node\CAN\SOH \SOH(\fR\bfromNode\DC2\ETB\n\
\\ato_node\CAN\STX \SOH(\fR\ACKtoNode\DC2\EM\n\
\\bamt_msat\CAN\ETX \SOH(\ETXR\aamtMsat"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
fromNode__field_descriptor
= Data.ProtoLens.FieldDescriptor
"from_node"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"fromNode")) ::
Data.ProtoLens.FieldDescriptor QueryProbabilityRequest
toNode__field_descriptor
= Data.ProtoLens.FieldDescriptor
"to_node"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"toNode")) ::
Data.ProtoLens.FieldDescriptor QueryProbabilityRequest
amtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"amtMsat")) ::
Data.ProtoLens.FieldDescriptor QueryProbabilityRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, fromNode__field_descriptor),
(Data.ProtoLens.Tag 2, toNode__field_descriptor),
(Data.ProtoLens.Tag 3, amtMsat__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_QueryProbabilityRequest'_unknownFields
(\ x__ y__ -> x__ {_QueryProbabilityRequest'_unknownFields = y__})
defMessage
= QueryProbabilityRequest'_constructor
{_QueryProbabilityRequest'fromNode = Data.ProtoLens.fieldDefault,
_QueryProbabilityRequest'toNode = Data.ProtoLens.fieldDefault,
_QueryProbabilityRequest'amtMsat = Data.ProtoLens.fieldDefault,
_QueryProbabilityRequest'_unknownFields = []}
parseMessage
= let
loop ::
QueryProbabilityRequest
-> Data.ProtoLens.Encoding.Bytes.Parser QueryProbabilityRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"from_node"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"fromNode") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"to_node"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"toNode") y x)
24
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"amt_msat"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"amtMsat") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "QueryProbabilityRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"fromNode") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"toNode") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"amtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 24)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))))
instance Control.DeepSeq.NFData QueryProbabilityRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_QueryProbabilityRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_QueryProbabilityRequest'fromNode x__)
(Control.DeepSeq.deepseq
(_QueryProbabilityRequest'toNode x__)
(Control.DeepSeq.deepseq
(_QueryProbabilityRequest'amtMsat x__) ())))
data QueryProbabilityResponse
= QueryProbabilityResponse'_constructor {_QueryProbabilityResponse'probability :: !Prelude.Double,
_QueryProbabilityResponse'history :: !(Prelude.Maybe PairData),
_QueryProbabilityResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show QueryProbabilityResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField QueryProbabilityResponse "probability" Prelude.Double where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryProbabilityResponse'probability
(\ x__ y__ -> x__ {_QueryProbabilityResponse'probability = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField QueryProbabilityResponse "history" PairData where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryProbabilityResponse'history
(\ x__ y__ -> x__ {_QueryProbabilityResponse'history = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField QueryProbabilityResponse "maybe'history" (Prelude.Maybe PairData) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_QueryProbabilityResponse'history
(\ x__ y__ -> x__ {_QueryProbabilityResponse'history = y__}))
Prelude.id
instance Data.ProtoLens.Message QueryProbabilityResponse where
messageName _ = Data.Text.pack "routerrpc.QueryProbabilityResponse"
packedMessageDescriptor _
= "\n\
\\CANQueryProbabilityResponse\DC2 \n\
\\vprobability\CAN\SOH \SOH(\SOHR\vprobability\DC2-\n\
\\ahistory\CAN\STX \SOH(\v2\DC3.routerrpc.PairDataR\ahistory"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
probability__field_descriptor
= Data.ProtoLens.FieldDescriptor
"probability"
(Data.ProtoLens.ScalarField Data.ProtoLens.DoubleField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Double)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"probability")) ::
Data.ProtoLens.FieldDescriptor QueryProbabilityResponse
history__field_descriptor
= Data.ProtoLens.FieldDescriptor
"history"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor PairData)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'history")) ::
Data.ProtoLens.FieldDescriptor QueryProbabilityResponse
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, probability__field_descriptor),
(Data.ProtoLens.Tag 2, history__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_QueryProbabilityResponse'_unknownFields
(\ x__ y__ -> x__ {_QueryProbabilityResponse'_unknownFields = y__})
defMessage
= QueryProbabilityResponse'_constructor
{_QueryProbabilityResponse'probability = Data.ProtoLens.fieldDefault,
_QueryProbabilityResponse'history = Prelude.Nothing,
_QueryProbabilityResponse'_unknownFields = []}
parseMessage
= let
loop ::
QueryProbabilityResponse
-> Data.ProtoLens.Encoding.Bytes.Parser QueryProbabilityResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
9 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Data.ProtoLens.Encoding.Bytes.wordToDouble
Data.ProtoLens.Encoding.Bytes.getFixed64)
"probability"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"probability") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"history"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"history") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "QueryProbabilityResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"probability") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 9)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putFixed64
Data.ProtoLens.Encoding.Bytes.doubleToWord
_v))
((Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'history") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData QueryProbabilityResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_QueryProbabilityResponse'_unknownFields x__)
(Control.DeepSeq.deepseq
(_QueryProbabilityResponse'probability x__)
(Control.DeepSeq.deepseq
(_QueryProbabilityResponse'history x__) ()))
data ResetMissionControlRequest
= ResetMissionControlRequest'_constructor {_ResetMissionControlRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ResetMissionControlRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message ResetMissionControlRequest where
messageName _
= Data.Text.pack "routerrpc.ResetMissionControlRequest"
packedMessageDescriptor _
= "\n\
\\SUBResetMissionControlRequest"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_ResetMissionControlRequest'_unknownFields
(\ x__ y__
-> x__ {_ResetMissionControlRequest'_unknownFields = y__})
defMessage
= ResetMissionControlRequest'_constructor
{_ResetMissionControlRequest'_unknownFields = []}
parseMessage
= let
loop ::
ResetMissionControlRequest
-> Data.ProtoLens.Encoding.Bytes.Parser ResetMissionControlRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "ResetMissionControlRequest"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData ResetMissionControlRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ResetMissionControlRequest'_unknownFields x__) ()
data ResetMissionControlResponse
= ResetMissionControlResponse'_constructor {_ResetMissionControlResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show ResetMissionControlResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message ResetMissionControlResponse where
messageName _
= Data.Text.pack "routerrpc.ResetMissionControlResponse"
packedMessageDescriptor _
= "\n\
\\ESCResetMissionControlResponse"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_ResetMissionControlResponse'_unknownFields
(\ x__ y__
-> x__ {_ResetMissionControlResponse'_unknownFields = y__})
defMessage
= ResetMissionControlResponse'_constructor
{_ResetMissionControlResponse'_unknownFields = []}
parseMessage
= let
loop ::
ResetMissionControlResponse
-> Data.ProtoLens.Encoding.Bytes.Parser ResetMissionControlResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "ResetMissionControlResponse"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData ResetMissionControlResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_ResetMissionControlResponse'_unknownFields x__) ()
newtype ResolveHoldForwardAction'UnrecognizedValue
= ResolveHoldForwardAction'UnrecognizedValue Data.Int.Int32
deriving stock (Prelude.Eq, Prelude.Ord, Prelude.Show)
data ResolveHoldForwardAction
= SETTLE |
FAIL |
RESUME |
ResolveHoldForwardAction'Unrecognized !ResolveHoldForwardAction'UnrecognizedValue
deriving stock (Prelude.Show, Prelude.Eq, Prelude.Ord)
instance Data.ProtoLens.MessageEnum ResolveHoldForwardAction where
maybeToEnum 0 = Prelude.Just SETTLE
maybeToEnum 1 = Prelude.Just FAIL
maybeToEnum 2 = Prelude.Just RESUME
maybeToEnum k
= Prelude.Just
(ResolveHoldForwardAction'Unrecognized
(ResolveHoldForwardAction'UnrecognizedValue
(Prelude.fromIntegral k)))
showEnum SETTLE = "SETTLE"
showEnum FAIL = "FAIL"
showEnum RESUME = "RESUME"
showEnum
(ResolveHoldForwardAction'Unrecognized (ResolveHoldForwardAction'UnrecognizedValue k))
= Prelude.show k
readEnum k
| (Prelude.==) k "SETTLE" = Prelude.Just SETTLE
| (Prelude.==) k "FAIL" = Prelude.Just FAIL
| (Prelude.==) k "RESUME" = Prelude.Just RESUME
| Prelude.otherwise
= (Prelude.>>=) (Text.Read.readMaybe k) Data.ProtoLens.maybeToEnum
instance Prelude.Bounded ResolveHoldForwardAction where
minBound = SETTLE
maxBound = RESUME
instance Prelude.Enum ResolveHoldForwardAction where
toEnum k__
= Prelude.maybe
(Prelude.error
((Prelude.++)
"toEnum: unknown value for enum ResolveHoldForwardAction: "
(Prelude.show k__)))
Prelude.id
(Data.ProtoLens.maybeToEnum k__)
fromEnum SETTLE = 0
fromEnum FAIL = 1
fromEnum RESUME = 2
fromEnum
(ResolveHoldForwardAction'Unrecognized (ResolveHoldForwardAction'UnrecognizedValue k))
= Prelude.fromIntegral k
succ RESUME
= Prelude.error
"ResolveHoldForwardAction.succ: bad argument RESUME. This value would be out of bounds."
succ SETTLE = FAIL
succ FAIL = RESUME
succ (ResolveHoldForwardAction'Unrecognized _)
= Prelude.error
"ResolveHoldForwardAction.succ: bad argument: unrecognized value"
pred SETTLE
= Prelude.error
"ResolveHoldForwardAction.pred: bad argument SETTLE. This value would be out of bounds."
pred FAIL = SETTLE
pred RESUME = FAIL
pred (ResolveHoldForwardAction'Unrecognized _)
= Prelude.error
"ResolveHoldForwardAction.pred: bad argument: unrecognized value"
enumFrom = Data.ProtoLens.Message.Enum.messageEnumFrom
enumFromTo = Data.ProtoLens.Message.Enum.messageEnumFromTo
enumFromThen = Data.ProtoLens.Message.Enum.messageEnumFromThen
enumFromThenTo = Data.ProtoLens.Message.Enum.messageEnumFromThenTo
instance Data.ProtoLens.FieldDefault ResolveHoldForwardAction where
fieldDefault = SETTLE
instance Control.DeepSeq.NFData ResolveHoldForwardAction where
rnf x__ = Prelude.seq x__ ()
data RouteFeeRequest
= RouteFeeRequest'_constructor {_RouteFeeRequest'dest :: !Data.ByteString.ByteString,
_RouteFeeRequest'amtSat :: !Data.Int.Int64,
_RouteFeeRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show RouteFeeRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField RouteFeeRequest "dest" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_RouteFeeRequest'dest
(\ x__ y__ -> x__ {_RouteFeeRequest'dest = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField RouteFeeRequest "amtSat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_RouteFeeRequest'amtSat
(\ x__ y__ -> x__ {_RouteFeeRequest'amtSat = y__}))
Prelude.id
instance Data.ProtoLens.Message RouteFeeRequest where
messageName _ = Data.Text.pack "routerrpc.RouteFeeRequest"
packedMessageDescriptor _
= "\n\
\\SIRouteFeeRequest\DC2\DC2\n\
\\EOTdest\CAN\SOH \SOH(\fR\EOTdest\DC2\ETB\n\
\\aamt_sat\CAN\STX \SOH(\ETXR\ACKamtSat"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
dest__field_descriptor
= Data.ProtoLens.FieldDescriptor
"dest"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"dest")) ::
Data.ProtoLens.FieldDescriptor RouteFeeRequest
amtSat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"amt_sat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"amtSat")) ::
Data.ProtoLens.FieldDescriptor RouteFeeRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, dest__field_descriptor),
(Data.ProtoLens.Tag 2, amtSat__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_RouteFeeRequest'_unknownFields
(\ x__ y__ -> x__ {_RouteFeeRequest'_unknownFields = y__})
defMessage
= RouteFeeRequest'_constructor
{_RouteFeeRequest'dest = Data.ProtoLens.fieldDefault,
_RouteFeeRequest'amtSat = Data.ProtoLens.fieldDefault,
_RouteFeeRequest'_unknownFields = []}
parseMessage
= let
loop ::
RouteFeeRequest
-> Data.ProtoLens.Encoding.Bytes.Parser RouteFeeRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"dest"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"dest") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"amt_sat"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"amtSat") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "RouteFeeRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let _v = Lens.Family2.view (Data.ProtoLens.Field.field @"dest") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"amtSat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData RouteFeeRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_RouteFeeRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_RouteFeeRequest'dest x__)
(Control.DeepSeq.deepseq (_RouteFeeRequest'amtSat x__) ()))
data RouteFeeResponse
= RouteFeeResponse'_constructor {_RouteFeeResponse'routingFeeMsat :: !Data.Int.Int64,
_RouteFeeResponse'timeLockDelay :: !Data.Int.Int64,
_RouteFeeResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show RouteFeeResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField RouteFeeResponse "routingFeeMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_RouteFeeResponse'routingFeeMsat
(\ x__ y__ -> x__ {_RouteFeeResponse'routingFeeMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField RouteFeeResponse "timeLockDelay" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_RouteFeeResponse'timeLockDelay
(\ x__ y__ -> x__ {_RouteFeeResponse'timeLockDelay = y__}))
Prelude.id
instance Data.ProtoLens.Message RouteFeeResponse where
messageName _ = Data.Text.pack "routerrpc.RouteFeeResponse"
packedMessageDescriptor _
= "\n\
\\DLERouteFeeResponse\DC2(\n\
\\DLErouting_fee_msat\CAN\SOH \SOH(\ETXR\SOroutingFeeMsat\DC2&\n\
\\SItime_lock_delay\CAN\STX \SOH(\ETXR\rtimeLockDelay"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
routingFeeMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"routing_fee_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"routingFeeMsat")) ::
Data.ProtoLens.FieldDescriptor RouteFeeResponse
timeLockDelay__field_descriptor
= Data.ProtoLens.FieldDescriptor
"time_lock_delay"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"timeLockDelay")) ::
Data.ProtoLens.FieldDescriptor RouteFeeResponse
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, routingFeeMsat__field_descriptor),
(Data.ProtoLens.Tag 2, timeLockDelay__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_RouteFeeResponse'_unknownFields
(\ x__ y__ -> x__ {_RouteFeeResponse'_unknownFields = y__})
defMessage
= RouteFeeResponse'_constructor
{_RouteFeeResponse'routingFeeMsat = Data.ProtoLens.fieldDefault,
_RouteFeeResponse'timeLockDelay = Data.ProtoLens.fieldDefault,
_RouteFeeResponse'_unknownFields = []}
parseMessage
= let
loop ::
RouteFeeResponse
-> Data.ProtoLens.Encoding.Bytes.Parser RouteFeeResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"routing_fee_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"routingFeeMsat") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"time_lock_delay"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"timeLockDelay") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "RouteFeeResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"routingFeeMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"timeLockDelay") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData RouteFeeResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_RouteFeeResponse'_unknownFields x__)
(Control.DeepSeq.deepseq
(_RouteFeeResponse'routingFeeMsat x__)
(Control.DeepSeq.deepseq (_RouteFeeResponse'timeLockDelay x__) ()))
data SendPaymentRequest
= SendPaymentRequest'_constructor {_SendPaymentRequest'dest :: !Data.ByteString.ByteString,
_SendPaymentRequest'amt :: !Data.Int.Int64,
_SendPaymentRequest'amtMsat :: !Data.Int.Int64,
_SendPaymentRequest'paymentHash :: !Data.ByteString.ByteString,
_SendPaymentRequest'finalCltvDelta :: !Data.Int.Int32,
_SendPaymentRequest'paymentAddr :: !Data.ByteString.ByteString,
_SendPaymentRequest'paymentRequest :: !Data.Text.Text,
_SendPaymentRequest'timeoutSeconds :: !Data.Int.Int32,
_SendPaymentRequest'feeLimitSat :: !Data.Int.Int64,
_SendPaymentRequest'feeLimitMsat :: !Data.Int.Int64,
_SendPaymentRequest'outgoingChanId :: !Data.Word.Word64,
_SendPaymentRequest'outgoingChanIds :: !(Data.Vector.Unboxed.Vector Data.Word.Word64),
_SendPaymentRequest'lastHopPubkey :: !Data.ByteString.ByteString,
_SendPaymentRequest'cltvLimit :: !Data.Int.Int32,
_SendPaymentRequest'routeHints :: !(Data.Vector.Vector Proto.LndGrpc.RouteHint),
_SendPaymentRequest'destCustomRecords :: !(Data.Map.Map Data.Word.Word64 Data.ByteString.ByteString),
_SendPaymentRequest'allowSelfPayment :: !Prelude.Bool,
_SendPaymentRequest'destFeatures :: !(Data.Vector.Vector Proto.LndGrpc.FeatureBit),
_SendPaymentRequest'maxParts :: !Data.Word.Word32,
_SendPaymentRequest'noInflightUpdates :: !Prelude.Bool,
_SendPaymentRequest'maxShardSizeMsat :: !Data.Word.Word64,
_SendPaymentRequest'amp :: !Prelude.Bool,
_SendPaymentRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SendPaymentRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField SendPaymentRequest "dest" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'dest
(\ x__ y__ -> x__ {_SendPaymentRequest'dest = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "amt" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'amt
(\ x__ y__ -> x__ {_SendPaymentRequest'amt = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "amtMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'amtMsat
(\ x__ y__ -> x__ {_SendPaymentRequest'amtMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "paymentHash" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'paymentHash
(\ x__ y__ -> x__ {_SendPaymentRequest'paymentHash = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "finalCltvDelta" Data.Int.Int32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'finalCltvDelta
(\ x__ y__ -> x__ {_SendPaymentRequest'finalCltvDelta = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "paymentAddr" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'paymentAddr
(\ x__ y__ -> x__ {_SendPaymentRequest'paymentAddr = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "paymentRequest" Data.Text.Text where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'paymentRequest
(\ x__ y__ -> x__ {_SendPaymentRequest'paymentRequest = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "timeoutSeconds" Data.Int.Int32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'timeoutSeconds
(\ x__ y__ -> x__ {_SendPaymentRequest'timeoutSeconds = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "feeLimitSat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'feeLimitSat
(\ x__ y__ -> x__ {_SendPaymentRequest'feeLimitSat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "feeLimitMsat" Data.Int.Int64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'feeLimitMsat
(\ x__ y__ -> x__ {_SendPaymentRequest'feeLimitMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "outgoingChanId" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'outgoingChanId
(\ x__ y__ -> x__ {_SendPaymentRequest'outgoingChanId = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "outgoingChanIds" [Data.Word.Word64] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'outgoingChanIds
(\ x__ y__ -> x__ {_SendPaymentRequest'outgoingChanIds = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField SendPaymentRequest "vec'outgoingChanIds" (Data.Vector.Unboxed.Vector Data.Word.Word64) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'outgoingChanIds
(\ x__ y__ -> x__ {_SendPaymentRequest'outgoingChanIds = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "lastHopPubkey" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'lastHopPubkey
(\ x__ y__ -> x__ {_SendPaymentRequest'lastHopPubkey = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "cltvLimit" Data.Int.Int32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'cltvLimit
(\ x__ y__ -> x__ {_SendPaymentRequest'cltvLimit = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "routeHints" [Proto.LndGrpc.RouteHint] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'routeHints
(\ x__ y__ -> x__ {_SendPaymentRequest'routeHints = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField SendPaymentRequest "vec'routeHints" (Data.Vector.Vector Proto.LndGrpc.RouteHint) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'routeHints
(\ x__ y__ -> x__ {_SendPaymentRequest'routeHints = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "destCustomRecords" (Data.Map.Map Data.Word.Word64 Data.ByteString.ByteString) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'destCustomRecords
(\ x__ y__ -> x__ {_SendPaymentRequest'destCustomRecords = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "allowSelfPayment" Prelude.Bool where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'allowSelfPayment
(\ x__ y__ -> x__ {_SendPaymentRequest'allowSelfPayment = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "destFeatures" [Proto.LndGrpc.FeatureBit] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'destFeatures
(\ x__ y__ -> x__ {_SendPaymentRequest'destFeatures = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField SendPaymentRequest "vec'destFeatures" (Data.Vector.Vector Proto.LndGrpc.FeatureBit) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'destFeatures
(\ x__ y__ -> x__ {_SendPaymentRequest'destFeatures = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "maxParts" Data.Word.Word32 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'maxParts
(\ x__ y__ -> x__ {_SendPaymentRequest'maxParts = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "noInflightUpdates" Prelude.Bool where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'noInflightUpdates
(\ x__ y__ -> x__ {_SendPaymentRequest'noInflightUpdates = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "maxShardSizeMsat" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'maxShardSizeMsat
(\ x__ y__ -> x__ {_SendPaymentRequest'maxShardSizeMsat = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest "amp" Prelude.Bool where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'amp
(\ x__ y__ -> x__ {_SendPaymentRequest'amp = y__}))
Prelude.id
instance Data.ProtoLens.Message SendPaymentRequest where
messageName _ = Data.Text.pack "routerrpc.SendPaymentRequest"
packedMessageDescriptor _
= "\n\
\\DC2SendPaymentRequest\DC2\DC2\n\
\\EOTdest\CAN\SOH \SOH(\fR\EOTdest\DC2\DLE\n\
\\ETXamt\CAN\STX \SOH(\ETXR\ETXamt\DC2\EM\n\
\\bamt_msat\CAN\f \SOH(\ETXR\aamtMsat\DC2!\n\
\\fpayment_hash\CAN\ETX \SOH(\fR\vpaymentHash\DC2(\n\
\\DLEfinal_cltv_delta\CAN\EOT \SOH(\ENQR\SOfinalCltvDelta\DC2!\n\
\\fpayment_addr\CAN\DC4 \SOH(\fR\vpaymentAddr\DC2'\n\
\\SIpayment_request\CAN\ENQ \SOH(\tR\SOpaymentRequest\DC2'\n\
\\SItimeout_seconds\CAN\ACK \SOH(\ENQR\SOtimeoutSeconds\DC2\"\n\
\\rfee_limit_sat\CAN\a \SOH(\ETXR\vfeeLimitSat\DC2$\n\
\\SOfee_limit_msat\CAN\r \SOH(\ETXR\ffeeLimitMsat\DC2.\n\
\\DLEoutgoing_chan_id\CAN\b \SOH(\EOTR\SOoutgoingChanIdB\EOT0\SOH\CAN\SOH\DC2*\n\
\\DC1outgoing_chan_ids\CAN\DC3 \ETX(\EOTR\SIoutgoingChanIds\DC2&\n\
\\SIlast_hop_pubkey\CAN\SO \SOH(\fR\rlastHopPubkey\DC2\GS\n\
\\n\
\cltv_limit\CAN\t \SOH(\ENQR\tcltvLimit\DC21\n\
\\vroute_hints\CAN\n\
\ \ETX(\v2\DLE.lnrpc.RouteHintR\n\
\routeHints\DC2d\n\
\\DC3dest_custom_records\CAN\v \ETX(\v24.routerrpc.SendPaymentRequest.DestCustomRecordsEntryR\DC1destCustomRecords\DC2,\n\
\\DC2allow_self_payment\CAN\SI \SOH(\bR\DLEallowSelfPayment\DC26\n\
\\rdest_features\CAN\DLE \ETX(\SO2\DC1.lnrpc.FeatureBitR\fdestFeatures\DC2\ESC\n\
\\tmax_parts\CAN\DC1 \SOH(\rR\bmaxParts\DC2.\n\
\\DC3no_inflight_updates\CAN\DC2 \SOH(\bR\DC1noInflightUpdates\DC2-\n\
\\DC3max_shard_size_msat\CAN\NAK \SOH(\EOTR\DLEmaxShardSizeMsat\DC2\DLE\n\
\\ETXamp\CAN\SYN \SOH(\bR\ETXamp\SUBD\n\
\\SYNDestCustomRecordsEntry\DC2\DLE\n\
\\ETXkey\CAN\SOH \SOH(\EOTR\ETXkey\DC2\DC4\n\
\\ENQvalue\CAN\STX \SOH(\fR\ENQvalue:\STX8\SOH"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
dest__field_descriptor
= Data.ProtoLens.FieldDescriptor
"dest"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"dest")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
amt__field_descriptor
= Data.ProtoLens.FieldDescriptor
"amt"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"amt")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
amtMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"amt_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"amtMsat")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
paymentHash__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_hash"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentHash")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
finalCltvDelta__field_descriptor
= Data.ProtoLens.FieldDescriptor
"final_cltv_delta"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"finalCltvDelta")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
paymentAddr__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_addr"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentAddr")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
paymentRequest__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_request"
(Data.ProtoLens.ScalarField Data.ProtoLens.StringField ::
Data.ProtoLens.FieldTypeDescriptor Data.Text.Text)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentRequest")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
timeoutSeconds__field_descriptor
= Data.ProtoLens.FieldDescriptor
"timeout_seconds"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"timeoutSeconds")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
feeLimitSat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"fee_limit_sat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"feeLimitSat")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
feeLimitMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"fee_limit_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"feeLimitMsat")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
outgoingChanId__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_chan_id"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"outgoingChanId")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
outgoingChanIds__field_descriptor
= Data.ProtoLens.FieldDescriptor
"outgoing_chan_ids"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Packed
(Data.ProtoLens.Field.field @"outgoingChanIds")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
lastHopPubkey__field_descriptor
= Data.ProtoLens.FieldDescriptor
"last_hop_pubkey"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"lastHopPubkey")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
cltvLimit__field_descriptor
= Data.ProtoLens.FieldDescriptor
"cltv_limit"
(Data.ProtoLens.ScalarField Data.ProtoLens.Int32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Int.Int32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"cltvLimit")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
routeHints__field_descriptor
= Data.ProtoLens.FieldDescriptor
"route_hints"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.RouteHint)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Unpacked
(Data.ProtoLens.Field.field @"routeHints")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
destCustomRecords__field_descriptor
= Data.ProtoLens.FieldDescriptor
"dest_custom_records"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor SendPaymentRequest'DestCustomRecordsEntry)
(Data.ProtoLens.MapField
(Data.ProtoLens.Field.field @"key")
(Data.ProtoLens.Field.field @"value")
(Data.ProtoLens.Field.field @"destCustomRecords")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
allowSelfPayment__field_descriptor
= Data.ProtoLens.FieldDescriptor
"allow_self_payment"
(Data.ProtoLens.ScalarField Data.ProtoLens.BoolField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Bool)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"allowSelfPayment")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
destFeatures__field_descriptor
= Data.ProtoLens.FieldDescriptor
"dest_features"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.FeatureBit)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Packed
(Data.ProtoLens.Field.field @"destFeatures")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
maxParts__field_descriptor
= Data.ProtoLens.FieldDescriptor
"max_parts"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt32Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word32)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"maxParts")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
noInflightUpdates__field_descriptor
= Data.ProtoLens.FieldDescriptor
"no_inflight_updates"
(Data.ProtoLens.ScalarField Data.ProtoLens.BoolField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Bool)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"noInflightUpdates")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
maxShardSizeMsat__field_descriptor
= Data.ProtoLens.FieldDescriptor
"max_shard_size_msat"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"maxShardSizeMsat")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
amp__field_descriptor
= Data.ProtoLens.FieldDescriptor
"amp"
(Data.ProtoLens.ScalarField Data.ProtoLens.BoolField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Bool)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"amp")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, dest__field_descriptor),
(Data.ProtoLens.Tag 2, amt__field_descriptor),
(Data.ProtoLens.Tag 12, amtMsat__field_descriptor),
(Data.ProtoLens.Tag 3, paymentHash__field_descriptor),
(Data.ProtoLens.Tag 4, finalCltvDelta__field_descriptor),
(Data.ProtoLens.Tag 20, paymentAddr__field_descriptor),
(Data.ProtoLens.Tag 5, paymentRequest__field_descriptor),
(Data.ProtoLens.Tag 6, timeoutSeconds__field_descriptor),
(Data.ProtoLens.Tag 7, feeLimitSat__field_descriptor),
(Data.ProtoLens.Tag 13, feeLimitMsat__field_descriptor),
(Data.ProtoLens.Tag 8, outgoingChanId__field_descriptor),
(Data.ProtoLens.Tag 19, outgoingChanIds__field_descriptor),
(Data.ProtoLens.Tag 14, lastHopPubkey__field_descriptor),
(Data.ProtoLens.Tag 9, cltvLimit__field_descriptor),
(Data.ProtoLens.Tag 10, routeHints__field_descriptor),
(Data.ProtoLens.Tag 11, destCustomRecords__field_descriptor),
(Data.ProtoLens.Tag 15, allowSelfPayment__field_descriptor),
(Data.ProtoLens.Tag 16, destFeatures__field_descriptor),
(Data.ProtoLens.Tag 17, maxParts__field_descriptor),
(Data.ProtoLens.Tag 18, noInflightUpdates__field_descriptor),
(Data.ProtoLens.Tag 21, maxShardSizeMsat__field_descriptor),
(Data.ProtoLens.Tag 22, amp__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_SendPaymentRequest'_unknownFields
(\ x__ y__ -> x__ {_SendPaymentRequest'_unknownFields = y__})
defMessage
= SendPaymentRequest'_constructor
{_SendPaymentRequest'dest = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'amt = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'amtMsat = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'paymentHash = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'finalCltvDelta = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'paymentAddr = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'paymentRequest = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'timeoutSeconds = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'feeLimitSat = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'feeLimitMsat = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'outgoingChanId = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'outgoingChanIds = Data.Vector.Generic.empty,
_SendPaymentRequest'lastHopPubkey = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'cltvLimit = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'routeHints = Data.Vector.Generic.empty,
_SendPaymentRequest'destCustomRecords = Data.Map.empty,
_SendPaymentRequest'allowSelfPayment = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'destFeatures = Data.Vector.Generic.empty,
_SendPaymentRequest'maxParts = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'noInflightUpdates = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'maxShardSizeMsat = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'amp = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'_unknownFields = []}
parseMessage
= let
loop ::
SendPaymentRequest
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Vector Data.ProtoLens.Encoding.Growing.RealWorld Proto.LndGrpc.FeatureBit
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Unboxed.Vector Data.ProtoLens.Encoding.Growing.RealWorld Data.Word.Word64
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Vector Data.ProtoLens.Encoding.Growing.RealWorld Proto.LndGrpc.RouteHint
-> Data.ProtoLens.Encoding.Bytes.Parser SendPaymentRequest
loop
x
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do frozen'destFeatures <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze
mutable'destFeatures)
frozen'outgoingChanIds <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze
mutable'outgoingChanIds)
frozen'routeHints <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze
mutable'routeHints)
(let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields
(\ !t -> Prelude.reverse t)
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'destFeatures")
frozen'destFeatures
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'outgoingChanIds")
frozen'outgoingChanIds
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'routeHints")
frozen'routeHints
x))))
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"dest"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"dest") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"amt"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"amt") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
96
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"amt_msat"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"amtMsat") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
26
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"payment_hash"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"paymentHash") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
32
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"final_cltv_delta"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"finalCltvDelta") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
162
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"payment_addr"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"paymentAddr") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
42
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do value <- do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len)
Data.ProtoLens.Encoding.Bytes.runEither
(case Data.Text.Encoding.decodeUtf8' value of
(Prelude.Left err)
-> Prelude.Left (Prelude.show err)
(Prelude.Right r) -> Prelude.Right r))
"payment_request"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"paymentRequest") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
48
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"timeout_seconds"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"timeoutSeconds") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
56
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"fee_limit_sat"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"feeLimitSat") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
104
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"fee_limit_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"feeLimitMsat") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
64
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "outgoing_chan_id"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"outgoingChanId") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
152
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "outgoing_chan_ids"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append
mutable'outgoingChanIds y)
loop x mutable'destFeatures v mutable'routeHints
154
-> do y <- do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len)
((let
ploop qs
= do packedEnd <- Data.ProtoLens.Encoding.Bytes.atEnd
if packedEnd then
Prelude.return qs
else
do !q <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt
"outgoing_chan_ids"
qs' <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append
qs q)
ploop qs'
in ploop)
mutable'outgoingChanIds)
loop x mutable'destFeatures y mutable'routeHints
114
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"last_hop_pubkey"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"lastHopPubkey") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
72
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"cltv_limit"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"cltvLimit") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
82
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len)
Data.ProtoLens.parseMessage)
"route_hints"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append mutable'routeHints y)
loop x mutable'destFeatures mutable'outgoingChanIds v
90
-> do !(entry :: SendPaymentRequest'DestCustomRecordsEntry) <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral
len)
Data.ProtoLens.parseMessage)
"dest_custom_records"
(let
key = Lens.Family2.view (Data.ProtoLens.Field.field @"key") entry
value
= Lens.Family2.view (Data.ProtoLens.Field.field @"value") entry
in
loop
(Lens.Family2.over
(Data.ProtoLens.Field.field @"destCustomRecords")
(\ !t -> Data.Map.insert key value t)
x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints)
120
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
((Prelude./=) 0) Data.ProtoLens.Encoding.Bytes.getVarInt)
"allow_self_payment"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"allowSelfPayment") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
128
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"dest_features"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append
mutable'destFeatures y)
loop x v mutable'outgoingChanIds mutable'routeHints
130
-> do y <- do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len)
((let
ploop qs
= do packedEnd <- Data.ProtoLens.Encoding.Bytes.atEnd
if packedEnd then
Prelude.return qs
else
do !q <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"dest_features"
qs' <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append
qs q)
ploop qs'
in ploop)
mutable'destFeatures)
loop x y mutable'outgoingChanIds mutable'routeHints
136
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt)
"max_parts"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"maxParts") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
144
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
((Prelude./=) 0) Data.ProtoLens.Encoding.Bytes.getVarInt)
"no_inflight_updates"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"noInflightUpdates") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
168
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "max_shard_size_msat"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"maxShardSizeMsat") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
176
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
((Prelude./=) 0) Data.ProtoLens.Encoding.Bytes.getVarInt)
"amp"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"amp") y x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do mutable'destFeatures <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
mutable'outgoingChanIds <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
mutable'routeHints <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
loop
Data.ProtoLens.defMessage
mutable'destFeatures
mutable'outgoingChanIds
mutable'routeHints)
"SendPaymentRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let _v = Lens.Family2.view (Data.ProtoLens.Field.field @"dest") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let _v = Lens.Family2.view (Data.ProtoLens.Field.field @"amt") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"amtMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 96)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral _v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"paymentHash") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 26)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"finalCltvDelta") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 32)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"paymentAddr") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 162)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"paymentRequest") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 42)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.Text.Encoding.encodeUtf8
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"timeoutSeconds") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 48)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"feeLimitSat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 56)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"feeLimitMsat") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 104)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"outgoingChanId")
_x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 64)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
p = Lens.Family2.view
(Data.ProtoLens.Field.field
@"vec'outgoingChanIds")
_x
in
if Data.Vector.Generic.null p then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 154)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes
bs))
(Data.ProtoLens.Encoding.Bytes.runBuilder
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
Data.ProtoLens.Encoding.Bytes.putVarInt
p))))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"lastHopPubkey")
_x
in
if (Prelude.==)
_v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
114)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length
bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes
bs))
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"cltvLimit")
_x
in
if (Prelude.==)
_v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
72)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
82)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length
bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes
bs))
Data.ProtoLens.encodeMessage
_v))
(Lens.Family2.view
(Data.ProtoLens.Field.field
@"vec'routeHints")
_x))
((Data.Monoid.<>)
(Data.Monoid.mconcat
(Prelude.map
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
90)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length
bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes
bs))
Data.ProtoLens.encodeMessage
(Lens.Family2.set
(Data.ProtoLens.Field.field
@"key")
(Prelude.fst _v)
(Lens.Family2.set
(Data.ProtoLens.Field.field
@"value")
(Prelude.snd _v)
(Data.ProtoLens.defMessage ::
SendPaymentRequest'DestCustomRecordsEntry)))))
(Data.Map.toList
(Lens.Family2.view
(Data.ProtoLens.Field.field
@"destCustomRecords")
_x))))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"allowSelfPayment")
_x
in
if (Prelude.==)
_v
Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
120)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
(\ b -> if b then 1 else 0)
_v))
((Data.Monoid.<>)
(let
p = Lens.Family2.view
(Data.ProtoLens.Field.field
@"vec'destFeatures")
_x
in
if Data.Vector.Generic.null
p then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
130)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral
(Data.ByteString.length
bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes
bs))
(Data.ProtoLens.Encoding.Bytes.runBuilder
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral)
Prelude.fromEnum)
p))))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"maxParts")
_x
in
if (Prelude.==)
_v
Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
136)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
Prelude.fromIntegral
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"noInflightUpdates")
_x
in
if (Prelude.==)
_v
Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
144)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
(\ b
-> if b then
1
else
0)
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"maxShardSizeMsat")
_x
in
if (Prelude.==)
_v
Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
168)
(Data.ProtoLens.Encoding.Bytes.putVarInt
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field
@"amp")
_x
in
if (Prelude.==)
_v
Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
176)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
(\ b
-> if b then
1
else
0)
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view
Data.ProtoLens.unknownFields
_x)))))))))))))))))))))))
instance Control.DeepSeq.NFData SendPaymentRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SendPaymentRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'dest x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'amt x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'amtMsat x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'paymentHash x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'finalCltvDelta x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'paymentAddr x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'paymentRequest x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'timeoutSeconds x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'feeLimitSat x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'feeLimitMsat x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'outgoingChanId x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'outgoingChanIds x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'lastHopPubkey x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'cltvLimit x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'routeHints x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'destCustomRecords
x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'allowSelfPayment
x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'destFeatures
x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'maxParts
x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'noInflightUpdates
x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'maxShardSizeMsat
x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'amp
x__)
()))))))))))))))))))))))
data SendPaymentRequest'DestCustomRecordsEntry
= SendPaymentRequest'DestCustomRecordsEntry'_constructor {_SendPaymentRequest'DestCustomRecordsEntry'key :: !Data.Word.Word64,
_SendPaymentRequest'DestCustomRecordsEntry'value :: !Data.ByteString.ByteString,
_SendPaymentRequest'DestCustomRecordsEntry'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SendPaymentRequest'DestCustomRecordsEntry where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField SendPaymentRequest'DestCustomRecordsEntry "key" Data.Word.Word64 where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'DestCustomRecordsEntry'key
(\ x__ y__
-> x__ {_SendPaymentRequest'DestCustomRecordsEntry'key = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendPaymentRequest'DestCustomRecordsEntry "value" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendPaymentRequest'DestCustomRecordsEntry'value
(\ x__ y__
-> x__ {_SendPaymentRequest'DestCustomRecordsEntry'value = y__}))
Prelude.id
instance Data.ProtoLens.Message SendPaymentRequest'DestCustomRecordsEntry where
messageName _
= Data.Text.pack
"routerrpc.SendPaymentRequest.DestCustomRecordsEntry"
packedMessageDescriptor _
= "\n\
\\SYNDestCustomRecordsEntry\DC2\DLE\n\
\\ETXkey\CAN\SOH \SOH(\EOTR\ETXkey\DC2\DC4\n\
\\ENQvalue\CAN\STX \SOH(\fR\ENQvalue:\STX8\SOH"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
key__field_descriptor
= Data.ProtoLens.FieldDescriptor
"key"
(Data.ProtoLens.ScalarField Data.ProtoLens.UInt64Field ::
Data.ProtoLens.FieldTypeDescriptor Data.Word.Word64)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"key")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest'DestCustomRecordsEntry
value__field_descriptor
= Data.ProtoLens.FieldDescriptor
"value"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"value")) ::
Data.ProtoLens.FieldDescriptor SendPaymentRequest'DestCustomRecordsEntry
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, key__field_descriptor),
(Data.ProtoLens.Tag 2, value__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_SendPaymentRequest'DestCustomRecordsEntry'_unknownFields
(\ x__ y__
-> x__
{_SendPaymentRequest'DestCustomRecordsEntry'_unknownFields = y__})
defMessage
= SendPaymentRequest'DestCustomRecordsEntry'_constructor
{_SendPaymentRequest'DestCustomRecordsEntry'key = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'DestCustomRecordsEntry'value = Data.ProtoLens.fieldDefault,
_SendPaymentRequest'DestCustomRecordsEntry'_unknownFields = []}
parseMessage
= let
loop ::
SendPaymentRequest'DestCustomRecordsEntry
-> Data.ProtoLens.Encoding.Bytes.Parser SendPaymentRequest'DestCustomRecordsEntry
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
8 -> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
Data.ProtoLens.Encoding.Bytes.getVarInt "key"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"key") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"value"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"value") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "DestCustomRecordsEntry"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let _v = Lens.Family2.view (Data.ProtoLens.Field.field @"key") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 8)
(Data.ProtoLens.Encoding.Bytes.putVarInt _v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"value") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData SendPaymentRequest'DestCustomRecordsEntry where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SendPaymentRequest'DestCustomRecordsEntry'_unknownFields x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'DestCustomRecordsEntry'key x__)
(Control.DeepSeq.deepseq
(_SendPaymentRequest'DestCustomRecordsEntry'value x__) ()))
data SendToRouteRequest
= SendToRouteRequest'_constructor {_SendToRouteRequest'paymentHash :: !Data.ByteString.ByteString,
_SendToRouteRequest'route :: !(Prelude.Maybe Proto.LndGrpc.Route),
_SendToRouteRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SendToRouteRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField SendToRouteRequest "paymentHash" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendToRouteRequest'paymentHash
(\ x__ y__ -> x__ {_SendToRouteRequest'paymentHash = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendToRouteRequest "route" Proto.LndGrpc.Route where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendToRouteRequest'route
(\ x__ y__ -> x__ {_SendToRouteRequest'route = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField SendToRouteRequest "maybe'route" (Prelude.Maybe Proto.LndGrpc.Route) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendToRouteRequest'route
(\ x__ y__ -> x__ {_SendToRouteRequest'route = y__}))
Prelude.id
instance Data.ProtoLens.Message SendToRouteRequest where
messageName _ = Data.Text.pack "routerrpc.SendToRouteRequest"
packedMessageDescriptor _
= "\n\
\\DC2SendToRouteRequest\DC2!\n\
\\fpayment_hash\CAN\SOH \SOH(\fR\vpaymentHash\DC2\"\n\
\\ENQroute\CAN\STX \SOH(\v2\f.lnrpc.RouteR\ENQroute"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
paymentHash__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_hash"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentHash")) ::
Data.ProtoLens.FieldDescriptor SendToRouteRequest
route__field_descriptor
= Data.ProtoLens.FieldDescriptor
"route"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.Route)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'route")) ::
Data.ProtoLens.FieldDescriptor SendToRouteRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, paymentHash__field_descriptor),
(Data.ProtoLens.Tag 2, route__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_SendToRouteRequest'_unknownFields
(\ x__ y__ -> x__ {_SendToRouteRequest'_unknownFields = y__})
defMessage
= SendToRouteRequest'_constructor
{_SendToRouteRequest'paymentHash = Data.ProtoLens.fieldDefault,
_SendToRouteRequest'route = Prelude.Nothing,
_SendToRouteRequest'_unknownFields = []}
parseMessage
= let
loop ::
SendToRouteRequest
-> Data.ProtoLens.Encoding.Bytes.Parser SendToRouteRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"payment_hash"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"paymentHash") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"route"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"route") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "SendToRouteRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"paymentHash") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'route") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData SendToRouteRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SendToRouteRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_SendToRouteRequest'paymentHash x__)
(Control.DeepSeq.deepseq (_SendToRouteRequest'route x__) ()))
data SendToRouteResponse
= SendToRouteResponse'_constructor {_SendToRouteResponse'preimage :: !Data.ByteString.ByteString,
_SendToRouteResponse'failure :: !(Prelude.Maybe Proto.LndGrpc.Failure),
_SendToRouteResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SendToRouteResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField SendToRouteResponse "preimage" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendToRouteResponse'preimage
(\ x__ y__ -> x__ {_SendToRouteResponse'preimage = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField SendToRouteResponse "failure" Proto.LndGrpc.Failure where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendToRouteResponse'failure
(\ x__ y__ -> x__ {_SendToRouteResponse'failure = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField SendToRouteResponse "maybe'failure" (Prelude.Maybe Proto.LndGrpc.Failure) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SendToRouteResponse'failure
(\ x__ y__ -> x__ {_SendToRouteResponse'failure = y__}))
Prelude.id
instance Data.ProtoLens.Message SendToRouteResponse where
messageName _ = Data.Text.pack "routerrpc.SendToRouteResponse"
packedMessageDescriptor _
= "\n\
\\DC3SendToRouteResponse\DC2\SUB\n\
\\bpreimage\CAN\SOH \SOH(\fR\bpreimage\DC2(\n\
\\afailure\CAN\STX \SOH(\v2\SO.lnrpc.FailureR\afailure"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
preimage__field_descriptor
= Data.ProtoLens.FieldDescriptor
"preimage"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"preimage")) ::
Data.ProtoLens.FieldDescriptor SendToRouteResponse
failure__field_descriptor
= Data.ProtoLens.FieldDescriptor
"failure"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.Failure)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'failure")) ::
Data.ProtoLens.FieldDescriptor SendToRouteResponse
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, preimage__field_descriptor),
(Data.ProtoLens.Tag 2, failure__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_SendToRouteResponse'_unknownFields
(\ x__ y__ -> x__ {_SendToRouteResponse'_unknownFields = y__})
defMessage
= SendToRouteResponse'_constructor
{_SendToRouteResponse'preimage = Data.ProtoLens.fieldDefault,
_SendToRouteResponse'failure = Prelude.Nothing,
_SendToRouteResponse'_unknownFields = []}
parseMessage
= let
loop ::
SendToRouteResponse
-> Data.ProtoLens.Encoding.Bytes.Parser SendToRouteResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"preimage"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"preimage") y x)
18
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"failure"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"failure") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "SendToRouteResponse"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"preimage") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'failure") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 18)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData SendToRouteResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SendToRouteResponse'_unknownFields x__)
(Control.DeepSeq.deepseq
(_SendToRouteResponse'preimage x__)
(Control.DeepSeq.deepseq (_SendToRouteResponse'failure x__) ()))
data SetMissionControlConfigRequest
= SetMissionControlConfigRequest'_constructor {_SetMissionControlConfigRequest'config :: !(Prelude.Maybe MissionControlConfig),
_SetMissionControlConfigRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SetMissionControlConfigRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField SetMissionControlConfigRequest "config" MissionControlConfig where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SetMissionControlConfigRequest'config
(\ x__ y__ -> x__ {_SetMissionControlConfigRequest'config = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField SetMissionControlConfigRequest "maybe'config" (Prelude.Maybe MissionControlConfig) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SetMissionControlConfigRequest'config
(\ x__ y__ -> x__ {_SetMissionControlConfigRequest'config = y__}))
Prelude.id
instance Data.ProtoLens.Message SetMissionControlConfigRequest where
messageName _
= Data.Text.pack "routerrpc.SetMissionControlConfigRequest"
packedMessageDescriptor _
= "\n\
\\RSSetMissionControlConfigRequest\DC27\n\
\\ACKconfig\CAN\SOH \SOH(\v2\US.routerrpc.MissionControlConfigR\ACKconfig"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
config__field_descriptor
= Data.ProtoLens.FieldDescriptor
"config"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor MissionControlConfig)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'config")) ::
Data.ProtoLens.FieldDescriptor SetMissionControlConfigRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, config__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_SetMissionControlConfigRequest'_unknownFields
(\ x__ y__
-> x__ {_SetMissionControlConfigRequest'_unknownFields = y__})
defMessage
= SetMissionControlConfigRequest'_constructor
{_SetMissionControlConfigRequest'config = Prelude.Nothing,
_SetMissionControlConfigRequest'_unknownFields = []}
parseMessage
= let
loop ::
SetMissionControlConfigRequest
-> Data.ProtoLens.Encoding.Bytes.Parser SetMissionControlConfigRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"config"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"config") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage)
"SetMissionControlConfigRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view (Data.ProtoLens.Field.field @"maybe'config") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData SetMissionControlConfigRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SetMissionControlConfigRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_SetMissionControlConfigRequest'config x__) ())
data SetMissionControlConfigResponse
= SetMissionControlConfigResponse'_constructor {_SetMissionControlConfigResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SetMissionControlConfigResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message SetMissionControlConfigResponse where
messageName _
= Data.Text.pack "routerrpc.SetMissionControlConfigResponse"
packedMessageDescriptor _
= "\n\
\\USSetMissionControlConfigResponse"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_SetMissionControlConfigResponse'_unknownFields
(\ x__ y__
-> x__ {_SetMissionControlConfigResponse'_unknownFields = y__})
defMessage
= SetMissionControlConfigResponse'_constructor
{_SetMissionControlConfigResponse'_unknownFields = []}
parseMessage
= let
loop ::
SetMissionControlConfigResponse
-> Data.ProtoLens.Encoding.Bytes.Parser SetMissionControlConfigResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage)
"SetMissionControlConfigResponse"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData SetMissionControlConfigResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SetMissionControlConfigResponse'_unknownFields x__) ()
data SettleEvent
= SettleEvent'_constructor {_SettleEvent'preimage :: !Data.ByteString.ByteString,
_SettleEvent'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SettleEvent where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField SettleEvent "preimage" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_SettleEvent'preimage
(\ x__ y__ -> x__ {_SettleEvent'preimage = y__}))
Prelude.id
instance Data.ProtoLens.Message SettleEvent where
messageName _ = Data.Text.pack "routerrpc.SettleEvent"
packedMessageDescriptor _
= "\n\
\\vSettleEvent\DC2\SUB\n\
\\bpreimage\CAN\SOH \SOH(\fR\bpreimage"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
preimage__field_descriptor
= Data.ProtoLens.FieldDescriptor
"preimage"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"preimage")) ::
Data.ProtoLens.FieldDescriptor SettleEvent
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, preimage__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_SettleEvent'_unknownFields
(\ x__ y__ -> x__ {_SettleEvent'_unknownFields = y__})
defMessage
= SettleEvent'_constructor
{_SettleEvent'preimage = Data.ProtoLens.fieldDefault,
_SettleEvent'_unknownFields = []}
parseMessage
= let
loop ::
SettleEvent -> Data.ProtoLens.Encoding.Bytes.Parser SettleEvent
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"preimage"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"preimage") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "SettleEvent"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"preimage") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData SettleEvent where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SettleEvent'_unknownFields x__)
(Control.DeepSeq.deepseq (_SettleEvent'preimage x__) ())
data SubscribeHtlcEventsRequest
= SubscribeHtlcEventsRequest'_constructor {_SubscribeHtlcEventsRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show SubscribeHtlcEventsRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message SubscribeHtlcEventsRequest where
messageName _
= Data.Text.pack "routerrpc.SubscribeHtlcEventsRequest"
packedMessageDescriptor _
= "\n\
\\SUBSubscribeHtlcEventsRequest"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_SubscribeHtlcEventsRequest'_unknownFields
(\ x__ y__
-> x__ {_SubscribeHtlcEventsRequest'_unknownFields = y__})
defMessage
= SubscribeHtlcEventsRequest'_constructor
{_SubscribeHtlcEventsRequest'_unknownFields = []}
parseMessage
= let
loop ::
SubscribeHtlcEventsRequest
-> Data.ProtoLens.Encoding.Bytes.Parser SubscribeHtlcEventsRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "SubscribeHtlcEventsRequest"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData SubscribeHtlcEventsRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_SubscribeHtlcEventsRequest'_unknownFields x__) ()
data TrackPaymentRequest
= TrackPaymentRequest'_constructor {_TrackPaymentRequest'paymentHash :: !Data.ByteString.ByteString,
_TrackPaymentRequest'noInflightUpdates :: !Prelude.Bool,
_TrackPaymentRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show TrackPaymentRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField TrackPaymentRequest "paymentHash" Data.ByteString.ByteString where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_TrackPaymentRequest'paymentHash
(\ x__ y__ -> x__ {_TrackPaymentRequest'paymentHash = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField TrackPaymentRequest "noInflightUpdates" Prelude.Bool where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_TrackPaymentRequest'noInflightUpdates
(\ x__ y__ -> x__ {_TrackPaymentRequest'noInflightUpdates = y__}))
Prelude.id
instance Data.ProtoLens.Message TrackPaymentRequest where
messageName _ = Data.Text.pack "routerrpc.TrackPaymentRequest"
packedMessageDescriptor _
= "\n\
\\DC3TrackPaymentRequest\DC2!\n\
\\fpayment_hash\CAN\SOH \SOH(\fR\vpaymentHash\DC2.\n\
\\DC3no_inflight_updates\CAN\STX \SOH(\bR\DC1noInflightUpdates"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
paymentHash__field_descriptor
= Data.ProtoLens.FieldDescriptor
"payment_hash"
(Data.ProtoLens.ScalarField Data.ProtoLens.BytesField ::
Data.ProtoLens.FieldTypeDescriptor Data.ByteString.ByteString)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"paymentHash")) ::
Data.ProtoLens.FieldDescriptor TrackPaymentRequest
noInflightUpdates__field_descriptor
= Data.ProtoLens.FieldDescriptor
"no_inflight_updates"
(Data.ProtoLens.ScalarField Data.ProtoLens.BoolField ::
Data.ProtoLens.FieldTypeDescriptor Prelude.Bool)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional
(Data.ProtoLens.Field.field @"noInflightUpdates")) ::
Data.ProtoLens.FieldDescriptor TrackPaymentRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, paymentHash__field_descriptor),
(Data.ProtoLens.Tag 2, noInflightUpdates__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_TrackPaymentRequest'_unknownFields
(\ x__ y__ -> x__ {_TrackPaymentRequest'_unknownFields = y__})
defMessage
= TrackPaymentRequest'_constructor
{_TrackPaymentRequest'paymentHash = Data.ProtoLens.fieldDefault,
_TrackPaymentRequest'noInflightUpdates = Data.ProtoLens.fieldDefault,
_TrackPaymentRequest'_unknownFields = []}
parseMessage
= let
loop ::
TrackPaymentRequest
-> Data.ProtoLens.Encoding.Bytes.Parser TrackPaymentRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.getBytes
(Prelude.fromIntegral len))
"payment_hash"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"paymentHash") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
((Prelude./=) 0) Data.ProtoLens.Encoding.Bytes.getVarInt)
"no_inflight_updates"
loop
(Lens.Family2.set
(Data.ProtoLens.Field.field @"noInflightUpdates") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "TrackPaymentRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(let
_v
= Lens.Family2.view (Data.ProtoLens.Field.field @"paymentHash") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
_v))
((Data.Monoid.<>)
(let
_v
= Lens.Family2.view
(Data.ProtoLens.Field.field @"noInflightUpdates") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt
(\ b -> if b then 1 else 0)
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData TrackPaymentRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_TrackPaymentRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_TrackPaymentRequest'paymentHash x__)
(Control.DeepSeq.deepseq
(_TrackPaymentRequest'noInflightUpdates x__) ()))
data UpdateChanStatusRequest
= UpdateChanStatusRequest'_constructor {_UpdateChanStatusRequest'chanPoint :: !(Prelude.Maybe Proto.LndGrpc.ChannelPoint),
_UpdateChanStatusRequest'action :: !ChanStatusAction,
_UpdateChanStatusRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show UpdateChanStatusRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField UpdateChanStatusRequest "chanPoint" Proto.LndGrpc.ChannelPoint where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_UpdateChanStatusRequest'chanPoint
(\ x__ y__ -> x__ {_UpdateChanStatusRequest'chanPoint = y__}))
(Data.ProtoLens.maybeLens Data.ProtoLens.defMessage)
instance Data.ProtoLens.Field.HasField UpdateChanStatusRequest "maybe'chanPoint" (Prelude.Maybe Proto.LndGrpc.ChannelPoint) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_UpdateChanStatusRequest'chanPoint
(\ x__ y__ -> x__ {_UpdateChanStatusRequest'chanPoint = y__}))
Prelude.id
instance Data.ProtoLens.Field.HasField UpdateChanStatusRequest "action" ChanStatusAction where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_UpdateChanStatusRequest'action
(\ x__ y__ -> x__ {_UpdateChanStatusRequest'action = y__}))
Prelude.id
instance Data.ProtoLens.Message UpdateChanStatusRequest where
messageName _ = Data.Text.pack "routerrpc.UpdateChanStatusRequest"
packedMessageDescriptor _
= "\n\
\\ETBUpdateChanStatusRequest\DC22\n\
\\n\
\chan_point\CAN\SOH \SOH(\v2\DC3.lnrpc.ChannelPointR\tchanPoint\DC23\n\
\\ACKaction\CAN\STX \SOH(\SO2\ESC.routerrpc.ChanStatusActionR\ACKaction"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
chanPoint__field_descriptor
= Data.ProtoLens.FieldDescriptor
"chan_point"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor Proto.LndGrpc.ChannelPoint)
(Data.ProtoLens.OptionalField
(Data.ProtoLens.Field.field @"maybe'chanPoint")) ::
Data.ProtoLens.FieldDescriptor UpdateChanStatusRequest
action__field_descriptor
= Data.ProtoLens.FieldDescriptor
"action"
(Data.ProtoLens.ScalarField Data.ProtoLens.EnumField ::
Data.ProtoLens.FieldTypeDescriptor ChanStatusAction)
(Data.ProtoLens.PlainField
Data.ProtoLens.Optional (Data.ProtoLens.Field.field @"action")) ::
Data.ProtoLens.FieldDescriptor UpdateChanStatusRequest
in
Data.Map.fromList
[(Data.ProtoLens.Tag 1, chanPoint__field_descriptor),
(Data.ProtoLens.Tag 2, action__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_UpdateChanStatusRequest'_unknownFields
(\ x__ y__ -> x__ {_UpdateChanStatusRequest'_unknownFields = y__})
defMessage
= UpdateChanStatusRequest'_constructor
{_UpdateChanStatusRequest'chanPoint = Prelude.Nothing,
_UpdateChanStatusRequest'action = Data.ProtoLens.fieldDefault,
_UpdateChanStatusRequest'_unknownFields = []}
parseMessage
= let
loop ::
UpdateChanStatusRequest
-> Data.ProtoLens.Encoding.Bytes.Parser UpdateChanStatusRequest
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len) Data.ProtoLens.parseMessage)
"chan_point"
loop
(Lens.Family2.set (Data.ProtoLens.Field.field @"chanPoint") y x)
16
-> do y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(Prelude.fmap
Prelude.toEnum
(Prelude.fmap
Prelude.fromIntegral
Data.ProtoLens.Encoding.Bytes.getVarInt))
"action"
loop (Lens.Family2.set (Data.ProtoLens.Field.field @"action") y x)
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "UpdateChanStatusRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(case
Lens.Family2.view
(Data.ProtoLens.Field.field @"maybe'chanPoint") _x
of
Prelude.Nothing -> Data.Monoid.mempty
(Prelude.Just _v)
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
((Data.Monoid.<>)
(let
_v = Lens.Family2.view (Data.ProtoLens.Field.field @"action") _x
in
if (Prelude.==) _v Data.ProtoLens.fieldDefault then
Data.Monoid.mempty
else
(Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 16)
((Prelude..)
((Prelude..)
Data.ProtoLens.Encoding.Bytes.putVarInt Prelude.fromIntegral)
Prelude.fromEnum
_v))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)))
instance Control.DeepSeq.NFData UpdateChanStatusRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_UpdateChanStatusRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_UpdateChanStatusRequest'chanPoint x__)
(Control.DeepSeq.deepseq (_UpdateChanStatusRequest'action x__) ()))
data UpdateChanStatusResponse
= UpdateChanStatusResponse'_constructor {_UpdateChanStatusResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show UpdateChanStatusResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message UpdateChanStatusResponse where
messageName _ = Data.Text.pack "routerrpc.UpdateChanStatusResponse"
packedMessageDescriptor _
= "\n\
\\CANUpdateChanStatusResponse"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_UpdateChanStatusResponse'_unknownFields
(\ x__ y__ -> x__ {_UpdateChanStatusResponse'_unknownFields = y__})
defMessage
= UpdateChanStatusResponse'_constructor
{_UpdateChanStatusResponse'_unknownFields = []}
parseMessage
= let
loop ::
UpdateChanStatusResponse
-> Data.ProtoLens.Encoding.Bytes.Parser UpdateChanStatusResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "UpdateChanStatusResponse"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData UpdateChanStatusResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_UpdateChanStatusResponse'_unknownFields x__) ()
data XImportMissionControlRequest
= XImportMissionControlRequest'_constructor {_XImportMissionControlRequest'pairs :: !(Data.Vector.Vector PairHistory),
_XImportMissionControlRequest'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show XImportMissionControlRequest where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Field.HasField XImportMissionControlRequest "pairs" [PairHistory] where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_XImportMissionControlRequest'pairs
(\ x__ y__ -> x__ {_XImportMissionControlRequest'pairs = y__}))
(Lens.Family2.Unchecked.lens
Data.Vector.Generic.toList
(\ _ y__ -> Data.Vector.Generic.fromList y__))
instance Data.ProtoLens.Field.HasField XImportMissionControlRequest "vec'pairs" (Data.Vector.Vector PairHistory) where
fieldOf _
= (Prelude..)
(Lens.Family2.Unchecked.lens
_XImportMissionControlRequest'pairs
(\ x__ y__ -> x__ {_XImportMissionControlRequest'pairs = y__}))
Prelude.id
instance Data.ProtoLens.Message XImportMissionControlRequest where
messageName _
= Data.Text.pack "routerrpc.XImportMissionControlRequest"
packedMessageDescriptor _
= "\n\
\\FSXImportMissionControlRequest\DC2,\n\
\\ENQpairs\CAN\SOH \ETX(\v2\SYN.routerrpc.PairHistoryR\ENQpairs"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag
= let
pairs__field_descriptor
= Data.ProtoLens.FieldDescriptor
"pairs"
(Data.ProtoLens.MessageField Data.ProtoLens.MessageType ::
Data.ProtoLens.FieldTypeDescriptor PairHistory)
(Data.ProtoLens.RepeatedField
Data.ProtoLens.Unpacked (Data.ProtoLens.Field.field @"pairs")) ::
Data.ProtoLens.FieldDescriptor XImportMissionControlRequest
in
Data.Map.fromList [(Data.ProtoLens.Tag 1, pairs__field_descriptor)]
unknownFields
= Lens.Family2.Unchecked.lens
_XImportMissionControlRequest'_unknownFields
(\ x__ y__
-> x__ {_XImportMissionControlRequest'_unknownFields = y__})
defMessage
= XImportMissionControlRequest'_constructor
{_XImportMissionControlRequest'pairs = Data.Vector.Generic.empty,
_XImportMissionControlRequest'_unknownFields = []}
parseMessage
= let
loop ::
XImportMissionControlRequest
-> Data.ProtoLens.Encoding.Growing.Growing Data.Vector.Vector Data.ProtoLens.Encoding.Growing.RealWorld PairHistory
-> Data.ProtoLens.Encoding.Bytes.Parser XImportMissionControlRequest
loop x mutable'pairs
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do frozen'pairs <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.unsafeFreeze mutable'pairs)
(let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields
(\ !t -> Prelude.reverse t)
(Lens.Family2.set
(Data.ProtoLens.Field.field @"vec'pairs") frozen'pairs x))
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of
10
-> do !y <- (Data.ProtoLens.Encoding.Bytes.<?>)
(do len <- Data.ProtoLens.Encoding.Bytes.getVarInt
Data.ProtoLens.Encoding.Bytes.isolate
(Prelude.fromIntegral len)
Data.ProtoLens.parseMessage)
"pairs"
v <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
(Data.ProtoLens.Encoding.Growing.append mutable'pairs y)
loop x v
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x)
mutable'pairs
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do mutable'pairs <- Data.ProtoLens.Encoding.Parser.Unsafe.unsafeLiftIO
Data.ProtoLens.Encoding.Growing.new
loop Data.ProtoLens.defMessage mutable'pairs)
"XImportMissionControlRequest"
buildMessage
= \ _x
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.foldMapBuilder
(\ _v
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt 10)
((Prelude..)
(\ bs
-> (Data.Monoid.<>)
(Data.ProtoLens.Encoding.Bytes.putVarInt
(Prelude.fromIntegral (Data.ByteString.length bs)))
(Data.ProtoLens.Encoding.Bytes.putBytes bs))
Data.ProtoLens.encodeMessage
_v))
(Lens.Family2.view (Data.ProtoLens.Field.field @"vec'pairs") _x))
(Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x))
instance Control.DeepSeq.NFData XImportMissionControlRequest where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_XImportMissionControlRequest'_unknownFields x__)
(Control.DeepSeq.deepseq
(_XImportMissionControlRequest'pairs x__) ())
data XImportMissionControlResponse
= XImportMissionControlResponse'_constructor {_XImportMissionControlResponse'_unknownFields :: !Data.ProtoLens.FieldSet}
deriving stock (Prelude.Eq, Prelude.Ord)
instance Prelude.Show XImportMissionControlResponse where
showsPrec _ __x __s
= Prelude.showChar
'{'
(Prelude.showString
(Data.ProtoLens.showMessageShort __x) (Prelude.showChar '}' __s))
instance Data.ProtoLens.Message XImportMissionControlResponse where
messageName _
= Data.Text.pack "routerrpc.XImportMissionControlResponse"
packedMessageDescriptor _
= "\n\
\\GSXImportMissionControlResponse"
packedFileDescriptor _ = packedFileDescriptor
fieldsByTag = let in Data.Map.fromList []
unknownFields
= Lens.Family2.Unchecked.lens
_XImportMissionControlResponse'_unknownFields
(\ x__ y__
-> x__ {_XImportMissionControlResponse'_unknownFields = y__})
defMessage
= XImportMissionControlResponse'_constructor
{_XImportMissionControlResponse'_unknownFields = []}
parseMessage
= let
loop ::
XImportMissionControlResponse
-> Data.ProtoLens.Encoding.Bytes.Parser XImportMissionControlResponse
loop x
= do end <- Data.ProtoLens.Encoding.Bytes.atEnd
if end then
do (let missing = []
in
if Prelude.null missing then
Prelude.return ()
else
Prelude.fail
((Prelude.++)
"Missing required fields: "
(Prelude.show (missing :: [Prelude.String]))))
Prelude.return
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> Prelude.reverse t) x)
else
do tag <- Data.ProtoLens.Encoding.Bytes.getVarInt
case tag of {
wire
-> do !y <- Data.ProtoLens.Encoding.Wire.parseTaggedValueFromWire
wire
loop
(Lens.Family2.over
Data.ProtoLens.unknownFields (\ !t -> (:) y t) x) }
in
(Data.ProtoLens.Encoding.Bytes.<?>)
(do loop Data.ProtoLens.defMessage) "XImportMissionControlResponse"
buildMessage
= \ _x
-> Data.ProtoLens.Encoding.Wire.buildFieldSet
(Lens.Family2.view Data.ProtoLens.unknownFields _x)
instance Control.DeepSeq.NFData XImportMissionControlResponse where
rnf
= \ x__
-> Control.DeepSeq.deepseq
(_XImportMissionControlResponse'_unknownFields x__) ()
data Router = Router {}
instance Data.ProtoLens.Service.Types.Service Router where
type ServiceName Router = "Router"
type ServicePackage Router = "routerrpc"
type ServiceMethods Router = '["buildRoute",
"estimateRouteFee",
"getMissionControlConfig",
"htlcInterceptor",
"queryMissionControl",
"queryProbability",
"resetMissionControl",
"sendPayment",
"sendPaymentV2",
"sendToRoute",
"sendToRouteV2",
"setMissionControlConfig",
"subscribeHtlcEvents",
"trackPayment",
"trackPaymentV2",
"updateChanStatus",
"ximportMissionControl"]
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "sendPaymentV2" where
type MethodName Router "sendPaymentV2" = "SendPaymentV2"
type MethodInput Router "sendPaymentV2" = SendPaymentRequest
type MethodOutput Router "sendPaymentV2" = Proto.LndGrpc.Payment
type MethodStreamingType Router "sendPaymentV2" = 'Data.ProtoLens.Service.Types.ServerStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "trackPaymentV2" where
type MethodName Router "trackPaymentV2" = "TrackPaymentV2"
type MethodInput Router "trackPaymentV2" = TrackPaymentRequest
type MethodOutput Router "trackPaymentV2" = Proto.LndGrpc.Payment
type MethodStreamingType Router "trackPaymentV2" = 'Data.ProtoLens.Service.Types.ServerStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "estimateRouteFee" where
type MethodName Router "estimateRouteFee" = "EstimateRouteFee"
type MethodInput Router "estimateRouteFee" = RouteFeeRequest
type MethodOutput Router "estimateRouteFee" = RouteFeeResponse
type MethodStreamingType Router "estimateRouteFee" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "sendToRoute" where
type MethodName Router "sendToRoute" = "SendToRoute"
type MethodInput Router "sendToRoute" = SendToRouteRequest
type MethodOutput Router "sendToRoute" = SendToRouteResponse
type MethodStreamingType Router "sendToRoute" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "sendToRouteV2" where
type MethodName Router "sendToRouteV2" = "SendToRouteV2"
type MethodInput Router "sendToRouteV2" = SendToRouteRequest
type MethodOutput Router "sendToRouteV2" = Proto.LndGrpc.HTLCAttempt
type MethodStreamingType Router "sendToRouteV2" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "resetMissionControl" where
type MethodName Router "resetMissionControl" = "ResetMissionControl"
type MethodInput Router "resetMissionControl" = ResetMissionControlRequest
type MethodOutput Router "resetMissionControl" = ResetMissionControlResponse
type MethodStreamingType Router "resetMissionControl" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "queryMissionControl" where
type MethodName Router "queryMissionControl" = "QueryMissionControl"
type MethodInput Router "queryMissionControl" = QueryMissionControlRequest
type MethodOutput Router "queryMissionControl" = QueryMissionControlResponse
type MethodStreamingType Router "queryMissionControl" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "ximportMissionControl" where
type MethodName Router "ximportMissionControl" = "XImportMissionControl"
type MethodInput Router "ximportMissionControl" = XImportMissionControlRequest
type MethodOutput Router "ximportMissionControl" = XImportMissionControlResponse
type MethodStreamingType Router "ximportMissionControl" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "getMissionControlConfig" where
type MethodName Router "getMissionControlConfig" = "GetMissionControlConfig"
type MethodInput Router "getMissionControlConfig" = GetMissionControlConfigRequest
type MethodOutput Router "getMissionControlConfig" = GetMissionControlConfigResponse
type MethodStreamingType Router "getMissionControlConfig" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "setMissionControlConfig" where
type MethodName Router "setMissionControlConfig" = "SetMissionControlConfig"
type MethodInput Router "setMissionControlConfig" = SetMissionControlConfigRequest
type MethodOutput Router "setMissionControlConfig" = SetMissionControlConfigResponse
type MethodStreamingType Router "setMissionControlConfig" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "queryProbability" where
type MethodName Router "queryProbability" = "QueryProbability"
type MethodInput Router "queryProbability" = QueryProbabilityRequest
type MethodOutput Router "queryProbability" = QueryProbabilityResponse
type MethodStreamingType Router "queryProbability" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "buildRoute" where
type MethodName Router "buildRoute" = "BuildRoute"
type MethodInput Router "buildRoute" = BuildRouteRequest
type MethodOutput Router "buildRoute" = BuildRouteResponse
type MethodStreamingType Router "buildRoute" = 'Data.ProtoLens.Service.Types.NonStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "subscribeHtlcEvents" where
type MethodName Router "subscribeHtlcEvents" = "SubscribeHtlcEvents"
type MethodInput Router "subscribeHtlcEvents" = SubscribeHtlcEventsRequest
type MethodOutput Router "subscribeHtlcEvents" = HtlcEvent
type MethodStreamingType Router "subscribeHtlcEvents" = 'Data.ProtoLens.Service.Types.ServerStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "sendPayment" where
type MethodName Router "sendPayment" = "SendPayment"
type MethodInput Router "sendPayment" = SendPaymentRequest
type MethodOutput Router "sendPayment" = PaymentStatus
type MethodStreamingType Router "sendPayment" = 'Data.ProtoLens.Service.Types.ServerStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "trackPayment" where
type MethodName Router "trackPayment" = "TrackPayment"
type MethodInput Router "trackPayment" = TrackPaymentRequest
type MethodOutput Router "trackPayment" = PaymentStatus
type MethodStreamingType Router "trackPayment" = 'Data.ProtoLens.Service.Types.ServerStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "htlcInterceptor" where
type MethodName Router "htlcInterceptor" = "HtlcInterceptor"
type MethodInput Router "htlcInterceptor" = ForwardHtlcInterceptResponse
type MethodOutput Router "htlcInterceptor" = ForwardHtlcInterceptRequest
type MethodStreamingType Router "htlcInterceptor" = 'Data.ProtoLens.Service.Types.BiDiStreaming
instance Data.ProtoLens.Service.Types.HasMethodImpl Router "updateChanStatus" where
type MethodName Router "updateChanStatus" = "UpdateChanStatus"
type MethodInput Router "updateChanStatus" = UpdateChanStatusRequest
type MethodOutput Router "updateChanStatus" = UpdateChanStatusResponse
type MethodStreamingType Router "updateChanStatus" = 'Data.ProtoLens.Service.Types.NonStreaming
packedFileDescriptor :: Data.ByteString.ByteString
packedFileDescriptor
= "\n\
\\DC1router_grpc.proto\DC2\trouterrpc\SUB\SOlnd_grpc.proto\"\215\a\n\
\\DC2SendPaymentRequest\DC2\DC2\n\
\\EOTdest\CAN\SOH \SOH(\fR\EOTdest\DC2\DLE\n\
\\ETXamt\CAN\STX \SOH(\ETXR\ETXamt\DC2\EM\n\
\\bamt_msat\CAN\f \SOH(\ETXR\aamtMsat\DC2!\n\
\\fpayment_hash\CAN\ETX \SOH(\fR\vpaymentHash\DC2(\n\
\\DLEfinal_cltv_delta\CAN\EOT \SOH(\ENQR\SOfinalCltvDelta\DC2!\n\
\\fpayment_addr\CAN\DC4 \SOH(\fR\vpaymentAddr\DC2'\n\
\\SIpayment_request\CAN\ENQ \SOH(\tR\SOpaymentRequest\DC2'\n\
\\SItimeout_seconds\CAN\ACK \SOH(\ENQR\SOtimeoutSeconds\DC2\"\n\
\\rfee_limit_sat\CAN\a \SOH(\ETXR\vfeeLimitSat\DC2$\n\
\\SOfee_limit_msat\CAN\r \SOH(\ETXR\ffeeLimitMsat\DC2.\n\
\\DLEoutgoing_chan_id\CAN\b \SOH(\EOTR\SOoutgoingChanIdB\EOT0\SOH\CAN\SOH\DC2*\n\
\\DC1outgoing_chan_ids\CAN\DC3 \ETX(\EOTR\SIoutgoingChanIds\DC2&\n\
\\SIlast_hop_pubkey\CAN\SO \SOH(\fR\rlastHopPubkey\DC2\GS\n\
\\n\
\cltv_limit\CAN\t \SOH(\ENQR\tcltvLimit\DC21\n\
\\vroute_hints\CAN\n\
\ \ETX(\v2\DLE.lnrpc.RouteHintR\n\
\routeHints\DC2d\n\
\\DC3dest_custom_records\CAN\v \ETX(\v24.routerrpc.SendPaymentRequest.DestCustomRecordsEntryR\DC1destCustomRecords\DC2,\n\
\\DC2allow_self_payment\CAN\SI \SOH(\bR\DLEallowSelfPayment\DC26\n\
\\rdest_features\CAN\DLE \ETX(\SO2\DC1.lnrpc.FeatureBitR\fdestFeatures\DC2\ESC\n\
\\tmax_parts\CAN\DC1 \SOH(\rR\bmaxParts\DC2.\n\
\\DC3no_inflight_updates\CAN\DC2 \SOH(\bR\DC1noInflightUpdates\DC2-\n\
\\DC3max_shard_size_msat\CAN\NAK \SOH(\EOTR\DLEmaxShardSizeMsat\DC2\DLE\n\
\\ETXamp\CAN\SYN \SOH(\bR\ETXamp\SUBD\n\
\\SYNDestCustomRecordsEntry\DC2\DLE\n\
\\ETXkey\CAN\SOH \SOH(\EOTR\ETXkey\DC2\DC4\n\
\\ENQvalue\CAN\STX \SOH(\fR\ENQvalue:\STX8\SOH\"h\n\
\\DC3TrackPaymentRequest\DC2!\n\
\\fpayment_hash\CAN\SOH \SOH(\fR\vpaymentHash\DC2.\n\
\\DC3no_inflight_updates\CAN\STX \SOH(\bR\DC1noInflightUpdates\">\n\
\\SIRouteFeeRequest\DC2\DC2\n\
\\EOTdest\CAN\SOH \SOH(\fR\EOTdest\DC2\ETB\n\
\\aamt_sat\CAN\STX \SOH(\ETXR\ACKamtSat\"d\n\
\\DLERouteFeeResponse\DC2(\n\
\\DLErouting_fee_msat\CAN\SOH \SOH(\ETXR\SOroutingFeeMsat\DC2&\n\
\\SItime_lock_delay\CAN\STX \SOH(\ETXR\rtimeLockDelay\"[\n\
\\DC2SendToRouteRequest\DC2!\n\
\\fpayment_hash\CAN\SOH \SOH(\fR\vpaymentHash\DC2\"\n\
\\ENQroute\CAN\STX \SOH(\v2\f.lnrpc.RouteR\ENQroute\"[\n\
\\DC3SendToRouteResponse\DC2\SUB\n\
\\bpreimage\CAN\SOH \SOH(\fR\bpreimage\DC2(\n\
\\afailure\CAN\STX \SOH(\v2\SO.lnrpc.FailureR\afailure\"\FS\n\
\\SUBResetMissionControlRequest\"\GS\n\
\\ESCResetMissionControlResponse\"\FS\n\
\\SUBQueryMissionControlRequest\"Q\n\
\\ESCQueryMissionControlResponse\DC2,\n\
\\ENQpairs\CAN\STX \ETX(\v2\SYN.routerrpc.PairHistoryR\ENQpairsJ\EOT\b\SOH\DLE\STX\"L\n\
\\FSXImportMissionControlRequest\DC2,\n\
\\ENQpairs\CAN\SOH \ETX(\v2\SYN.routerrpc.PairHistoryR\ENQpairs\"\US\n\
\\GSXImportMissionControlResponse\"\138\SOH\n\
\\vPairHistory\DC2\ESC\n\
\\tnode_from\CAN\SOH \SOH(\fR\bnodeFrom\DC2\ETB\n\
\\anode_to\CAN\STX \SOH(\fR\ACKnodeTo\DC2-\n\
\\ahistory\CAN\a \SOH(\v2\DC3.routerrpc.PairDataR\ahistoryJ\EOT\b\ETX\DLE\EOTJ\EOT\b\EOT\DLE\ENQJ\EOT\b\ENQ\DLE\ACKJ\EOT\b\ACK\DLE\a\"\232\SOH\n\
\\bPairData\DC2\ESC\n\
\\tfail_time\CAN\SOH \SOH(\ETXR\bfailTime\DC2 \n\
\\ffail_amt_sat\CAN\STX \SOH(\ETXR\n\
\failAmtSat\DC2\"\n\
\\rfail_amt_msat\CAN\EOT \SOH(\ETXR\vfailAmtMsat\DC2!\n\
\\fsuccess_time\CAN\ENQ \SOH(\ETXR\vsuccessTime\DC2&\n\
\\SIsuccess_amt_sat\CAN\ACK \SOH(\ETXR\rsuccessAmtSat\DC2(\n\
\\DLEsuccess_amt_msat\CAN\a \SOH(\ETXR\SOsuccessAmtMsatJ\EOT\b\ETX\DLE\EOT\" \n\
\\RSGetMissionControlConfigRequest\"Z\n\
\\USGetMissionControlConfigResponse\DC27\n\
\\ACKconfig\CAN\SOH \SOH(\v2\US.routerrpc.MissionControlConfigR\ACKconfig\"Y\n\
\\RSSetMissionControlConfigRequest\DC27\n\
\\ACKconfig\CAN\SOH \SOH(\v2\US.routerrpc.MissionControlConfigR\ACKconfig\"!\n\
\\USSetMissionControlConfigResponse\"\128\STX\n\
\\DC4MissionControlConfig\DC2*\n\
\\DC1half_life_seconds\CAN\SOH \SOH(\EOTR\SIhalfLifeSeconds\DC2'\n\
\\SIhop_probability\CAN\STX \SOH(\STXR\SOhopProbability\DC2\SYN\n\
\\ACKweight\CAN\ETX \SOH(\STXR\ACKweight\DC26\n\
\\ETBmaximum_payment_results\CAN\EOT \SOH(\rR\NAKmaximumPaymentResults\DC2C\n\
\\RSminimum_failure_relax_interval\CAN\ENQ \SOH(\EOTR\ESCminimumFailureRelaxInterval\"j\n\
\\ETBQueryProbabilityRequest\DC2\ESC\n\
\\tfrom_node\CAN\SOH \SOH(\fR\bfromNode\DC2\ETB\n\
\\ato_node\CAN\STX \SOH(\fR\ACKtoNode\DC2\EM\n\
\\bamt_msat\CAN\ETX \SOH(\ETXR\aamtMsat\"k\n\
\\CANQueryProbabilityResponse\DC2 \n\
\\vprobability\CAN\SOH \SOH(\SOHR\vprobability\DC2-\n\
\\ahistory\CAN\STX \SOH(\v2\DC3.routerrpc.PairDataR\ahistory\"\202\SOH\n\
\\DC1BuildRouteRequest\DC2\EM\n\
\\bamt_msat\CAN\SOH \SOH(\ETXR\aamtMsat\DC2(\n\
\\DLEfinal_cltv_delta\CAN\STX \SOH(\ENQR\SOfinalCltvDelta\DC2,\n\
\\DLEoutgoing_chan_id\CAN\ETX \SOH(\EOTR\SOoutgoingChanIdB\STX0\SOH\DC2\US\n\
\\vhop_pubkeys\CAN\EOT \ETX(\fR\n\
\hopPubkeys\DC2!\n\
\\fpayment_addr\CAN\ENQ \SOH(\fR\vpaymentAddr\"8\n\
\\DC2BuildRouteResponse\DC2\"\n\
\\ENQroute\CAN\SOH \SOH(\v2\f.lnrpc.RouteR\ENQroute\"\FS\n\
\\SUBSubscribeHtlcEventsRequest\"\246\EOT\n\
\\tHtlcEvent\DC2.\n\
\\DC3incoming_channel_id\CAN\SOH \SOH(\EOTR\DC1incomingChannelId\DC2.\n\
\\DC3outgoing_channel_id\CAN\STX \SOH(\EOTR\DC1outgoingChannelId\DC2(\n\
\\DLEincoming_htlc_id\CAN\ETX \SOH(\EOTR\SOincomingHtlcId\DC2(\n\
\\DLEoutgoing_htlc_id\CAN\EOT \SOH(\EOTR\SOoutgoingHtlcId\DC2!\n\
\\ftimestamp_ns\CAN\ENQ \SOH(\EOTR\vtimestampNs\DC2=\n\
\\n\
\event_type\CAN\ACK \SOH(\SO2\RS.routerrpc.HtlcEvent.EventTypeR\teventType\DC2>\n\
\\rforward_event\CAN\a \SOH(\v2\ETB.routerrpc.ForwardEventH\NULR\fforwardEvent\DC2K\n\
\\DC2forward_fail_event\CAN\b \SOH(\v2\ESC.routerrpc.ForwardFailEventH\NULR\DLEforwardFailEvent\DC2;\n\
\\fsettle_event\CAN\t \SOH(\v2\SYN.routerrpc.SettleEventH\NULR\vsettleEvent\DC2B\n\
\\SIlink_fail_event\CAN\n\
\ \SOH(\v2\CAN.routerrpc.LinkFailEventH\NULR\rlinkFailEvent\"<\n\
\\tEventType\DC2\v\n\
\\aUNKNOWN\DLE\NUL\DC2\b\n\
\\EOTSEND\DLE\SOH\DC2\v\n\
\\aRECEIVE\DLE\STX\DC2\v\n\
\\aFORWARD\DLE\ETXB\a\n\
\\ENQevent\"\188\SOH\n\
\\bHtlcInfo\DC2+\n\
\\DC1incoming_timelock\CAN\SOH \SOH(\rR\DLEincomingTimelock\DC2+\n\
\\DC1outgoing_timelock\CAN\STX \SOH(\rR\DLEoutgoingTimelock\DC2*\n\
\\DC1incoming_amt_msat\CAN\ETX \SOH(\EOTR\SIincomingAmtMsat\DC2*\n\
\\DC1outgoing_amt_msat\CAN\EOT \SOH(\EOTR\SIoutgoingAmtMsat\"7\n\
\\fForwardEvent\DC2'\n\
\\EOTinfo\CAN\SOH \SOH(\v2\DC3.routerrpc.HtlcInfoR\EOTinfo\"\DC2\n\
\\DLEForwardFailEvent\")\n\
\\vSettleEvent\DC2\SUB\n\
\\bpreimage\CAN\SOH \SOH(\fR\bpreimage\"\223\SOH\n\
\\rLinkFailEvent\DC2'\n\
\\EOTinfo\CAN\SOH \SOH(\v2\DC3.routerrpc.HtlcInfoR\EOTinfo\DC2=\n\
\\fwire_failure\CAN\STX \SOH(\SO2\SUB.lnrpc.Failure.FailureCodeR\vwireFailure\DC2?\n\
\\SOfailure_detail\CAN\ETX \SOH(\SO2\CAN.routerrpc.FailureDetailR\rfailureDetail\DC2%\n\
\\SOfailure_string\CAN\EOT \SOH(\tR\rfailureString\"\138\SOH\n\
\\rPaymentStatus\DC2-\n\
\\ENQstate\CAN\SOH \SOH(\SO2\ETB.routerrpc.PaymentStateR\ENQstate\DC2\SUB\n\
\\bpreimage\CAN\STX \SOH(\fR\bpreimage\DC2(\n\
\\ENQhtlcs\CAN\EOT \ETX(\v2\DC2.lnrpc.HTLCAttemptR\ENQhtlcsJ\EOT\b\ETX\DLE\EOT\">\n\
\\n\
\CircuitKey\DC2\ETB\n\
\\achan_id\CAN\SOH \SOH(\EOTR\ACKchanId\DC2\ETB\n\
\\ahtlc_id\CAN\STX \SOH(\EOTR\ACKhtlcId\"\191\EOT\n\
\\ESCForwardHtlcInterceptRequest\DC2G\n\
\\DC4incoming_circuit_key\CAN\SOH \SOH(\v2\NAK.routerrpc.CircuitKeyR\DC2incomingCircuitKey\DC20\n\
\\DC4incoming_amount_msat\CAN\ENQ \SOH(\EOTR\DC2incomingAmountMsat\DC2'\n\
\\SIincoming_expiry\CAN\ACK \SOH(\rR\SOincomingExpiry\DC2!\n\
\\fpayment_hash\CAN\STX \SOH(\fR\vpaymentHash\DC2;\n\
\\SUBoutgoing_requested_chan_id\CAN\a \SOH(\EOTR\ETBoutgoingRequestedChanId\DC20\n\
\\DC4outgoing_amount_msat\CAN\ETX \SOH(\EOTR\DC2outgoingAmountMsat\DC2'\n\
\\SIoutgoing_expiry\CAN\EOT \SOH(\rR\SOoutgoingExpiry\DC2`\n\
\\SOcustom_records\CAN\b \ETX(\v29.routerrpc.ForwardHtlcInterceptRequest.CustomRecordsEntryR\rcustomRecords\DC2\GS\n\
\\n\
\onion_blob\CAN\t \SOH(\fR\tonionBlob\SUB@\n\
\\DC2CustomRecordsEntry\DC2\DLE\n\
\\ETXkey\CAN\SOH \SOH(\EOTR\ETXkey\DC2\DC4\n\
\\ENQvalue\CAN\STX \SOH(\fR\ENQvalue:\STX8\SOH\"\192\SOH\n\
\\FSForwardHtlcInterceptResponse\DC2G\n\
\\DC4incoming_circuit_key\CAN\SOH \SOH(\v2\NAK.routerrpc.CircuitKeyR\DC2incomingCircuitKey\DC2;\n\
\\ACKaction\CAN\STX \SOH(\SO2#.routerrpc.ResolveHoldForwardActionR\ACKaction\DC2\SUB\n\
\\bpreimage\CAN\ETX \SOH(\fR\bpreimage\"\130\SOH\n\
\\ETBUpdateChanStatusRequest\DC22\n\
\\n\
\chan_point\CAN\SOH \SOH(\v2\DC3.lnrpc.ChannelPointR\tchanPoint\DC23\n\
\\ACKaction\CAN\STX \SOH(\SO2\ESC.routerrpc.ChanStatusActionR\ACKaction\"\SUB\n\
\\CANUpdateChanStatusResponse*\129\EOT\n\
\\rFailureDetail\DC2\v\n\
\\aUNKNOWN\DLE\NUL\DC2\r\n\
\\tNO_DETAIL\DLE\SOH\DC2\DLE\n\
\\fONION_DECODE\DLE\STX\DC2\NAK\n\
\\DC1LINK_NOT_ELIGIBLE\DLE\ETX\DC2\DC4\n\
\\DLEON_CHAIN_TIMEOUT\DLE\EOT\DC2\DC4\n\
\\DLEHTLC_EXCEEDS_MAX\DLE\ENQ\DC2\CAN\n\
\\DC4INSUFFICIENT_BALANCE\DLE\ACK\DC2\SYN\n\
\\DC2INCOMPLETE_FORWARD\DLE\a\DC2\DC3\n\
\\SIHTLC_ADD_FAILED\DLE\b\DC2\NAK\n\
\\DC1FORWARDS_DISABLED\DLE\t\DC2\DC4\n\
\\DLEINVOICE_CANCELED\DLE\n\
\\DC2\NAK\n\
\\DC1INVOICE_UNDERPAID\DLE\v\DC2\ESC\n\
\\ETBINVOICE_EXPIRY_TOO_SOON\DLE\f\DC2\DC4\n\
\\DLEINVOICE_NOT_OPEN\DLE\r\DC2\ETB\n\
\\DC3MPP_INVOICE_TIMEOUT\DLE\SO\DC2\DC4\n\
\\DLEADDRESS_MISMATCH\DLE\SI\DC2\SYN\n\
\\DC2SET_TOTAL_MISMATCH\DLE\DLE\DC2\NAK\n\
\\DC1SET_TOTAL_TOO_LOW\DLE\DC1\DC2\DLE\n\
\\fSET_OVERPAID\DLE\DC2\DC2\DC3\n\
\\SIUNKNOWN_INVOICE\DLE\DC3\DC2\DC3\n\
\\SIINVALID_KEYSEND\DLE\DC4\DC2\DC3\n\
\\SIMPP_IN_PROGRESS\DLE\NAK\DC2\DC2\n\
\\SOCIRCULAR_ROUTE\DLE\SYN*\174\SOH\n\
\\fPaymentState\DC2\r\n\
\\tIN_FLIGHT\DLE\NUL\DC2\r\n\
\\tSUCCEEDED\DLE\SOH\DC2\DC2\n\
\\SOFAILED_TIMEOUT\DLE\STX\DC2\DC3\n\
\\SIFAILED_NO_ROUTE\DLE\ETX\DC2\DLE\n\
\\fFAILED_ERROR\DLE\EOT\DC2$\n\
\ FAILED_INCORRECT_PAYMENT_DETAILS\DLE\ENQ\DC2\US\n\
\\ESCFAILED_INSUFFICIENT_BALANCE\DLE\ACK*<\n\
\\CANResolveHoldForwardAction\DC2\n\
\\n\
\\ACKSETTLE\DLE\NUL\DC2\b\n\
\\EOTFAIL\DLE\SOH\DC2\n\
\\n\
\\ACKRESUME\DLE\STX*5\n\
\\DLEChanStatusAction\DC2\n\
\\n\
\\ACKENABLE\DLE\NUL\DC2\v\n\
\\aDISABLE\DLE\SOH\DC2\b\n\
\\EOTAUTO\DLE\STX2\241\v\n\
\\ACKRouter\DC2@\n\
\\rSendPaymentV2\DC2\GS.routerrpc.SendPaymentRequest\SUB\SO.lnrpc.Payment0\SOH\DC2B\n\
\\SOTrackPaymentV2\DC2\RS.routerrpc.TrackPaymentRequest\SUB\SO.lnrpc.Payment0\SOH\DC2K\n\
\\DLEEstimateRouteFee\DC2\SUB.routerrpc.RouteFeeRequest\SUB\ESC.routerrpc.RouteFeeResponse\DC2Q\n\
\\vSendToRoute\DC2\GS.routerrpc.SendToRouteRequest\SUB\RS.routerrpc.SendToRouteResponse\"\ETX\136\STX\SOH\DC2B\n\
\\rSendToRouteV2\DC2\GS.routerrpc.SendToRouteRequest\SUB\DC2.lnrpc.HTLCAttempt\DC2d\n\
\\DC3ResetMissionControl\DC2%.routerrpc.ResetMissionControlRequest\SUB&.routerrpc.ResetMissionControlResponse\DC2d\n\
\\DC3QueryMissionControl\DC2%.routerrpc.QueryMissionControlRequest\SUB&.routerrpc.QueryMissionControlResponse\DC2j\n\
\\NAKXImportMissionControl\DC2'.routerrpc.XImportMissionControlRequest\SUB(.routerrpc.XImportMissionControlResponse\DC2p\n\
\\ETBGetMissionControlConfig\DC2).routerrpc.GetMissionControlConfigRequest\SUB*.routerrpc.GetMissionControlConfigResponse\DC2p\n\
\\ETBSetMissionControlConfig\DC2).routerrpc.SetMissionControlConfigRequest\SUB*.routerrpc.SetMissionControlConfigResponse\DC2[\n\
\\DLEQueryProbability\DC2\".routerrpc.QueryProbabilityRequest\SUB#.routerrpc.QueryProbabilityResponse\DC2I\n\
\\n\
\BuildRoute\DC2\FS.routerrpc.BuildRouteRequest\SUB\GS.routerrpc.BuildRouteResponse\DC2T\n\
\\DC3SubscribeHtlcEvents\DC2%.routerrpc.SubscribeHtlcEventsRequest\SUB\DC4.routerrpc.HtlcEvent0\SOH\DC2M\n\
\\vSendPayment\DC2\GS.routerrpc.SendPaymentRequest\SUB\CAN.routerrpc.PaymentStatus\"\ETX\136\STX\SOH0\SOH\DC2O\n\
\\fTrackPayment\DC2\RS.routerrpc.TrackPaymentRequest\SUB\CAN.routerrpc.PaymentStatus\"\ETX\136\STX\SOH0\SOH\DC2f\n\
\\SIHtlcInterceptor\DC2'.routerrpc.ForwardHtlcInterceptResponse\SUB&.routerrpc.ForwardHtlcInterceptRequest(\SOH0\SOH\DC2[\n\
\\DLEUpdateChanStatus\DC2\".routerrpc.UpdateChanStatusRequest\SUB#.routerrpc.UpdateChanStatusResponseB1Z/github.com/lightningnetwork/lnd/lnrpc/routerrpcJ\196\202\SOH\n\
\\a\DC2\ENQ\STX\NUL\161\ACK\SOH\n\
\\143\SOH\n\
\\SOH\f\DC2\ETX\STX\NUL\DC22\132\SOHsource https://raw.githubusercontent.com/lightningnetwork/lnd/c733c139e95a6ef4e5f9ac88b43328ac96c333ef/lnrpc/routerrpc/router.proto\n\
\\n\
\\t\n\
\\STX\ETX\NUL\DC2\ETX\EOT\NUL\CAN\n\
\\b\n\
\\SOH\STX\DC2\ETX\ACK\NUL\DC2\n\
\\b\n\
\\SOH\b\DC2\ETX\b\NULF\n\
\\t\n\
\\STX\b\v\DC2\ETX\b\NULF\n\
\m\n\
\\STX\ACK\NUL\DC2\ENQ\f\NUL\143\SOH\SOH\SUB` Router is a service that offers advanced interaction with the router\n\
\ subsystem of the daemon.\n\
\\n\
\\n\
\\n\
\\ETX\ACK\NUL\SOH\DC2\ETX\f\b\SO\n\
\\168\SOH\n\
\\EOT\ACK\NUL\STX\NUL\DC2\ETX\DC2\EOTJ\SUB\154\SOH\n\
\SendPaymentV2 attempts to route a payment described by the passed\n\
\PaymentRequest to the final destination. The call returns a stream of\n\
\payment updates.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\NUL\SOH\DC2\ETX\DC2\b\NAK\n\
\\f\n\
\\ENQ\ACK\NUL\STX\NUL\STX\DC2\ETX\DC2\ETB)\n\
\\f\n\
\\ENQ\ACK\NUL\STX\NUL\ACK\DC2\ETX\DC24:\n\
\\f\n\
\\ENQ\ACK\NUL\STX\NUL\ETX\DC2\ETX\DC2;H\n\
\f\n\
\\EOT\ACK\NUL\STX\SOH\DC2\ETX\CAN\EOTL\SUBY\n\
\TrackPaymentV2 returns an update stream for the payment identified by the\n\
\payment hash.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SOH\SOH\DC2\ETX\CAN\b\SYN\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SOH\STX\DC2\ETX\CAN\CAN+\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SOH\ACK\DC2\ETX\CAN6<\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SOH\ETX\DC2\ETX\CAN=J\n\
\\145\SOH\n\
\\EOT\ACK\NUL\STX\STX\DC2\ETX\RS\EOTF\SUB\131\SOH\n\
\EstimateRouteFee allows callers to obtain a lower bound w.r.t how much it\n\
\may cost to send an HTLC to the target end destination.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\STX\SOH\DC2\ETX\RS\b\CAN\n\
\\f\n\
\\ENQ\ACK\NUL\STX\STX\STX\DC2\ETX\RS\SUB)\n\
\\f\n\
\\ENQ\ACK\NUL\STX\STX\ETX\DC2\ETX\RS4D\n\
\\235\STX\n\
\\EOT\ACK\NUL\STX\ETX\DC2\EOT'\EOT)\ENQ\SUB\220\STX\n\
\Deprecated, use SendToRouteV2. SendToRoute attempts to make a payment via\n\
\the specified route. This method differs from SendPayment in that it\n\
\allows users to specify a full route manually. This can be used for\n\
\things like rebalancing, and atomic swaps. It differs from the newer\n\
\SendToRouteV2 in that it doesn't return the full HTLC information.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ETX\SOH\DC2\ETX'\b\DC3\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ETX\STX\DC2\ETX'\NAK'\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ETX\ETX\DC2\ETX'2E\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ETX\EOT\DC2\ETX(\b!\n\
\\r\n\
\\ACK\ACK\NUL\STX\ETX\EOT!\DC2\ETX(\b!\n\
\\240\SOH\n\
\\EOT\ACK\NUL\STX\EOT\DC2\ETX1\EOTG\SUB\226\SOH\n\
\SendToRouteV2 attempts to make a payment via the specified route. This\n\
\method differs from SendPayment in that it allows users to specify a full\n\
\route manually. This can be used for things like rebalancing, and atomic\n\
\swaps.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\EOT\SOH\DC2\ETX1\b\NAK\n\
\\f\n\
\\ENQ\ACK\NUL\STX\EOT\STX\DC2\ETX1\ETB)\n\
\\f\n\
\\ENQ\ACK\NUL\STX\EOT\ETX\DC2\ETX14E\n\
\c\n\
\\EOT\ACK\NUL\STX\ENQ\DC2\EOT7\EOT8.\SUBU\n\
\ResetMissionControl clears all mission control state and starts with a clean\n\
\slate.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ENQ\SOH\DC2\ETX7\b\ESC\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ENQ\STX\DC2\ETX7\GS7\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ENQ\ETX\DC2\ETX8\DC1,\n\
\w\n\
\\EOT\ACK\NUL\STX\ACK\DC2\EOT>\EOT?.\SUBi\n\
\QueryMissionControl exposes the internal mission control state to callers.\n\
\It is a development feature.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ACK\SOH\DC2\ETX>\b\ESC\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ACK\STX\DC2\ETX>\GS7\n\
\\f\n\
\\ENQ\ACK\NUL\STX\ACK\ETX\DC2\ETX?\DC1,\n\
\\161\STX\n\
\\EOT\ACK\NUL\STX\a\DC2\EOTG\EOTH0\SUB\146\STX\n\
\XImportMissionControl is an experimental API that imports the state provided\n\
\to the internal mission control's state, using all results which are more\n\
\recent than our existing values. These values will only be imported\n\
\in-memory, and will not be persisted across restarts.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\a\SOH\DC2\ETXG\b\GS\n\
\\f\n\
\\ENQ\ACK\NUL\STX\a\STX\DC2\ETXG\US;\n\
\\f\n\
\\ENQ\ACK\NUL\STX\a\ETX\DC2\ETXH\DC1.\n\
\Q\n\
\\EOT\ACK\NUL\STX\b\DC2\EOTM\EOTN2\SUBC\n\
\GetMissionControlConfig returns mission control's current config.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\b\SOH\DC2\ETXM\b\US\n\
\\f\n\
\\ENQ\ACK\NUL\STX\b\STX\DC2\ETXM!?\n\
\\f\n\
\\ENQ\ACK\NUL\STX\b\ETX\DC2\ETXN\DC10\n\
\k\n\
\\EOT\ACK\NUL\STX\t\DC2\EOTT\EOTU2\SUB]\n\
\SetMissionControlConfig will set mission control's config, if the config\n\
\provided is valid.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\t\SOH\DC2\ETXT\b\US\n\
\\f\n\
\\ENQ\ACK\NUL\STX\t\STX\DC2\ETXT!?\n\
\\f\n\
\\ENQ\ACK\NUL\STX\t\ETX\DC2\ETXU\DC10\n\
\s\n\
\\EOT\ACK\NUL\STX\n\
\\DC2\EOT[\EOT\\+\SUBe\n\
\QueryProbability returns the current success probability estimate for a\n\
\given node pair and amount.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\n\
\\SOH\DC2\ETX[\b\CAN\n\
\\f\n\
\\ENQ\ACK\NUL\STX\n\
\\STX\DC2\ETX[\SUB1\n\
\\f\n\
\\ENQ\ACK\NUL\STX\n\
\\ETX\DC2\ETX\\\DC1)\n\
\\206\SOH\n\
\\EOT\ACK\NUL\STX\v\DC2\ETXc\EOTD\SUB\192\SOH\n\
\BuildRoute builds a fully specified route based on a list of hop public\n\
\keys. It retrieves the relevant channel policies from the graph in order to\n\
\calculate the correct fees and time locks.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\v\SOH\DC2\ETXc\b\DC2\n\
\\f\n\
\\ENQ\ACK\NUL\STX\v\STX\DC2\ETXc\DC4%\n\
\\f\n\
\\ENQ\ACK\NUL\STX\v\ETX\DC2\ETXc0B\n\
\\138\SOH\n\
\\EOT\ACK\NUL\STX\f\DC2\EOTi\EOTj#\SUB|\n\
\SubscribeHtlcEvents creates a uni-directional stream from the server to\n\
\the client which delivers a stream of htlc events.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\f\SOH\DC2\ETXi\b\ESC\n\
\\f\n\
\\ENQ\ACK\NUL\STX\f\STX\DC2\ETXi\GS7\n\
\\f\n\
\\ENQ\ACK\NUL\STX\f\ACK\DC2\ETXj\DC1\ETB\n\
\\f\n\
\\ENQ\ACK\NUL\STX\f\ETX\DC2\ETXj\CAN!\n\
\\205\SOH\n\
\\EOT\ACK\NUL\STX\r\DC2\EOTq\EOTs\ENQ\SUB\190\SOH\n\
\Deprecated, use SendPaymentV2. SendPayment attempts to route a payment\n\
\described by the passed PaymentRequest to the final destination. The call\n\
\returns a stream of payment status updates.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\r\SOH\DC2\ETXq\b\DC3\n\
\\f\n\
\\ENQ\ACK\NUL\STX\r\STX\DC2\ETXq\NAK'\n\
\\f\n\
\\ENQ\ACK\NUL\STX\r\ACK\DC2\ETXq28\n\
\\f\n\
\\ENQ\ACK\NUL\STX\r\ETX\DC2\ETXq9F\n\
\\f\n\
\\ENQ\ACK\NUL\STX\r\EOT\DC2\ETXr\b!\n\
\\r\n\
\\ACK\ACK\NUL\STX\r\EOT!\DC2\ETXr\b!\n\
\\133\SOH\n\
\\EOT\ACK\NUL\STX\SO\DC2\EOTy\EOT{\ENQ\SUBw\n\
\Deprecated, use TrackPaymentV2. TrackPayment returns an update stream for\n\
\the payment identified by the payment hash.\n\
\\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SO\SOH\DC2\ETXy\b\DC4\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SO\STX\DC2\ETXy\SYN)\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SO\ACK\DC2\ETXy4:\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SO\ETX\DC2\ETXy;H\n\
\\f\n\
\\ENQ\ACK\NUL\STX\SO\EOT\DC2\ETXz\b!\n\
\\r\n\
\\ACK\ACK\NUL\STX\SO\EOT!\DC2\ETXz\b!\n\
\\221\STX\n\
\\EOT\ACK\NUL\STX\SI\DC2\ACK\132\SOH\EOT\133\SOH5\SUB\204\STX*\n\
\HtlcInterceptor dispatches a bi-directional streaming RPC in which\n\
\Forwarded HTLC requests are sent to the client and the client responds with\n\
\a boolean that tells LND if this htlc should be intercepted.\n\
\In case of interception, the htlc can be either settled, cancelled or\n\
\resumed later by using the ResolveHoldForward endpoint.\n\
\\n\
\\r\n\
\\ENQ\ACK\NUL\STX\SI\SOH\DC2\EOT\132\SOH\b\ETB\n\
\\r\n\
\\ENQ\ACK\NUL\STX\SI\ENQ\DC2\EOT\132\SOH\EM\US\n\
\\r\n\
\\ENQ\ACK\NUL\STX\SI\STX\DC2\EOT\132\SOH <\n\
\\r\n\
\\ENQ\ACK\NUL\STX\SI\ACK\DC2\EOT\133\SOH\DC1\ETB\n\
\\r\n\
\\ENQ\ACK\NUL\STX\SI\ETX\DC2\EOT\133\SOH\CAN3\n\
\\244\SOH\n\
\\EOT\ACK\NUL\STX\DLE\DC2\ACK\141\SOH\EOT\142\SOH+\SUB\227\SOH\n\
\UpdateChanStatus attempts to manually set the state of a channel\n\
\(enabled, disabled, or auto). A manual \"disable\" request will cause the\n\
\channel to stay disabled until a subsequent manual request of either\n\
\\"enable\" or \"auto\".\n\
\\n\
\\r\n\
\\ENQ\ACK\NUL\STX\DLE\SOH\DC2\EOT\141\SOH\b\CAN\n\
\\r\n\
\\ENQ\ACK\NUL\STX\DLE\STX\DC2\EOT\141\SOH\SUB1\n\
\\r\n\
\\ENQ\ACK\NUL\STX\DLE\ETX\DC2\EOT\142\SOH\DC1)\n\
\\f\n\
\\STX\EOT\NUL\DC2\ACK\145\SOH\NUL\160\STX\SOH\n\
\\v\n\
\\ETX\EOT\NUL\SOH\DC2\EOT\145\SOH\b\SUB\n\
\<\n\
\\EOT\EOT\NUL\STX\NUL\DC2\EOT\147\SOH\EOT\DC3\SUB. The identity pubkey of the payment recipient\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\NUL\EOT\DC2\ACK\147\SOH\EOT\145\SOH\FS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\NUL\ENQ\DC2\EOT\147\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\NUL\SOH\DC2\EOT\147\SOH\n\
\\SO\n\
\\r\n\
\\ENQ\EOT\NUL\STX\NUL\ETX\DC2\EOT\147\SOH\DC1\DC2\n\
\`\n\
\\EOT\EOT\NUL\STX\SOH\DC2\EOT\154\SOH\EOT\DC2\SUBR\n\
\Number of satoshis to send.\n\
\\n\
\The fields amt and amt_msat are mutually exclusive.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\SOH\EOT\DC2\ACK\154\SOH\EOT\147\SOH\DC3\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SOH\ENQ\DC2\EOT\154\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SOH\SOH\DC2\EOT\154\SOH\n\
\\r\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SOH\ETX\DC2\EOT\154\SOH\DLE\DC1\n\
\e\n\
\\EOT\EOT\NUL\STX\STX\DC2\EOT\161\SOH\EOT\CAN\SUBW\n\
\Number of millisatoshis to send.\n\
\\n\
\The fields amt and amt_msat are mutually exclusive.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\STX\EOT\DC2\ACK\161\SOH\EOT\154\SOH\DC2\n\
\\r\n\
\\ENQ\EOT\NUL\STX\STX\ENQ\DC2\EOT\161\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\STX\SOH\DC2\EOT\161\SOH\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT\NUL\STX\STX\ETX\DC2\EOT\161\SOH\NAK\ETB\n\
\9\n\
\\EOT\EOT\NUL\STX\ETX\DC2\EOT\164\SOH\EOT\ESC\SUB+ The hash to use within the payment's HTLC\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\ETX\EOT\DC2\ACK\164\SOH\EOT\161\SOH\CAN\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ETX\ENQ\DC2\EOT\164\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ETX\SOH\DC2\EOT\164\SOH\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ETX\ETX\DC2\EOT\164\SOH\EM\SUB\n\
\q\n\
\\EOT\EOT\NUL\STX\EOT\DC2\EOT\170\SOH\EOT\US\SUBc\n\
\The CLTV delta from the current height that should be used to set the\n\
\timelock for the final hop.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\EOT\EOT\DC2\ACK\170\SOH\EOT\164\SOH\ESC\n\
\\r\n\
\\ENQ\EOT\NUL\STX\EOT\ENQ\DC2\EOT\170\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\EOT\SOH\DC2\EOT\170\SOH\n\
\\SUB\n\
\\r\n\
\\ENQ\EOT\NUL\STX\EOT\ETX\DC2\EOT\170\SOH\GS\RS\n\
\Y\n\
\\EOT\EOT\NUL\STX\ENQ\DC2\EOT\173\SOH\EOT\FS\SUBK An optional payment addr to be included within the last hop of the route.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\ENQ\EOT\DC2\ACK\173\SOH\EOT\170\SOH\US\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ENQ\ENQ\DC2\EOT\173\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ENQ\SOH\DC2\EOT\173\SOH\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ENQ\ETX\DC2\EOT\173\SOH\EM\ESC\n\
\\137\ETX\n\
\\EOT\EOT\NUL\STX\ACK\DC2\EOT\182\SOH\EOT\US\SUB\250\STX\n\
\A bare-bones invoice for a payment within the Lightning Network. With the\n\
\details of the invoice, the sender has all the data necessary to send a\n\
\payment to the recipient. The amount in the payment request may be zero. In\n\
\that case it is required to set the amt field as well. If no payment request\n\
\is specified, the following fields are required: dest, amt and payment_hash.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\ACK\EOT\DC2\ACK\182\SOH\EOT\173\SOH\FS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ACK\ENQ\DC2\EOT\182\SOH\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ACK\SOH\DC2\EOT\182\SOH\v\SUB\n\
\\r\n\
\\ENQ\EOT\NUL\STX\ACK\ETX\DC2\EOT\182\SOH\GS\RS\n\
\\130\STX\n\
\\EOT\EOT\NUL\STX\a\DC2\EOT\190\SOH\EOT\RS\SUB\243\SOH\n\
\An upper limit on the amount of time we should spend when attempting to\n\
\fulfill the payment. This is expressed in seconds. If we cannot make a\n\
\successful payment within this time frame, an error will be returned.\n\
\This field must be non-zero.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\a\EOT\DC2\ACK\190\SOH\EOT\182\SOH\US\n\
\\r\n\
\\ENQ\EOT\NUL\STX\a\ENQ\DC2\EOT\190\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\a\SOH\DC2\EOT\190\SOH\n\
\\EM\n\
\\r\n\
\\ENQ\EOT\NUL\STX\a\ETX\DC2\EOT\190\SOH\FS\GS\n\
\\129\ETX\n\
\\EOT\EOT\NUL\STX\b\DC2\EOT\200\SOH\EOT\FS\SUB\242\STX\n\
\The maximum number of satoshis that will be paid as a fee of the payment.\n\
\If this field is left to the default value of 0, only zero-fee routes will\n\
\be considered. This usually means single hop routes connecting directly to\n\
\the destination. To send the payment without a fee limit, use max int here.\n\
\\n\
\The fields fee_limit_sat and fee_limit_msat are mutually exclusive.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\b\EOT\DC2\ACK\200\SOH\EOT\190\SOH\RS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\b\ENQ\DC2\EOT\200\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\b\SOH\DC2\EOT\200\SOH\n\
\\ETB\n\
\\r\n\
\\ENQ\EOT\NUL\STX\b\ETX\DC2\EOT\200\SOH\SUB\ESC\n\
\\134\ETX\n\
\\EOT\EOT\NUL\STX\t\DC2\EOT\211\SOH\EOT\RS\SUB\247\STX\n\
\The maximum number of millisatoshis that will be paid as a fee of the\n\
\payment. If this field is left to the default value of 0, only zero-fee\n\
\routes will be considered. This usually means single hop routes connecting\n\
\directly to the destination. To send the payment without a fee limit, use\n\
\max int here.\n\
\\n\
\The fields fee_limit_sat and fee_limit_msat are mutually exclusive.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\t\EOT\DC2\ACK\211\SOH\EOT\200\SOH\FS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\t\ENQ\DC2\EOT\211\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\t\SOH\DC2\EOT\211\SOH\n\
\\CAN\n\
\\r\n\
\\ENQ\EOT\NUL\STX\t\ETX\DC2\EOT\211\SOH\ESC\GS\n\
\\187\SOH\n\
\\EOT\EOT\NUL\STX\n\
\\DC2\EOT\218\SOH\EOTH\SUB\172\SOH\n\
\Deprecated, use outgoing_chan_ids. The channel id of the channel that must\n\
\be taken to the first hop. If zero, any channel may be used (unless\n\
\outgoing_chan_ids are set).\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\n\
\\EOT\DC2\ACK\218\SOH\EOT\211\SOH\RS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\n\
\\ENQ\DC2\EOT\218\SOH\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\n\
\\SOH\DC2\EOT\218\SOH\v\ESC\n\
\\r\n\
\\ENQ\EOT\NUL\STX\n\
\\ETX\DC2\EOT\218\SOH\RS\US\n\
\\r\n\
\\ENQ\EOT\NUL\STX\n\
\\b\DC2\EOT\218\SOH G\n\
\\SO\n\
\\ACK\EOT\NUL\STX\n\
\\b\ACK\DC2\EOT\218\SOH!3\n\
\\SO\n\
\\ACK\EOT\NUL\STX\n\
\\b\ETX\DC2\EOT\218\SOH5F\n\
\q\n\
\\EOT\EOT\NUL\STX\v\DC2\EOT\224\SOH\EOT+\SUBc\n\
\The channel ids of the channels are allowed for the first hop. If empty,\n\
\any channel may be used.\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\v\EOT\DC2\EOT\224\SOH\EOT\f\n\
\\r\n\
\\ENQ\EOT\NUL\STX\v\ENQ\DC2\EOT\224\SOH\r\DC3\n\
\\r\n\
\\ENQ\EOT\NUL\STX\v\SOH\DC2\EOT\224\SOH\DC4%\n\
\\r\n\
\\ENQ\EOT\NUL\STX\v\ETX\DC2\EOT\224\SOH(*\n\
\W\n\
\\EOT\EOT\NUL\STX\f\DC2\EOT\229\SOH\EOT\US\SUBI\n\
\The pubkey of the last hop of the route. If empty, any hop may be used.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\f\EOT\DC2\ACK\229\SOH\EOT\224\SOH+\n\
\\r\n\
\\ENQ\EOT\NUL\STX\f\ENQ\DC2\EOT\229\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\f\SOH\DC2\EOT\229\SOH\n\
\\EM\n\
\\r\n\
\\ENQ\EOT\NUL\STX\f\ETX\DC2\EOT\229\SOH\FS\RS\n\
\\185\SOH\n\
\\EOT\EOT\NUL\STX\r\DC2\EOT\236\SOH\EOT\EM\SUB\170\SOH\n\
\An optional maximum total time lock for the route. This should not exceed\n\
\lnd's `--max-cltv-expiry` setting. If zero, then the value of\n\
\`--max-cltv-expiry` is enforced.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\r\EOT\DC2\ACK\236\SOH\EOT\229\SOH\US\n\
\\r\n\
\\ENQ\EOT\NUL\STX\r\ENQ\DC2\EOT\236\SOH\EOT\t\n\
\\r\n\
\\ENQ\EOT\NUL\STX\r\SOH\DC2\EOT\236\SOH\n\
\\DC4\n\
\\r\n\
\\ENQ\EOT\NUL\STX\r\ETX\DC2\EOT\236\SOH\ETB\CAN\n\
\W\n\
\\EOT\EOT\NUL\STX\SO\DC2\EOT\241\SOH\EOT.\SUBI\n\
\Optional route hints to reach the destination through private channels.\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SO\EOT\DC2\EOT\241\SOH\EOT\f\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SO\ACK\DC2\EOT\241\SOH\r\FS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SO\SOH\DC2\EOT\241\SOH\GS(\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SO\ETX\DC2\EOT\241\SOH+-\n\
\\204\STX\n\
\\EOT\EOT\NUL\STX\SI\DC2\EOT\250\SOH\EOT0\SUB\189\STX\n\
\An optional field that can be used to pass an arbitrary set of TLV records\n\
\to a peer which understands the new records. This can be used to pass\n\
\application specific data during the payment attempt. Record types are\n\
\required to be in the custom range >= 65536. When using REST, the values\n\
\must be encoded as base64.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\SI\EOT\DC2\ACK\250\SOH\EOT\241\SOH.\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SI\ACK\DC2\EOT\250\SOH\EOT\SYN\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SI\SOH\DC2\EOT\250\SOH\ETB*\n\
\\r\n\
\\ENQ\EOT\NUL\STX\SI\ETX\DC2\EOT\250\SOH-/\n\
\@\n\
\\EOT\EOT\NUL\STX\DLE\DC2\EOT\253\SOH\EOT!\SUB2 If set, circular payments to self are permitted.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\DLE\EOT\DC2\ACK\253\SOH\EOT\250\SOH0\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DLE\ENQ\DC2\EOT\253\SOH\EOT\b\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DLE\SOH\DC2\EOT\253\SOH\t\ESC\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DLE\ETX\DC2\EOT\253\SOH\RS \n\
\\195\STX\n\
\\EOT\EOT\NUL\STX\DC1\DC2\EOT\134\STX\EOT1\SUB\180\STX\n\
\Features assumed to be supported by the final node. All transitive feature\n\
\dependencies must also be set properly. For a given feature bit pair, either\n\
\optional or remote may be set, but not both. If this field is nil or empty,\n\
\the router will try to load destination features from the graph as a\n\
\fallback.\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC1\EOT\DC2\EOT\134\STX\EOT\f\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC1\ACK\DC2\EOT\134\STX\r\GS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC1\SOH\DC2\EOT\134\STX\RS+\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC1\ETX\DC2\EOT\134\STX.0\n\
\c\n\
\\EOT\EOT\NUL\STX\DC2\DC2\EOT\140\STX\EOT\SUB\SUBU\n\
\The maximum number of partial payments that may be use to complete the full\n\
\amount.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\DC2\EOT\DC2\ACK\140\STX\EOT\134\STX1\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC2\ENQ\DC2\EOT\140\STX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC2\SOH\DC2\EOT\140\STX\v\DC4\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC2\ETX\DC2\EOT\140\STX\ETB\EM\n\
\\151\SOH\n\
\\EOT\EOT\NUL\STX\DC3\DC2\EOT\146\STX\EOT\"\SUB\136\SOH\n\
\If set, only the final payment update is streamed back. Intermediate updates\n\
\that show which htlcs are still in flight are suppressed.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\DC3\EOT\DC2\ACK\146\STX\EOT\140\STX\SUB\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC3\ENQ\DC2\EOT\146\STX\EOT\b\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC3\SOH\DC2\EOT\146\STX\t\FS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC3\ETX\DC2\EOT\146\STX\US!\n\
\\141\STX\n\
\\EOT\EOT\NUL\STX\DC4\DC2\EOT\154\STX\EOT$\SUB\254\SOH\n\
\The largest payment split that should be attempted when making a payment if\n\
\splitting is necessary. Setting this value will effectively cause lnd to\n\
\split more aggressively, vs only when it thinks it needs to. Note that this\n\
\value is in milli-satoshis.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\DC4\EOT\DC2\ACK\154\STX\EOT\146\STX\"\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC4\ENQ\DC2\EOT\154\STX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC4\SOH\DC2\EOT\154\STX\v\RS\n\
\\r\n\
\\ENQ\EOT\NUL\STX\DC4\ETX\DC2\EOT\154\STX!#\n\
\9\n\
\\EOT\EOT\NUL\STX\NAK\DC2\EOT\159\STX\EOT\DC2\SUB+\n\
\If set, an AMP-payment will be attempted.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NUL\STX\NAK\EOT\DC2\ACK\159\STX\EOT\154\STX$\n\
\\r\n\
\\ENQ\EOT\NUL\STX\NAK\ENQ\DC2\EOT\159\STX\EOT\b\n\
\\r\n\
\\ENQ\EOT\NUL\STX\NAK\SOH\DC2\EOT\159\STX\t\f\n\
\\r\n\
\\ENQ\EOT\NUL\STX\NAK\ETX\DC2\EOT\159\STX\SI\DC1\n\
\\f\n\
\\STX\EOT\SOH\DC2\ACK\162\STX\NUL\171\STX\SOH\n\
\\v\n\
\\ETX\EOT\SOH\SOH\DC2\EOT\162\STX\b\ESC\n\
\3\n\
\\EOT\EOT\SOH\STX\NUL\DC2\EOT\164\STX\EOT\ESC\SUB% The hash of the payment to look up.\n\
\\n\
\\SI\n\
\\ENQ\EOT\SOH\STX\NUL\EOT\DC2\ACK\164\STX\EOT\162\STX\GS\n\
\\r\n\
\\ENQ\EOT\SOH\STX\NUL\ENQ\DC2\EOT\164\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\SOH\STX\NUL\SOH\DC2\EOT\164\STX\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\SOH\STX\NUL\ETX\DC2\EOT\164\STX\EM\SUB\n\
\\151\SOH\n\
\\EOT\EOT\SOH\STX\SOH\DC2\EOT\170\STX\EOT!\SUB\136\SOH\n\
\If set, only the final payment update is streamed back. Intermediate updates\n\
\that show which htlcs are still in flight are suppressed.\n\
\\n\
\\SI\n\
\\ENQ\EOT\SOH\STX\SOH\EOT\DC2\ACK\170\STX\EOT\164\STX\ESC\n\
\\r\n\
\\ENQ\EOT\SOH\STX\SOH\ENQ\DC2\EOT\170\STX\EOT\b\n\
\\r\n\
\\ENQ\EOT\SOH\STX\SOH\SOH\DC2\EOT\170\STX\t\FS\n\
\\r\n\
\\ENQ\EOT\SOH\STX\SOH\ETX\DC2\EOT\170\STX\US \n\
\\f\n\
\\STX\EOT\STX\DC2\ACK\173\STX\NUL\183\STX\SOH\n\
\\v\n\
\\ETX\EOT\STX\SOH\DC2\EOT\173\STX\b\ETB\n\
\M\n\
\\EOT\EOT\STX\STX\NUL\DC2\EOT\177\STX\EOT\DC3\SUB?\n\
\The destination once wishes to obtain a routing fee quote to.\n\
\\n\
\\SI\n\
\\ENQ\EOT\STX\STX\NUL\EOT\DC2\ACK\177\STX\EOT\173\STX\EM\n\
\\r\n\
\\ENQ\EOT\STX\STX\NUL\ENQ\DC2\EOT\177\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\STX\STX\NUL\SOH\DC2\EOT\177\STX\n\
\\SO\n\
\\r\n\
\\ENQ\EOT\STX\STX\NUL\ETX\DC2\EOT\177\STX\DC1\DC2\n\
\H\n\
\\EOT\EOT\STX\STX\SOH\DC2\EOT\182\STX\EOT\SYN\SUB:\n\
\The amount one wishes to send to the target destination.\n\
\\n\
\\SI\n\
\\ENQ\EOT\STX\STX\SOH\EOT\DC2\ACK\182\STX\EOT\177\STX\DC3\n\
\\r\n\
\\ENQ\EOT\STX\STX\SOH\ENQ\DC2\EOT\182\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\STX\STX\SOH\SOH\DC2\EOT\182\STX\n\
\\DC1\n\
\\r\n\
\\ENQ\EOT\STX\STX\SOH\ETX\DC2\EOT\182\STX\DC4\NAK\n\
\\f\n\
\\STX\EOT\ETX\DC2\ACK\185\STX\NUL\198\STX\SOH\n\
\\v\n\
\\ETX\EOT\ETX\SOH\DC2\EOT\185\STX\b\CAN\n\
\}\n\
\\EOT\EOT\ETX\STX\NUL\DC2\EOT\190\STX\EOT\US\SUBo\n\
\A lower bound of the estimated fee to the target destination within the\n\
\network, expressed in milli-satoshis.\n\
\\n\
\\SI\n\
\\ENQ\EOT\ETX\STX\NUL\EOT\DC2\ACK\190\STX\EOT\185\STX\SUB\n\
\\r\n\
\\ENQ\EOT\ETX\STX\NUL\ENQ\DC2\EOT\190\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\ETX\STX\NUL\SOH\DC2\EOT\190\STX\n\
\\SUB\n\
\\r\n\
\\ENQ\EOT\ETX\STX\NUL\ETX\DC2\EOT\190\STX\GS\RS\n\
\\174\SOH\n\
\\EOT\EOT\ETX\STX\SOH\DC2\EOT\197\STX\EOT\RS\SUB\159\SOH\n\
\An estimate of the worst case time delay that can occur. Note that callers\n\
\will still need to factor in the final CLTV delta of the last hop into this\n\
\value.\n\
\\n\
\\SI\n\
\\ENQ\EOT\ETX\STX\SOH\EOT\DC2\ACK\197\STX\EOT\190\STX\US\n\
\\r\n\
\\ENQ\EOT\ETX\STX\SOH\ENQ\DC2\EOT\197\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\ETX\STX\SOH\SOH\DC2\EOT\197\STX\n\
\\EM\n\
\\r\n\
\\ENQ\EOT\ETX\STX\SOH\ETX\DC2\EOT\197\STX\FS\GS\n\
\\f\n\
\\STX\EOT\EOT\DC2\ACK\200\STX\NUL\206\STX\SOH\n\
\\v\n\
\\ETX\EOT\EOT\SOH\DC2\EOT\200\STX\b\SUB\n\
\5\n\
\\EOT\EOT\EOT\STX\NUL\DC2\EOT\202\STX\EOT\ESC\SUB' The payment hash to use for the HTLC.\n\
\\n\
\\SI\n\
\\ENQ\EOT\EOT\STX\NUL\EOT\DC2\ACK\202\STX\EOT\200\STX\FS\n\
\\r\n\
\\ENQ\EOT\EOT\STX\NUL\ENQ\DC2\EOT\202\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\EOT\STX\NUL\SOH\DC2\EOT\202\STX\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\EOT\STX\NUL\ETX\DC2\EOT\202\STX\EM\SUB\n\
\M\n\
\\EOT\EOT\EOT\STX\SOH\DC2\EOT\205\STX\EOT\SUB\SUB? Route that should be used to attempt to complete the payment.\n\
\\n\
\\SI\n\
\\ENQ\EOT\EOT\STX\SOH\EOT\DC2\ACK\205\STX\EOT\202\STX\ESC\n\
\\r\n\
\\ENQ\EOT\EOT\STX\SOH\ACK\DC2\EOT\205\STX\EOT\SI\n\
\\r\n\
\\ENQ\EOT\EOT\STX\SOH\SOH\DC2\EOT\205\STX\DLE\NAK\n\
\\r\n\
\\ENQ\EOT\EOT\STX\SOH\ETX\DC2\EOT\205\STX\CAN\EM\n\
\\f\n\
\\STX\EOT\ENQ\DC2\ACK\208\STX\NUL\214\STX\SOH\n\
\\v\n\
\\ETX\EOT\ENQ\SOH\DC2\EOT\208\STX\b\ESC\n\
\<\n\
\\EOT\EOT\ENQ\STX\NUL\DC2\EOT\210\STX\EOT\ETB\SUB. The preimage obtained by making the payment.\n\
\\n\
\\SI\n\
\\ENQ\EOT\ENQ\STX\NUL\EOT\DC2\ACK\210\STX\EOT\208\STX\GS\n\
\\r\n\
\\ENQ\EOT\ENQ\STX\NUL\ENQ\DC2\EOT\210\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\ENQ\STX\NUL\SOH\DC2\EOT\210\STX\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT\ENQ\STX\NUL\ETX\DC2\EOT\210\STX\NAK\SYN\n\
\?\n\
\\EOT\EOT\ENQ\STX\SOH\DC2\EOT\213\STX\EOT\RS\SUB1 The failure message in case the payment failed.\n\
\\n\
\\SI\n\
\\ENQ\EOT\ENQ\STX\SOH\EOT\DC2\ACK\213\STX\EOT\210\STX\ETB\n\
\\r\n\
\\ENQ\EOT\ENQ\STX\SOH\ACK\DC2\EOT\213\STX\EOT\DC1\n\
\\r\n\
\\ENQ\EOT\ENQ\STX\SOH\SOH\DC2\EOT\213\STX\DC2\EM\n\
\\r\n\
\\ENQ\EOT\ENQ\STX\SOH\ETX\DC2\EOT\213\STX\FS\GS\n\
\\f\n\
\\STX\EOT\ACK\DC2\ACK\216\STX\NUL\217\STX\SOH\n\
\\v\n\
\\ETX\EOT\ACK\SOH\DC2\EOT\216\STX\b\"\n\
\\f\n\
\\STX\EOT\a\DC2\ACK\219\STX\NUL\220\STX\SOH\n\
\\v\n\
\\ETX\EOT\a\SOH\DC2\EOT\219\STX\b#\n\
\\f\n\
\\STX\EOT\b\DC2\ACK\222\STX\NUL\223\STX\SOH\n\
\\v\n\
\\ETX\EOT\b\SOH\DC2\EOT\222\STX\b\"\n\
\K\n\
\\STX\EOT\t\DC2\ACK\226\STX\NUL\231\STX\SOH\SUB= QueryMissionControlResponse contains mission control state.\n\
\\n\
\\v\n\
\\ETX\EOT\t\SOH\DC2\EOT\226\STX\b#\n\
\\v\n\
\\ETX\EOT\t\t\DC2\EOT\227\STX\EOT\SI\n\
\\f\n\
\\EOT\EOT\t\t\NUL\DC2\EOT\227\STX\r\SO\n\
\\r\n\
\\ENQ\EOT\t\t\NUL\SOH\DC2\EOT\227\STX\r\SO\n\
\\r\n\
\\ENQ\EOT\t\t\NUL\STX\DC2\EOT\227\STX\r\SO\n\
\6\n\
\\EOT\EOT\t\STX\NUL\DC2\EOT\230\STX\EOT#\SUB( Node pair-level mission control state.\n\
\\n\
\\r\n\
\\ENQ\EOT\t\STX\NUL\EOT\DC2\EOT\230\STX\EOT\f\n\
\\r\n\
\\ENQ\EOT\t\STX\NUL\ACK\DC2\EOT\230\STX\r\CAN\n\
\\r\n\
\\ENQ\EOT\t\STX\NUL\SOH\DC2\EOT\230\STX\EM\RS\n\
\\r\n\
\\ENQ\EOT\t\STX\NUL\ETX\DC2\EOT\230\STX!\"\n\
\\f\n\
\\STX\EOT\n\
\\DC2\ACK\233\STX\NUL\236\STX\SOH\n\
\\v\n\
\\ETX\EOT\n\
\\SOH\DC2\EOT\233\STX\b$\n\
\E\n\
\\EOT\EOT\n\
\\STX\NUL\DC2\EOT\235\STX\EOT#\SUB7 Node pair-level mission control state to be imported.\n\
\\n\
\\r\n\
\\ENQ\EOT\n\
\\STX\NUL\EOT\DC2\EOT\235\STX\EOT\f\n\
\\r\n\
\\ENQ\EOT\n\
\\STX\NUL\ACK\DC2\EOT\235\STX\r\CAN\n\
\\r\n\
\\ENQ\EOT\n\
\\STX\NUL\SOH\DC2\EOT\235\STX\EM\RS\n\
\\r\n\
\\ENQ\EOT\n\
\\STX\NUL\ETX\DC2\EOT\235\STX!\"\n\
\\f\n\
\\STX\EOT\v\DC2\ACK\238\STX\NUL\239\STX\SOH\n\
\\v\n\
\\ETX\EOT\v\SOH\DC2\EOT\238\STX\b%\n\
\Z\n\
\\STX\EOT\f\DC2\ACK\242\STX\NUL\252\STX\SOH\SUBL PairHistory contains the mission control state for a particular node pair.\n\
\\n\
\\v\n\
\\ETX\EOT\f\SOH\DC2\EOT\242\STX\b\DC3\n\
\3\n\
\\EOT\EOT\f\STX\NUL\DC2\EOT\244\STX\EOT\CAN\SUB% The source node pubkey of the pair.\n\
\\n\
\\SI\n\
\\ENQ\EOT\f\STX\NUL\EOT\DC2\ACK\244\STX\EOT\242\STX\NAK\n\
\\r\n\
\\ENQ\EOT\f\STX\NUL\ENQ\DC2\EOT\244\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\f\STX\NUL\SOH\DC2\EOT\244\STX\n\
\\DC3\n\
\\r\n\
\\ENQ\EOT\f\STX\NUL\ETX\DC2\EOT\244\STX\SYN\ETB\n\
\8\n\
\\EOT\EOT\f\STX\SOH\DC2\EOT\247\STX\EOT\SYN\SUB* The destination node pubkey of the pair.\n\
\\n\
\\SI\n\
\\ENQ\EOT\f\STX\SOH\EOT\DC2\ACK\247\STX\EOT\244\STX\CAN\n\
\\r\n\
\\ENQ\EOT\f\STX\SOH\ENQ\DC2\EOT\247\STX\EOT\t\n\
\\r\n\
\\ENQ\EOT\f\STX\SOH\SOH\DC2\EOT\247\STX\n\
\\DC1\n\
\\r\n\
\\ENQ\EOT\f\STX\SOH\ETX\DC2\EOT\247\STX\DC4\NAK\n\
\\v\n\
\\ETX\EOT\f\t\DC2\EOT\249\STX\EOT\CAN\n\
\\f\n\
\\EOT\EOT\f\t\NUL\DC2\EOT\249\STX\r\SO\n\
\\r\n\
\\ENQ\EOT\f\t\NUL\SOH\DC2\EOT\249\STX\r\SO\n\
\\r\n\
\\ENQ\EOT\f\t\NUL\STX\DC2\EOT\249\STX\r\SO\n\
\\f\n\
\\EOT\EOT\f\t\SOH\DC2\EOT\249\STX\DLE\DC1\n\
\\r\n\
\\ENQ\EOT\f\t\SOH\SOH\DC2\EOT\249\STX\DLE\DC1\n\
\\r\n\
\\ENQ\EOT\f\t\SOH\STX\DC2\EOT\249\STX\DLE\DC1\n\
\\f\n\
\\EOT\EOT\f\t\STX\DC2\EOT\249\STX\DC3\DC4\n\
\\r\n\
\\ENQ\EOT\f\t\STX\SOH\DC2\EOT\249\STX\DC3\DC4\n\
\\r\n\
\\ENQ\EOT\f\t\STX\STX\DC2\EOT\249\STX\DC3\DC4\n\
\\f\n\
\\EOT\EOT\f\t\ETX\DC2\EOT\249\STX\SYN\ETB\n\
\\r\n\
\\ENQ\EOT\f\t\ETX\SOH\DC2\EOT\249\STX\SYN\ETB\n\
\\r\n\
\\ENQ\EOT\f\t\ETX\STX\DC2\EOT\249\STX\SYN\ETB\n\
\\f\n\
\\EOT\EOT\f\STX\STX\DC2\EOT\251\STX\EOT\EM\n\
\\SI\n\
\\ENQ\EOT\f\STX\STX\EOT\DC2\ACK\251\STX\EOT\249\STX\CAN\n\
\\r\n\
\\ENQ\EOT\f\STX\STX\ACK\DC2\EOT\251\STX\EOT\f\n\
\\r\n\
\\ENQ\EOT\f\STX\STX\SOH\DC2\EOT\251\STX\r\DC4\n\
\\r\n\
\\ENQ\EOT\f\STX\STX\ETX\DC2\EOT\251\STX\ETB\CAN\n\
\\f\n\
\\STX\EOT\r\DC2\ACK\254\STX\NUL\152\ETX\SOH\n\
\\v\n\
\\ETX\EOT\r\SOH\DC2\EOT\254\STX\b\DLE\n\
\%\n\
\\EOT\EOT\r\STX\NUL\DC2\EOT\128\ETX\EOT\CAN\SUB\ETB Time of last failure.\n\
\\n\
\\SI\n\
\\ENQ\EOT\r\STX\NUL\EOT\DC2\ACK\128\ETX\EOT\254\STX\DC2\n\
\\r\n\
\\ENQ\EOT\r\STX\NUL\ENQ\DC2\EOT\128\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\r\STX\NUL\SOH\DC2\EOT\128\ETX\n\
\\DC3\n\
\\r\n\
\\ENQ\EOT\r\STX\NUL\ETX\DC2\EOT\128\ETX\SYN\ETB\n\
\\140\SOH\n\
\\EOT\EOT\r\STX\SOH\DC2\EOT\134\ETX\EOT\ESC\SUB~\n\
\Lowest amount that failed to forward rounded to whole sats. This may be\n\
\set to zero if the failure is independent of amount.\n\
\\n\
\\SI\n\
\\ENQ\EOT\r\STX\SOH\EOT\DC2\ACK\134\ETX\EOT\128\ETX\CAN\n\
\\r\n\
\\ENQ\EOT\r\STX\SOH\ENQ\DC2\EOT\134\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\r\STX\SOH\SOH\DC2\EOT\134\ETX\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\r\STX\SOH\ETX\DC2\EOT\134\ETX\EM\SUB\n\
\\131\SOH\n\
\\EOT\EOT\r\STX\STX\DC2\EOT\140\ETX\EOT\FS\SUBu\n\
\Lowest amount that failed to forward in millisats. This may be\n\
\set to zero if the failure is independent of amount.\n\
\\n\
\\SI\n\
\\ENQ\EOT\r\STX\STX\EOT\DC2\ACK\140\ETX\EOT\134\ETX\ESC\n\
\\r\n\
\\ENQ\EOT\r\STX\STX\ENQ\DC2\EOT\140\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\r\STX\STX\SOH\DC2\EOT\140\ETX\n\
\\ETB\n\
\\r\n\
\\ENQ\EOT\r\STX\STX\ETX\DC2\EOT\140\ETX\SUB\ESC\n\
\\v\n\
\\ETX\EOT\r\t\DC2\EOT\142\ETX\EOT\SI\n\
\\f\n\
\\EOT\EOT\r\t\NUL\DC2\EOT\142\ETX\r\SO\n\
\\r\n\
\\ENQ\EOT\r\t\NUL\SOH\DC2\EOT\142\ETX\r\SO\n\
\\r\n\
\\ENQ\EOT\r\t\NUL\STX\DC2\EOT\142\ETX\r\SO\n\
\%\n\
\\EOT\EOT\r\STX\ETX\DC2\EOT\145\ETX\EOT\ESC\SUB\ETB Time of last success.\n\
\\n\
\\SI\n\
\\ENQ\EOT\r\STX\ETX\EOT\DC2\ACK\145\ETX\EOT\142\ETX\SI\n\
\\r\n\
\\ENQ\EOT\r\STX\ETX\ENQ\DC2\EOT\145\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\r\STX\ETX\SOH\DC2\EOT\145\ETX\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\r\STX\ETX\ETX\DC2\EOT\145\ETX\EM\SUB\n\
\X\n\
\\EOT\EOT\r\STX\EOT\DC2\EOT\148\ETX\EOT\RS\SUBJ Highest amount that we could successfully forward rounded to whole sats.\n\
\\n\
\\SI\n\
\\ENQ\EOT\r\STX\EOT\EOT\DC2\ACK\148\ETX\EOT\145\ETX\ESC\n\
\\r\n\
\\ENQ\EOT\r\STX\EOT\ENQ\DC2\EOT\148\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\r\STX\EOT\SOH\DC2\EOT\148\ETX\n\
\\EM\n\
\\r\n\
\\ENQ\EOT\r\STX\EOT\ETX\DC2\EOT\148\ETX\FS\GS\n\
\O\n\
\\EOT\EOT\r\STX\ENQ\DC2\EOT\151\ETX\EOT\US\SUBA Highest amount that we could successfully forward in millisats.\n\
\\n\
\\SI\n\
\\ENQ\EOT\r\STX\ENQ\EOT\DC2\ACK\151\ETX\EOT\148\ETX\RS\n\
\\r\n\
\\ENQ\EOT\r\STX\ENQ\ENQ\DC2\EOT\151\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\r\STX\ENQ\SOH\DC2\EOT\151\ETX\n\
\\SUB\n\
\\r\n\
\\ENQ\EOT\r\STX\ENQ\ETX\DC2\EOT\151\ETX\GS\RS\n\
\\f\n\
\\STX\EOT\SO\DC2\ACK\154\ETX\NUL\155\ETX\SOH\n\
\\v\n\
\\ETX\EOT\SO\SOH\DC2\EOT\154\ETX\b&\n\
\\f\n\
\\STX\EOT\SI\DC2\ACK\157\ETX\NUL\162\ETX\SOH\n\
\\v\n\
\\ETX\EOT\SI\SOH\DC2\EOT\157\ETX\b'\n\
\:\n\
\\EOT\EOT\SI\STX\NUL\DC2\EOT\161\ETX\EOT$\SUB,\n\
\Mission control's currently active config.\n\
\\n\
\\SI\n\
\\ENQ\EOT\SI\STX\NUL\EOT\DC2\ACK\161\ETX\EOT\157\ETX)\n\
\\r\n\
\\ENQ\EOT\SI\STX\NUL\ACK\DC2\EOT\161\ETX\EOT\CAN\n\
\\r\n\
\\ENQ\EOT\SI\STX\NUL\SOH\DC2\EOT\161\ETX\EM\US\n\
\\r\n\
\\ENQ\EOT\SI\STX\NUL\ETX\DC2\EOT\161\ETX\"#\n\
\\f\n\
\\STX\EOT\DLE\DC2\ACK\164\ETX\NUL\170\ETX\SOH\n\
\\v\n\
\\ETX\EOT\DLE\SOH\DC2\EOT\164\ETX\b&\n\
\\131\SOH\n\
\\EOT\EOT\DLE\STX\NUL\DC2\EOT\169\ETX\EOT$\SUBu\n\
\The config to set for mission control. Note that all values *must* be set,\n\
\because the full config will be applied.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DLE\STX\NUL\EOT\DC2\ACK\169\ETX\EOT\164\ETX(\n\
\\r\n\
\\ENQ\EOT\DLE\STX\NUL\ACK\DC2\EOT\169\ETX\EOT\CAN\n\
\\r\n\
\\ENQ\EOT\DLE\STX\NUL\SOH\DC2\EOT\169\ETX\EM\US\n\
\\r\n\
\\ENQ\EOT\DLE\STX\NUL\ETX\DC2\EOT\169\ETX\"#\n\
\\f\n\
\\STX\EOT\DC1\DC2\ACK\172\ETX\NUL\173\ETX\SOH\n\
\\v\n\
\\ETX\EOT\DC1\SOH\DC2\EOT\172\ETX\b'\n\
\\f\n\
\\STX\EOT\DC2\DC2\ACK\175\ETX\NUL\213\ETX\SOH\n\
\\v\n\
\\ETX\EOT\DC2\SOH\DC2\EOT\175\ETX\b\FS\n\
\\217\STX\n\
\\EOT\EOT\DC2\STX\NUL\DC2\EOT\183\ETX\EOT!\SUB\202\STX\n\
\The amount of time mission control will take to restore a penalized node\n\
\or channel back to 50% success probability, expressed in seconds. Setting\n\
\this value to a higher value will penalize failures for longer, making\n\
\mission control less likely to route through nodes and channels that we\n\
\have previously recorded failures for.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC2\STX\NUL\EOT\DC2\ACK\183\ETX\EOT\175\ETX\RS\n\
\\r\n\
\\ENQ\EOT\DC2\STX\NUL\ENQ\DC2\EOT\183\ETX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\DC2\STX\NUL\SOH\DC2\EOT\183\ETX\v\FS\n\
\\r\n\
\\ENQ\EOT\DC2\STX\NUL\ETX\DC2\EOT\183\ETX\US \n\
\\156\STX\n\
\\EOT\EOT\DC2\STX\SOH\DC2\EOT\191\ETX\EOT\RS\SUB\141\STX\n\
\The probability of success mission control should assign to hop in a route\n\
\where it has no other information available. Higher values will make mission\n\
\control more willing to try hops that we have no information about, lower\n\
\values will discourage trying these hops.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC2\STX\SOH\EOT\DC2\ACK\191\ETX\EOT\183\ETX!\n\
\\r\n\
\\ENQ\EOT\DC2\STX\SOH\ENQ\DC2\EOT\191\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\DC2\STX\SOH\SOH\DC2\EOT\191\ETX\n\
\\EM\n\
\\r\n\
\\ENQ\EOT\DC2\STX\SOH\ETX\DC2\EOT\191\ETX\FS\GS\n\
\\253\STX\n\
\\EOT\EOT\DC2\STX\STX\DC2\EOT\201\ETX\EOT\NAK\SUB\238\STX\n\
\The importance that mission control should place on historical results,\n\
\expressed as a value in [0;1]. Setting this value to 1 will ignore all\n\
\historical payments and just use the hop probability to assess the\n\
\probability of success for each hop. A zero value ignores hop probability\n\
\completely and relies entirely on historical results, unless none are\n\
\available.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC2\STX\STX\EOT\DC2\ACK\201\ETX\EOT\191\ETX\RS\n\
\\r\n\
\\ENQ\EOT\DC2\STX\STX\ENQ\DC2\EOT\201\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\DC2\STX\STX\SOH\DC2\EOT\201\ETX\n\
\\DLE\n\
\\r\n\
\\ENQ\EOT\DC2\STX\STX\ETX\DC2\EOT\201\ETX\DC3\DC4\n\
\V\n\
\\EOT\EOT\DC2\STX\ETX\DC2\EOT\206\ETX\EOT'\SUBH\n\
\The maximum number of payment results that mission control will store.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC2\STX\ETX\EOT\DC2\ACK\206\ETX\EOT\201\ETX\NAK\n\
\\r\n\
\\ENQ\EOT\DC2\STX\ETX\ENQ\DC2\EOT\206\ETX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\DC2\STX\ETX\SOH\DC2\EOT\206\ETX\v\"\n\
\\r\n\
\\ENQ\EOT\DC2\STX\ETX\ETX\DC2\EOT\206\ETX%&\n\
\\128\SOH\n\
\\EOT\EOT\DC2\STX\EOT\DC2\EOT\212\ETX\EOT.\SUBr\n\
\The minimum time that must have passed since the previously recorded failure\n\
\before we raise the failure amount.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC2\STX\EOT\EOT\DC2\ACK\212\ETX\EOT\206\ETX'\n\
\\r\n\
\\ENQ\EOT\DC2\STX\EOT\ENQ\DC2\EOT\212\ETX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\DC2\STX\EOT\SOH\DC2\EOT\212\ETX\v)\n\
\\r\n\
\\ENQ\EOT\DC2\STX\EOT\ETX\DC2\EOT\212\ETX,-\n\
\\f\n\
\\STX\EOT\DC3\DC2\ACK\215\ETX\NUL\224\ETX\SOH\n\
\\v\n\
\\ETX\EOT\DC3\SOH\DC2\EOT\215\ETX\b\US\n\
\3\n\
\\EOT\EOT\DC3\STX\NUL\DC2\EOT\217\ETX\EOT\CAN\SUB% The source node pubkey of the pair.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC3\STX\NUL\EOT\DC2\ACK\217\ETX\EOT\215\ETX!\n\
\\r\n\
\\ENQ\EOT\DC3\STX\NUL\ENQ\DC2\EOT\217\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\DC3\STX\NUL\SOH\DC2\EOT\217\ETX\n\
\\DC3\n\
\\r\n\
\\ENQ\EOT\DC3\STX\NUL\ETX\DC2\EOT\217\ETX\SYN\ETB\n\
\8\n\
\\EOT\EOT\DC3\STX\SOH\DC2\EOT\220\ETX\EOT\SYN\SUB* The destination node pubkey of the pair.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC3\STX\SOH\EOT\DC2\ACK\220\ETX\EOT\217\ETX\CAN\n\
\\r\n\
\\ENQ\EOT\DC3\STX\SOH\ENQ\DC2\EOT\220\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\DC3\STX\SOH\SOH\DC2\EOT\220\ETX\n\
\\DC1\n\
\\r\n\
\\ENQ\EOT\DC3\STX\SOH\ETX\DC2\EOT\220\ETX\DC4\NAK\n\
\@\n\
\\EOT\EOT\DC3\STX\STX\DC2\EOT\223\ETX\EOT\ETB\SUB2 The amount for which to calculate a probability.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC3\STX\STX\EOT\DC2\ACK\223\ETX\EOT\220\ETX\SYN\n\
\\r\n\
\\ENQ\EOT\DC3\STX\STX\ENQ\DC2\EOT\223\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\DC3\STX\STX\SOH\DC2\EOT\223\ETX\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT\DC3\STX\STX\ETX\DC2\EOT\223\ETX\NAK\SYN\n\
\\f\n\
\\STX\EOT\DC4\DC2\ACK\226\ETX\NUL\232\ETX\SOH\n\
\\v\n\
\\ETX\EOT\DC4\SOH\DC2\EOT\226\ETX\b \n\
\?\n\
\\EOT\EOT\DC4\STX\NUL\DC2\EOT\228\ETX\EOT\ESC\SUB1 The success probability for the requested pair.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC4\STX\NUL\EOT\DC2\ACK\228\ETX\EOT\226\ETX\"\n\
\\r\n\
\\ENQ\EOT\DC4\STX\NUL\ENQ\DC2\EOT\228\ETX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\DC4\STX\NUL\SOH\DC2\EOT\228\ETX\v\SYN\n\
\\r\n\
\\ENQ\EOT\DC4\STX\NUL\ETX\DC2\EOT\228\ETX\EM\SUB\n\
\;\n\
\\EOT\EOT\DC4\STX\SOH\DC2\EOT\231\ETX\EOT\EM\SUB- The historical data for the requested pair.\n\
\\n\
\\SI\n\
\\ENQ\EOT\DC4\STX\SOH\EOT\DC2\ACK\231\ETX\EOT\228\ETX\ESC\n\
\\r\n\
\\ENQ\EOT\DC4\STX\SOH\ACK\DC2\EOT\231\ETX\EOT\f\n\
\\r\n\
\\ENQ\EOT\DC4\STX\SOH\SOH\DC2\EOT\231\ETX\r\DC4\n\
\\r\n\
\\ENQ\EOT\DC4\STX\SOH\ETX\DC2\EOT\231\ETX\ETB\CAN\n\
\\f\n\
\\STX\EOT\NAK\DC2\ACK\234\ETX\NUL\133\EOT\SOH\n\
\\v\n\
\\ETX\EOT\NAK\SOH\DC2\EOT\234\ETX\b\EM\n\
\j\n\
\\EOT\EOT\NAK\STX\NUL\DC2\EOT\239\ETX\EOT\ETB\SUB\\\n\
\The amount to send expressed in msat. If set to zero, the minimum routable\n\
\amount is used.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NAK\STX\NUL\EOT\DC2\ACK\239\ETX\EOT\234\ETX\ESC\n\
\\r\n\
\\ENQ\EOT\NAK\STX\NUL\ENQ\DC2\EOT\239\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\NAK\STX\NUL\SOH\DC2\EOT\239\ETX\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT\NAK\STX\NUL\ETX\DC2\EOT\239\ETX\NAK\SYN\n\
\h\n\
\\EOT\EOT\NAK\STX\SOH\DC2\EOT\245\ETX\EOT\US\SUBZ\n\
\CLTV delta from the current height that should be used for the timelock\n\
\of the final hop\n\
\\n\
\\SI\n\
\\ENQ\EOT\NAK\STX\SOH\EOT\DC2\ACK\245\ETX\EOT\239\ETX\ETB\n\
\\r\n\
\\ENQ\EOT\NAK\STX\SOH\ENQ\DC2\EOT\245\ETX\EOT\t\n\
\\r\n\
\\ENQ\EOT\NAK\STX\SOH\SOH\DC2\EOT\245\ETX\n\
\\SUB\n\
\\r\n\
\\ENQ\EOT\NAK\STX\SOH\ETX\DC2\EOT\245\ETX\GS\RS\n\
\t\n\
\\EOT\EOT\NAK\STX\STX\DC2\EOT\251\ETX\EOT5\SUBf\n\
\The channel id of the channel that must be taken to the first hop. If zero,\n\
\any channel may be used.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NAK\STX\STX\EOT\DC2\ACK\251\ETX\EOT\245\ETX\US\n\
\\r\n\
\\ENQ\EOT\NAK\STX\STX\ENQ\DC2\EOT\251\ETX\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\NAK\STX\STX\SOH\DC2\EOT\251\ETX\v\ESC\n\
\\r\n\
\\ENQ\EOT\NAK\STX\STX\ETX\DC2\EOT\251\ETX\RS\US\n\
\\r\n\
\\ENQ\EOT\NAK\STX\STX\b\DC2\EOT\251\ETX 4\n\
\\SO\n\
\\ACK\EOT\NAK\STX\STX\b\ACK\DC2\EOT\251\ETX!3\n\
\c\n\
\\EOT\EOT\NAK\STX\ETX\DC2\EOT\129\EOT\EOT#\SUBU\n\
\A list of hops that defines the route. This does not include the source hop\n\
\pubkey.\n\
\\n\
\\r\n\
\\ENQ\EOT\NAK\STX\ETX\EOT\DC2\EOT\129\EOT\EOT\f\n\
\\r\n\
\\ENQ\EOT\NAK\STX\ETX\ENQ\DC2\EOT\129\EOT\r\DC2\n\
\\r\n\
\\ENQ\EOT\NAK\STX\ETX\SOH\DC2\EOT\129\EOT\DC3\RS\n\
\\r\n\
\\ENQ\EOT\NAK\STX\ETX\ETX\DC2\EOT\129\EOT!\"\n\
\Y\n\
\\EOT\EOT\NAK\STX\EOT\DC2\EOT\132\EOT\EOT\ESC\SUBK An optional payment addr to be included within the last hop of the route.\n\
\\n\
\\SI\n\
\\ENQ\EOT\NAK\STX\EOT\EOT\DC2\ACK\132\EOT\EOT\129\EOT#\n\
\\r\n\
\\ENQ\EOT\NAK\STX\EOT\ENQ\DC2\EOT\132\EOT\EOT\t\n\
\\r\n\
\\ENQ\EOT\NAK\STX\EOT\SOH\DC2\EOT\132\EOT\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT\NAK\STX\EOT\ETX\DC2\EOT\132\EOT\EM\SUB\n\
\\f\n\
\\STX\EOT\SYN\DC2\ACK\135\EOT\NUL\140\EOT\SOH\n\
\\v\n\
\\ETX\EOT\SYN\SOH\DC2\EOT\135\EOT\b\SUB\n\
\N\n\
\\EOT\EOT\SYN\STX\NUL\DC2\EOT\139\EOT\EOT\SUB\SUB@\n\
\Fully specified route that can be used to execute the payment.\n\
\\n\
\\SI\n\
\\ENQ\EOT\SYN\STX\NUL\EOT\DC2\ACK\139\EOT\EOT\135\EOT\FS\n\
\\r\n\
\\ENQ\EOT\SYN\STX\NUL\ACK\DC2\EOT\139\EOT\EOT\SI\n\
\\r\n\
\\ENQ\EOT\SYN\STX\NUL\SOH\DC2\EOT\139\EOT\DLE\NAK\n\
\\r\n\
\\ENQ\EOT\SYN\STX\NUL\ETX\DC2\EOT\139\EOT\CAN\EM\n\
\\f\n\
\\STX\EOT\ETB\DC2\ACK\142\EOT\NUL\143\EOT\SOH\n\
\\v\n\
\\ETX\EOT\ETB\SOH\DC2\EOT\142\EOT\b\"\n\
\\177\ETX\n\
\\STX\EOT\CAN\DC2\ACK\153\EOT\NUL\202\EOT\SOH\SUB\162\ETX\n\
\HtlcEvent contains the htlc event that was processed. These are served on a\n\
\best-effort basis; events are not persisted, delivery is not guaranteed\n\
\(in the event of a crash in the switch, forward events may be lost) and\n\
\some events may be replayed upon restart. Events consumed from this package\n\
\should be de-duplicated by the htlc's unique combination of incoming and\n\
\outgoing channel id and htlc id. [EXPERIMENTAL]\n\
\\n\
\\v\n\
\\ETX\EOT\CAN\SOH\DC2\EOT\153\EOT\b\DC1\n\
\q\n\
\\EOT\EOT\CAN\STX\NUL\DC2\EOT\158\EOT\EOT#\SUBc\n\
\The short channel id that the incoming htlc arrived at our node on. This\n\
\value is zero for sends.\n\
\\n\
\\SI\n\
\\ENQ\EOT\CAN\STX\NUL\EOT\DC2\ACK\158\EOT\EOT\153\EOT\DC3\n\
\\r\n\
\\ENQ\EOT\CAN\STX\NUL\ENQ\DC2\EOT\158\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\CAN\STX\NUL\SOH\DC2\EOT\158\EOT\v\RS\n\
\\r\n\
\\ENQ\EOT\CAN\STX\NUL\ETX\DC2\EOT\158\EOT!\"\n\
\n\n\
\\EOT\EOT\CAN\STX\SOH\DC2\EOT\164\EOT\EOT#\SUB`\n\
\The short channel id that the outgoing htlc left our node on. This value\n\
\is zero for receives.\n\
\\n\
\\SI\n\
\\ENQ\EOT\CAN\STX\SOH\EOT\DC2\ACK\164\EOT\EOT\158\EOT#\n\
\\r\n\
\\ENQ\EOT\CAN\STX\SOH\ENQ\DC2\EOT\164\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\CAN\STX\SOH\SOH\DC2\EOT\164\EOT\v\RS\n\
\\r\n\
\\ENQ\EOT\CAN\STX\SOH\ETX\DC2\EOT\164\EOT!\"\n\
\t\n\
\\EOT\EOT\CAN\STX\STX\DC2\EOT\170\EOT\EOT \SUBf\n\
\Incoming id is the index of the incoming htlc in the incoming channel.\n\
\This value is zero for sends.\n\
\\n\
\\SI\n\
\\ENQ\EOT\CAN\STX\STX\EOT\DC2\ACK\170\EOT\EOT\164\EOT#\n\
\\r\n\
\\ENQ\EOT\CAN\STX\STX\ENQ\DC2\EOT\170\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\CAN\STX\STX\SOH\DC2\EOT\170\EOT\v\ESC\n\
\\r\n\
\\ENQ\EOT\CAN\STX\STX\ETX\DC2\EOT\170\EOT\RS\US\n\
\w\n\
\\EOT\EOT\CAN\STX\ETX\DC2\EOT\176\EOT\EOT \SUBi\n\
\Outgoing id is the index of the outgoing htlc in the outgoing channel.\n\
\This value is zero for receives.\n\
\\n\
\\SI\n\
\\ENQ\EOT\CAN\STX\ETX\EOT\DC2\ACK\176\EOT\EOT\170\EOT \n\
\\r\n\
\\ENQ\EOT\CAN\STX\ETX\ENQ\DC2\EOT\176\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ETX\SOH\DC2\EOT\176\EOT\v\ESC\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ETX\ETX\DC2\EOT\176\EOT\RS\US\n\
\E\n\
\\EOT\EOT\CAN\STX\EOT\DC2\EOT\181\EOT\EOT\FS\SUB7\n\
\The time in unix nanoseconds that the event occurred.\n\
\\n\
\\SI\n\
\\ENQ\EOT\CAN\STX\EOT\EOT\DC2\ACK\181\EOT\EOT\176\EOT \n\
\\r\n\
\\ENQ\EOT\CAN\STX\EOT\ENQ\DC2\EOT\181\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\CAN\STX\EOT\SOH\DC2\EOT\181\EOT\v\ETB\n\
\\r\n\
\\ENQ\EOT\CAN\STX\EOT\ETX\DC2\EOT\181\EOT\SUB\ESC\n\
\\SO\n\
\\EOT\EOT\CAN\EOT\NUL\DC2\ACK\183\EOT\EOT\188\EOT\ENQ\n\
\\r\n\
\\ENQ\EOT\CAN\EOT\NUL\SOH\DC2\EOT\183\EOT\t\DC2\n\
\\SO\n\
\\ACK\EOT\CAN\EOT\NUL\STX\NUL\DC2\EOT\184\EOT\b\DC4\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\NUL\SOH\DC2\EOT\184\EOT\b\SI\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\NUL\STX\DC2\EOT\184\EOT\DC2\DC3\n\
\\SO\n\
\\ACK\EOT\CAN\EOT\NUL\STX\SOH\DC2\EOT\185\EOT\b\DC1\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\SOH\SOH\DC2\EOT\185\EOT\b\f\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\SOH\STX\DC2\EOT\185\EOT\SI\DLE\n\
\\SO\n\
\\ACK\EOT\CAN\EOT\NUL\STX\STX\DC2\EOT\186\EOT\b\DC4\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\STX\SOH\DC2\EOT\186\EOT\b\SI\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\STX\STX\DC2\EOT\186\EOT\DC2\DC3\n\
\\SO\n\
\\ACK\EOT\CAN\EOT\NUL\STX\ETX\DC2\EOT\187\EOT\b\DC4\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\ETX\SOH\DC2\EOT\187\EOT\b\SI\n\
\\SI\n\
\\a\EOT\CAN\EOT\NUL\STX\ETX\STX\DC2\EOT\187\EOT\DC2\DC3\n\
\a\n\
\\EOT\EOT\CAN\STX\ENQ\DC2\EOT\194\EOT\EOT\GS\SUBS\n\
\The event type indicates whether the htlc was part of a send, receive or\n\
\forward.\n\
\\n\
\\SI\n\
\\ENQ\EOT\CAN\STX\ENQ\EOT\DC2\ACK\194\EOT\EOT\188\EOT\ENQ\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ENQ\ACK\DC2\EOT\194\EOT\EOT\r\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ENQ\SOH\DC2\EOT\194\EOT\SO\CAN\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ENQ\ETX\DC2\EOT\194\EOT\ESC\FS\n\
\\SO\n\
\\EOT\EOT\CAN\b\NUL\DC2\ACK\196\EOT\EOT\201\EOT\ENQ\n\
\\r\n\
\\ENQ\EOT\CAN\b\NUL\SOH\DC2\EOT\196\EOT\n\
\\SI\n\
\\f\n\
\\EOT\EOT\CAN\STX\ACK\DC2\EOT\197\EOT\b'\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ACK\ACK\DC2\EOT\197\EOT\b\DC4\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ACK\SOH\DC2\EOT\197\EOT\NAK\"\n\
\\r\n\
\\ENQ\EOT\CAN\STX\ACK\ETX\DC2\EOT\197\EOT%&\n\
\\f\n\
\\EOT\EOT\CAN\STX\a\DC2\EOT\198\EOT\b0\n\
\\r\n\
\\ENQ\EOT\CAN\STX\a\ACK\DC2\EOT\198\EOT\b\CAN\n\
\\r\n\
\\ENQ\EOT\CAN\STX\a\SOH\DC2\EOT\198\EOT\EM+\n\
\\r\n\
\\ENQ\EOT\CAN\STX\a\ETX\DC2\EOT\198\EOT./\n\
\\f\n\
\\EOT\EOT\CAN\STX\b\DC2\EOT\199\EOT\b%\n\
\\r\n\
\\ENQ\EOT\CAN\STX\b\ACK\DC2\EOT\199\EOT\b\DC3\n\
\\r\n\
\\ENQ\EOT\CAN\STX\b\SOH\DC2\EOT\199\EOT\DC4 \n\
\\r\n\
\\ENQ\EOT\CAN\STX\b\ETX\DC2\EOT\199\EOT#$\n\
\\f\n\
\\EOT\EOT\CAN\STX\t\DC2\EOT\200\EOT\b+\n\
\\r\n\
\\ENQ\EOT\CAN\STX\t\ACK\DC2\EOT\200\EOT\b\NAK\n\
\\r\n\
\\ENQ\EOT\CAN\STX\t\SOH\DC2\EOT\200\EOT\SYN%\n\
\\r\n\
\\ENQ\EOT\CAN\STX\t\ETX\DC2\EOT\200\EOT(*\n\
\\f\n\
\\STX\EOT\EM\DC2\ACK\204\EOT\NUL\216\EOT\SOH\n\
\\v\n\
\\ETX\EOT\EM\SOH\DC2\EOT\204\EOT\b\DLE\n\
\2\n\
\\EOT\EOT\EM\STX\NUL\DC2\EOT\206\EOT\EOT!\SUB$ The timelock on the incoming htlc.\n\
\\n\
\\SI\n\
\\ENQ\EOT\EM\STX\NUL\EOT\DC2\ACK\206\EOT\EOT\204\EOT\DC2\n\
\\r\n\
\\ENQ\EOT\EM\STX\NUL\ENQ\DC2\EOT\206\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\EM\STX\NUL\SOH\DC2\EOT\206\EOT\v\FS\n\
\\r\n\
\\ENQ\EOT\EM\STX\NUL\ETX\DC2\EOT\206\EOT\US \n\
\2\n\
\\EOT\EOT\EM\STX\SOH\DC2\EOT\209\EOT\EOT!\SUB$ The timelock on the outgoing htlc.\n\
\\n\
\\SI\n\
\\ENQ\EOT\EM\STX\SOH\EOT\DC2\ACK\209\EOT\EOT\206\EOT!\n\
\\r\n\
\\ENQ\EOT\EM\STX\SOH\ENQ\DC2\EOT\209\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\EM\STX\SOH\SOH\DC2\EOT\209\EOT\v\FS\n\
\\r\n\
\\ENQ\EOT\EM\STX\SOH\ETX\DC2\EOT\209\EOT\US \n\
\0\n\
\\EOT\EOT\EM\STX\STX\DC2\EOT\212\EOT\EOT!\SUB\" The amount of the incoming htlc.\n\
\\n\
\\SI\n\
\\ENQ\EOT\EM\STX\STX\EOT\DC2\ACK\212\EOT\EOT\209\EOT!\n\
\\r\n\
\\ENQ\EOT\EM\STX\STX\ENQ\DC2\EOT\212\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\EM\STX\STX\SOH\DC2\EOT\212\EOT\v\FS\n\
\\r\n\
\\ENQ\EOT\EM\STX\STX\ETX\DC2\EOT\212\EOT\US \n\
\0\n\
\\EOT\EOT\EM\STX\ETX\DC2\EOT\215\EOT\EOT!\SUB\" The amount of the outgoing htlc.\n\
\\n\
\\SI\n\
\\ENQ\EOT\EM\STX\ETX\EOT\DC2\ACK\215\EOT\EOT\212\EOT!\n\
\\r\n\
\\ENQ\EOT\EM\STX\ETX\ENQ\DC2\EOT\215\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\EM\STX\ETX\SOH\DC2\EOT\215\EOT\v\FS\n\
\\r\n\
\\ENQ\EOT\EM\STX\ETX\ETX\DC2\EOT\215\EOT\US \n\
\\f\n\
\\STX\EOT\SUB\DC2\ACK\218\EOT\NUL\221\EOT\SOH\n\
\\v\n\
\\ETX\EOT\SUB\SOH\DC2\EOT\218\EOT\b\DC4\n\
\H\n\
\\EOT\EOT\SUB\STX\NUL\DC2\EOT\220\EOT\EOT\SYN\SUB: Info contains details about the htlc that was forwarded.\n\
\\n\
\\SI\n\
\\ENQ\EOT\SUB\STX\NUL\EOT\DC2\ACK\220\EOT\EOT\218\EOT\SYN\n\
\\r\n\
\\ENQ\EOT\SUB\STX\NUL\ACK\DC2\EOT\220\EOT\EOT\f\n\
\\r\n\
\\ENQ\EOT\SUB\STX\NUL\SOH\DC2\EOT\220\EOT\r\DC1\n\
\\r\n\
\\ENQ\EOT\SUB\STX\NUL\ETX\DC2\EOT\220\EOT\DC4\NAK\n\
\\f\n\
\\STX\EOT\ESC\DC2\ACK\223\EOT\NUL\224\EOT\SOH\n\
\\v\n\
\\ETX\EOT\ESC\SOH\DC2\EOT\223\EOT\b\CAN\n\
\\f\n\
\\STX\EOT\FS\DC2\ACK\226\EOT\NUL\229\EOT\SOH\n\
\\v\n\
\\ETX\EOT\FS\SOH\DC2\EOT\226\EOT\b\DC3\n\
\&\n\
\\EOT\EOT\FS\STX\NUL\DC2\EOT\228\EOT\EOT\ETB\SUB\CAN The revealed preimage.\n\
\\n\
\\SI\n\
\\ENQ\EOT\FS\STX\NUL\EOT\DC2\ACK\228\EOT\EOT\226\EOT\NAK\n\
\\r\n\
\\ENQ\EOT\FS\STX\NUL\ENQ\DC2\EOT\228\EOT\EOT\t\n\
\\r\n\
\\ENQ\EOT\FS\STX\NUL\SOH\DC2\EOT\228\EOT\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT\FS\STX\NUL\ETX\DC2\EOT\228\EOT\NAK\SYN\n\
\\f\n\
\\STX\EOT\GS\DC2\ACK\231\EOT\NUL\247\EOT\SOH\n\
\\v\n\
\\ETX\EOT\GS\SOH\DC2\EOT\231\EOT\b\NAK\n\
\D\n\
\\EOT\EOT\GS\STX\NUL\DC2\EOT\233\EOT\EOT\SYN\SUB6 Info contains details about the htlc that we failed.\n\
\\n\
\\SI\n\
\\ENQ\EOT\GS\STX\NUL\EOT\DC2\ACK\233\EOT\EOT\231\EOT\ETB\n\
\\r\n\
\\ENQ\EOT\GS\STX\NUL\ACK\DC2\EOT\233\EOT\EOT\f\n\
\\r\n\
\\ENQ\EOT\GS\STX\NUL\SOH\DC2\EOT\233\EOT\r\DC1\n\
\\r\n\
\\ENQ\EOT\GS\STX\NUL\ETX\DC2\EOT\233\EOT\DC4\NAK\n\
\C\n\
\\EOT\EOT\GS\STX\SOH\DC2\EOT\236\EOT\EOT/\SUB5 FailureCode is the BOLT error code for the failure.\n\
\\n\
\\SI\n\
\\ENQ\EOT\GS\STX\SOH\EOT\DC2\ACK\236\EOT\EOT\233\EOT\SYN\n\
\\r\n\
\\ENQ\EOT\GS\STX\SOH\ACK\DC2\EOT\236\EOT\EOT\GS\n\
\\r\n\
\\ENQ\EOT\GS\STX\SOH\SOH\DC2\EOT\236\EOT\RS*\n\
\\r\n\
\\ENQ\EOT\GS\STX\SOH\ETX\DC2\EOT\236\EOT-.\n\
\\238\SOH\n\
\\EOT\EOT\GS\STX\STX\DC2\EOT\243\EOT\EOT%\SUB\223\SOH\n\
\FailureDetail provides additional information about the reason for the\n\
\failure. This detail enriches the information provided by the wire message\n\
\and may be 'no detail' if the wire message requires no additional metadata.\n\
\\n\
\\SI\n\
\\ENQ\EOT\GS\STX\STX\EOT\DC2\ACK\243\EOT\EOT\236\EOT/\n\
\\r\n\
\\ENQ\EOT\GS\STX\STX\ACK\DC2\EOT\243\EOT\EOT\DC1\n\
\\r\n\
\\ENQ\EOT\GS\STX\STX\SOH\DC2\EOT\243\EOT\DC2 \n\
\\r\n\
\\ENQ\EOT\GS\STX\STX\ETX\DC2\EOT\243\EOT#$\n\
\<\n\
\\EOT\EOT\GS\STX\ETX\DC2\EOT\246\EOT\EOT\RS\SUB. A string representation of the link failure.\n\
\\n\
\\SI\n\
\\ENQ\EOT\GS\STX\ETX\EOT\DC2\ACK\246\EOT\EOT\243\EOT%\n\
\\r\n\
\\ENQ\EOT\GS\STX\ETX\ENQ\DC2\EOT\246\EOT\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\GS\STX\ETX\SOH\DC2\EOT\246\EOT\v\EM\n\
\\r\n\
\\ENQ\EOT\GS\STX\ETX\ETX\DC2\EOT\246\EOT\FS\GS\n\
\\f\n\
\\STX\ENQ\NUL\DC2\ACK\249\EOT\NUL\145\ENQ\SOH\n\
\\v\n\
\\ETX\ENQ\NUL\SOH\DC2\EOT\249\EOT\ENQ\DC2\n\
\\f\n\
\\EOT\ENQ\NUL\STX\NUL\DC2\EOT\250\EOT\EOT\DLE\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\NUL\SOH\DC2\EOT\250\EOT\EOT\v\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\NUL\STX\DC2\EOT\250\EOT\SO\SI\n\
\\f\n\
\\EOT\ENQ\NUL\STX\SOH\DC2\EOT\251\EOT\EOT\DC2\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SOH\SOH\DC2\EOT\251\EOT\EOT\r\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SOH\STX\DC2\EOT\251\EOT\DLE\DC1\n\
\\f\n\
\\EOT\ENQ\NUL\STX\STX\DC2\EOT\252\EOT\EOT\NAK\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\STX\SOH\DC2\EOT\252\EOT\EOT\DLE\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\STX\STX\DC2\EOT\252\EOT\DC3\DC4\n\
\\f\n\
\\EOT\ENQ\NUL\STX\ETX\DC2\EOT\253\EOT\EOT\SUB\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\ETX\SOH\DC2\EOT\253\EOT\EOT\NAK\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\ETX\STX\DC2\EOT\253\EOT\CAN\EM\n\
\\f\n\
\\EOT\ENQ\NUL\STX\EOT\DC2\EOT\254\EOT\EOT\EM\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\EOT\SOH\DC2\EOT\254\EOT\EOT\DC4\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\EOT\STX\DC2\EOT\254\EOT\ETB\CAN\n\
\\f\n\
\\EOT\ENQ\NUL\STX\ENQ\DC2\EOT\255\EOT\EOT\EM\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\ENQ\SOH\DC2\EOT\255\EOT\EOT\DC4\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\ENQ\STX\DC2\EOT\255\EOT\ETB\CAN\n\
\\f\n\
\\EOT\ENQ\NUL\STX\ACK\DC2\EOT\128\ENQ\EOT\GS\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\ACK\SOH\DC2\EOT\128\ENQ\EOT\CAN\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\ACK\STX\DC2\EOT\128\ENQ\ESC\FS\n\
\\f\n\
\\EOT\ENQ\NUL\STX\a\DC2\EOT\129\ENQ\EOT\ESC\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\a\SOH\DC2\EOT\129\ENQ\EOT\SYN\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\a\STX\DC2\EOT\129\ENQ\EM\SUB\n\
\\f\n\
\\EOT\ENQ\NUL\STX\b\DC2\EOT\130\ENQ\EOT\CAN\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\b\SOH\DC2\EOT\130\ENQ\EOT\DC3\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\b\STX\DC2\EOT\130\ENQ\SYN\ETB\n\
\\f\n\
\\EOT\ENQ\NUL\STX\t\DC2\EOT\131\ENQ\EOT\SUB\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\t\SOH\DC2\EOT\131\ENQ\EOT\NAK\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\t\STX\DC2\EOT\131\ENQ\CAN\EM\n\
\\f\n\
\\EOT\ENQ\NUL\STX\n\
\\DC2\EOT\132\ENQ\EOT\SUB\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\n\
\\SOH\DC2\EOT\132\ENQ\EOT\DC4\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\n\
\\STX\DC2\EOT\132\ENQ\ETB\EM\n\
\\f\n\
\\EOT\ENQ\NUL\STX\v\DC2\EOT\133\ENQ\EOT\ESC\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\v\SOH\DC2\EOT\133\ENQ\EOT\NAK\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\v\STX\DC2\EOT\133\ENQ\CAN\SUB\n\
\\f\n\
\\EOT\ENQ\NUL\STX\f\DC2\EOT\134\ENQ\EOT!\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\f\SOH\DC2\EOT\134\ENQ\EOT\ESC\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\f\STX\DC2\EOT\134\ENQ\RS \n\
\\f\n\
\\EOT\ENQ\NUL\STX\r\DC2\EOT\135\ENQ\EOT\SUB\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\r\SOH\DC2\EOT\135\ENQ\EOT\DC4\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\r\STX\DC2\EOT\135\ENQ\ETB\EM\n\
\\f\n\
\\EOT\ENQ\NUL\STX\SO\DC2\EOT\136\ENQ\EOT\GS\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SO\SOH\DC2\EOT\136\ENQ\EOT\ETB\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SO\STX\DC2\EOT\136\ENQ\SUB\FS\n\
\\f\n\
\\EOT\ENQ\NUL\STX\SI\DC2\EOT\137\ENQ\EOT\SUB\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SI\SOH\DC2\EOT\137\ENQ\EOT\DC4\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SI\STX\DC2\EOT\137\ENQ\ETB\EM\n\
\\f\n\
\\EOT\ENQ\NUL\STX\DLE\DC2\EOT\138\ENQ\EOT\FS\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DLE\SOH\DC2\EOT\138\ENQ\EOT\SYN\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DLE\STX\DC2\EOT\138\ENQ\EM\ESC\n\
\\f\n\
\\EOT\ENQ\NUL\STX\DC1\DC2\EOT\139\ENQ\EOT\ESC\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC1\SOH\DC2\EOT\139\ENQ\EOT\NAK\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC1\STX\DC2\EOT\139\ENQ\CAN\SUB\n\
\\f\n\
\\EOT\ENQ\NUL\STX\DC2\DC2\EOT\140\ENQ\EOT\SYN\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC2\SOH\DC2\EOT\140\ENQ\EOT\DLE\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC2\STX\DC2\EOT\140\ENQ\DC3\NAK\n\
\\f\n\
\\EOT\ENQ\NUL\STX\DC3\DC2\EOT\141\ENQ\EOT\EM\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC3\SOH\DC2\EOT\141\ENQ\EOT\DC3\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC3\STX\DC2\EOT\141\ENQ\SYN\CAN\n\
\\f\n\
\\EOT\ENQ\NUL\STX\DC4\DC2\EOT\142\ENQ\EOT\EM\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC4\SOH\DC2\EOT\142\ENQ\EOT\DC3\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\DC4\STX\DC2\EOT\142\ENQ\SYN\CAN\n\
\\f\n\
\\EOT\ENQ\NUL\STX\NAK\DC2\EOT\143\ENQ\EOT\EM\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\NAK\SOH\DC2\EOT\143\ENQ\EOT\DC3\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\NAK\STX\DC2\EOT\143\ENQ\SYN\CAN\n\
\\f\n\
\\EOT\ENQ\NUL\STX\SYN\DC2\EOT\144\ENQ\EOT\CAN\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SYN\SOH\DC2\EOT\144\ENQ\EOT\DC2\n\
\\r\n\
\\ENQ\ENQ\NUL\STX\SYN\STX\DC2\EOT\144\ENQ\NAK\ETB\n\
\\f\n\
\\STX\ENQ\SOH\DC2\ACK\147\ENQ\NUL\184\ENQ\SOH\n\
\\v\n\
\\ETX\ENQ\SOH\SOH\DC2\EOT\147\ENQ\ENQ\DC1\n\
\+\n\
\\EOT\ENQ\SOH\STX\NUL\DC2\EOT\151\ENQ\EOT\DC2\SUB\GS\n\
\Payment is still in flight.\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\NUL\SOH\DC2\EOT\151\ENQ\EOT\r\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\NUL\STX\DC2\EOT\151\ENQ\DLE\DC1\n\
\/\n\
\\EOT\ENQ\SOH\STX\SOH\DC2\EOT\156\ENQ\EOT\DC2\SUB!\n\
\Payment completed successfully.\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\SOH\SOH\DC2\EOT\156\ENQ\EOT\r\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\SOH\STX\DC2\EOT\156\ENQ\DLE\DC1\n\
\S\n\
\\EOT\ENQ\SOH\STX\STX\DC2\EOT\161\ENQ\EOT\ETB\SUBE\n\
\There are more routes to try, but the payment timeout was exceeded.\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\STX\SOH\DC2\EOT\161\ENQ\EOT\DC2\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\STX\STX\DC2\EOT\161\ENQ\NAK\SYN\n\
\s\n\
\\EOT\ENQ\SOH\STX\ETX\DC2\EOT\167\ENQ\EOT\CAN\SUBe\n\
\All possible routes were tried and failed permanently. Or were no\n\
\routes to the destination at all.\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\ETX\SOH\DC2\EOT\167\ENQ\EOT\DC3\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\ETX\STX\DC2\EOT\167\ENQ\SYN\ETB\n\
\4\n\
\\EOT\ENQ\SOH\STX\EOT\DC2\EOT\172\ENQ\EOT\NAK\SUB&\n\
\A non-recoverable error has occured.\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\EOT\SOH\DC2\EOT\172\ENQ\EOT\DLE\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\EOT\STX\DC2\EOT\172\ENQ\DC3\DC4\n\
\a\n\
\\EOT\ENQ\SOH\STX\ENQ\DC2\EOT\178\ENQ\EOT)\SUBS\n\
\Payment details incorrect (unknown hash, invalid amt or\n\
\invalid final cltv delta)\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\ENQ\SOH\DC2\EOT\178\ENQ\EOT$\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\ENQ\STX\DC2\EOT\178\ENQ'(\n\
\+\n\
\\EOT\ENQ\SOH\STX\ACK\DC2\EOT\183\ENQ\EOT$\SUB\GS\n\
\Insufficient local balance.\n\
\\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\ACK\SOH\DC2\EOT\183\ENQ\EOT\US\n\
\\r\n\
\\ENQ\ENQ\SOH\STX\ACK\STX\DC2\EOT\183\ENQ\"#\n\
\\f\n\
\\STX\EOT\RS\DC2\ACK\186\ENQ\NUL\201\ENQ\SOH\n\
\\v\n\
\\ETX\EOT\RS\SOH\DC2\EOT\186\ENQ\b\NAK\n\
\0\n\
\\EOT\EOT\RS\STX\NUL\DC2\EOT\188\ENQ\EOT\ESC\SUB\" Current state the payment is in.\n\
\\n\
\\SI\n\
\\ENQ\EOT\RS\STX\NUL\EOT\DC2\ACK\188\ENQ\EOT\186\ENQ\ETB\n\
\\r\n\
\\ENQ\EOT\RS\STX\NUL\ACK\DC2\EOT\188\ENQ\EOT\DLE\n\
\\r\n\
\\ENQ\EOT\RS\STX\NUL\SOH\DC2\EOT\188\ENQ\DC1\SYN\n\
\\r\n\
\\ENQ\EOT\RS\STX\NUL\ETX\DC2\EOT\188\ENQ\EM\SUB\n\
\E\n\
\\EOT\EOT\RS\STX\SOH\DC2\EOT\193\ENQ\EOT\ETB\SUB7\n\
\The pre-image of the payment when state is SUCCEEDED.\n\
\\n\
\\SI\n\
\\ENQ\EOT\RS\STX\SOH\EOT\DC2\ACK\193\ENQ\EOT\188\ENQ\ESC\n\
\\r\n\
\\ENQ\EOT\RS\STX\SOH\ENQ\DC2\EOT\193\ENQ\EOT\t\n\
\\r\n\
\\ENQ\EOT\RS\STX\SOH\SOH\DC2\EOT\193\ENQ\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT\RS\STX\SOH\ETX\DC2\EOT\193\ENQ\NAK\SYN\n\
\\v\n\
\\ETX\EOT\RS\t\DC2\EOT\195\ENQ\EOT\SI\n\
\\f\n\
\\EOT\EOT\RS\t\NUL\DC2\EOT\195\ENQ\r\SO\n\
\\r\n\
\\ENQ\EOT\RS\t\NUL\SOH\DC2\EOT\195\ENQ\r\SO\n\
\\r\n\
\\ENQ\EOT\RS\t\NUL\STX\DC2\EOT\195\ENQ\r\SO\n\
\O\n\
\\EOT\EOT\RS\STX\STX\DC2\EOT\200\ENQ\EOT)\SUBA\n\
\The HTLCs made in attempt to settle the payment [EXPERIMENTAL].\n\
\\n\
\\r\n\
\\ENQ\EOT\RS\STX\STX\EOT\DC2\EOT\200\ENQ\EOT\f\n\
\\r\n\
\\ENQ\EOT\RS\STX\STX\ACK\DC2\EOT\200\ENQ\r\RS\n\
\\r\n\
\\ENQ\EOT\RS\STX\STX\SOH\DC2\EOT\200\ENQ\US$\n\
\\r\n\
\\ENQ\EOT\RS\STX\STX\ETX\DC2\EOT\200\ENQ'(\n\
\\f\n\
\\STX\EOT\US\DC2\ACK\203\ENQ\NUL\209\ENQ\SOH\n\
\\v\n\
\\ETX\EOT\US\SOH\DC2\EOT\203\ENQ\b\DC2\n\
\H\n\
\\EOT\EOT\US\STX\NUL\DC2\EOT\205\ENQ\EOT\ETB\SUB:/ The id of the channel that the is part of this circuit.\n\
\\n\
\\SI\n\
\\ENQ\EOT\US\STX\NUL\EOT\DC2\ACK\205\ENQ\EOT\203\ENQ\DC4\n\
\\r\n\
\\ENQ\EOT\US\STX\NUL\ENQ\DC2\EOT\205\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\US\STX\NUL\SOH\DC2\EOT\205\ENQ\v\DC2\n\
\\r\n\
\\ENQ\EOT\US\STX\NUL\ETX\DC2\EOT\205\ENQ\NAK\SYN\n\
\H\n\
\\EOT\EOT\US\STX\SOH\DC2\EOT\208\ENQ\EOT\ETB\SUB:/ The index of the incoming htlc in the incoming channel.\n\
\\n\
\\SI\n\
\\ENQ\EOT\US\STX\SOH\EOT\DC2\ACK\208\ENQ\EOT\205\ENQ\ETB\n\
\\r\n\
\\ENQ\EOT\US\STX\SOH\ENQ\DC2\EOT\208\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT\US\STX\SOH\SOH\DC2\EOT\208\ENQ\v\DC2\n\
\\r\n\
\\ENQ\EOT\US\STX\SOH\ETX\DC2\EOT\208\ENQ\NAK\SYN\n\
\\f\n\
\\STX\EOT \DC2\ACK\211\ENQ\NUL\247\ENQ\SOH\n\
\\v\n\
\\ETX\EOT \SOH\DC2\EOT\211\ENQ\b#\n\
\q\n\
\\EOT\EOT \STX\NUL\DC2\EOT\216\ENQ\EOT(\SUBc\n\
\The key of this forwarded htlc. It defines the incoming channel id and\n\
\the index in this channel.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\NUL\EOT\DC2\ACK\216\ENQ\EOT\211\ENQ%\n\
\\r\n\
\\ENQ\EOT \STX\NUL\ACK\DC2\EOT\216\ENQ\EOT\SO\n\
\\r\n\
\\ENQ\EOT \STX\NUL\SOH\DC2\EOT\216\ENQ\SI#\n\
\\r\n\
\\ENQ\EOT \STX\NUL\ETX\DC2\EOT\216\ENQ&'\n\
\)\n\
\\EOT\EOT \STX\SOH\DC2\EOT\219\ENQ\EOT$\SUB\ESC The incoming htlc amount.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\SOH\EOT\DC2\ACK\219\ENQ\EOT\216\ENQ(\n\
\\r\n\
\\ENQ\EOT \STX\SOH\ENQ\DC2\EOT\219\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT \STX\SOH\SOH\DC2\EOT\219\ENQ\v\US\n\
\\r\n\
\\ENQ\EOT \STX\SOH\ETX\DC2\EOT\219\ENQ\"#\n\
\)\n\
\\EOT\EOT \STX\STX\DC2\EOT\222\ENQ\EOT\US\SUB\ESC The incoming htlc expiry.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\STX\EOT\DC2\ACK\222\ENQ\EOT\219\ENQ$\n\
\\r\n\
\\ENQ\EOT \STX\STX\ENQ\DC2\EOT\222\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT \STX\STX\SOH\DC2\EOT\222\ENQ\v\SUB\n\
\\r\n\
\\ENQ\EOT \STX\STX\ETX\DC2\EOT\222\ENQ\GS\RS\n\
\]\n\
\\EOT\EOT \STX\ETX\DC2\EOT\228\ENQ\EOT\ESC\SUBO\n\
\The htlc payment hash. This value is not guaranteed to be unique per\n\
\request.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\ETX\EOT\DC2\ACK\228\ENQ\EOT\222\ENQ\US\n\
\\r\n\
\\ENQ\EOT \STX\ETX\ENQ\DC2\EOT\228\ENQ\EOT\t\n\
\\r\n\
\\ENQ\EOT \STX\ETX\SOH\DC2\EOT\228\ENQ\n\
\\SYN\n\
\\r\n\
\\ENQ\EOT \STX\ETX\ETX\DC2\EOT\228\ENQ\EM\SUB\n\
\\133\STX\n\
\\EOT\EOT \STX\EOT\DC2\EOT\234\ENQ\EOT*\SUB\246\SOH The requested outgoing channel id for this forwarded htlc. Because of\n\
\ non-strict forwarding, this isn't necessarily the channel over which the\n\
\ packet will be forwarded eventually. A different channel to the same peer\n\
\ may be selected as well.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\EOT\EOT\DC2\ACK\234\ENQ\EOT\228\ENQ\ESC\n\
\\r\n\
\\ENQ\EOT \STX\EOT\ENQ\DC2\EOT\234\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT \STX\EOT\SOH\DC2\EOT\234\ENQ\v%\n\
\\r\n\
\\ENQ\EOT \STX\EOT\ETX\DC2\EOT\234\ENQ()\n\
\)\n\
\\EOT\EOT \STX\ENQ\DC2\EOT\237\ENQ\EOT$\SUB\ESC The outgoing htlc amount.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\ENQ\EOT\DC2\ACK\237\ENQ\EOT\234\ENQ*\n\
\\r\n\
\\ENQ\EOT \STX\ENQ\ENQ\DC2\EOT\237\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT \STX\ENQ\SOH\DC2\EOT\237\ENQ\v\US\n\
\\r\n\
\\ENQ\EOT \STX\ENQ\ETX\DC2\EOT\237\ENQ\"#\n\
\)\n\
\\EOT\EOT \STX\ACK\DC2\EOT\240\ENQ\EOT\US\SUB\ESC The outgoing htlc expiry.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\ACK\EOT\DC2\ACK\240\ENQ\EOT\237\ENQ$\n\
\\r\n\
\\ENQ\EOT \STX\ACK\ENQ\DC2\EOT\240\ENQ\EOT\n\
\\n\
\\r\n\
\\ENQ\EOT \STX\ACK\SOH\DC2\EOT\240\ENQ\v\SUB\n\
\\r\n\
\\ENQ\EOT \STX\ACK\ETX\DC2\EOT\240\ENQ\GS\RS\n\
\D\n\
\\EOT\EOT \STX\a\DC2\EOT\243\ENQ\EOT*\SUB6 Any custom records that were present in the payload.\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\a\EOT\DC2\ACK\243\ENQ\EOT\240\ENQ\US\n\
\\r\n\
\\ENQ\EOT \STX\a\ACK\DC2\EOT\243\ENQ\EOT\SYN\n\
\\r\n\
\\ENQ\EOT \STX\a\SOH\DC2\EOT\243\ENQ\ETB%\n\
\\r\n\
\\ENQ\EOT \STX\a\ETX\DC2\EOT\243\ENQ()\n\
\/\n\
\\EOT\EOT \STX\b\DC2\EOT\246\ENQ\EOT\EM\SUB! The onion blob for the next hop\n\
\\n\
\\SI\n\
\\ENQ\EOT \STX\b\EOT\DC2\ACK\246\ENQ\EOT\243\ENQ*\n\
\\r\n\
\\ENQ\EOT \STX\b\ENQ\DC2\EOT\246\ENQ\EOT\t\n\
\\r\n\
\\ENQ\EOT \STX\b\SOH\DC2\EOT\246\ENQ\n\
\\DC4\n\
\\r\n\
\\ENQ\EOT \STX\b\ETX\DC2\EOT\246\ENQ\ETB\CAN\n\
\\157\STX\n\
\\STX\EOT!\DC2\ACK\128\ACK\NUL\140\ACK\SOH\SUB\142\STX*\n\
\ForwardHtlcInterceptResponse enables the caller to resolve a previously hold\n\
\forward. The caller can choose either to:\n\
\- `Resume`: Execute the default behavior (usually forward).\n\
\- `Reject`: Fail the htlc backwards.\n\
\- `Settle`: Settle this htlc with a given preimage.\n\
\\n\
\\v\n\
\\ETX\EOT!\SOH\DC2\EOT\128\ACK\b$\n\
\r\n\
\\EOT\EOT!\STX\NUL\DC2\EOT\133\ACK\EOT(\SUBd*\n\
\The key of this forwarded htlc. It defines the incoming channel id and\n\
\the index in this channel.\n\
\\n\
\\SI\n\
\\ENQ\EOT!\STX\NUL\EOT\DC2\ACK\133\ACK\EOT\128\ACK&\n\
\\r\n\
\\ENQ\EOT!\STX\NUL\ACK\DC2\EOT\133\ACK\EOT\SO\n\
\\r\n\
\\ENQ\EOT!\STX\NUL\SOH\DC2\EOT\133\ACK\SI#\n\
\\r\n\
\\ENQ\EOT!\STX\NUL\ETX\DC2\EOT\133\ACK&'\n\
\=\n\
\\EOT\EOT!\STX\SOH\DC2\EOT\136\ACK\EOT(\SUB/ The resolve action for this intercepted htlc.\n\
\\n\
\\SI\n\
\\ENQ\EOT!\STX\SOH\EOT\DC2\ACK\136\ACK\EOT\133\ACK(\n\
\\r\n\
\\ENQ\EOT!\STX\SOH\ACK\DC2\EOT\136\ACK\EOT\FS\n\
\\r\n\
\\ENQ\EOT!\STX\SOH\SOH\DC2\EOT\136\ACK\GS#\n\
\\r\n\
\\ENQ\EOT!\STX\SOH\ETX\DC2\EOT\136\ACK&'\n\
\B\n\
\\EOT\EOT!\STX\STX\DC2\EOT\139\ACK\EOT\ETB\SUB4 The preimage in case the resolve action is Settle.\n\
\\n\
\\SI\n\
\\ENQ\EOT!\STX\STX\EOT\DC2\ACK\139\ACK\EOT\136\ACK(\n\
\\r\n\
\\ENQ\EOT!\STX\STX\ENQ\DC2\EOT\139\ACK\EOT\t\n\
\\r\n\
\\ENQ\EOT!\STX\STX\SOH\DC2\EOT\139\ACK\n\
\\DC2\n\
\\r\n\
\\ENQ\EOT!\STX\STX\ETX\DC2\EOT\139\ACK\NAK\SYN\n\
\\f\n\
\\STX\ENQ\STX\DC2\ACK\142\ACK\NUL\146\ACK\SOH\n\
\\v\n\
\\ETX\ENQ\STX\SOH\DC2\EOT\142\ACK\ENQ\GS\n\
\\f\n\
\\EOT\ENQ\STX\STX\NUL\DC2\EOT\143\ACK\EOT\SI\n\
\\r\n\
\\ENQ\ENQ\STX\STX\NUL\SOH\DC2\EOT\143\ACK\EOT\n\
\\n\
\\r\n\
\\ENQ\ENQ\STX\STX\NUL\STX\DC2\EOT\143\ACK\r\SO\n\
\\f\n\
\\EOT\ENQ\STX\STX\SOH\DC2\EOT\144\ACK\EOT\r\n\
\\r\n\
\\ENQ\ENQ\STX\STX\SOH\SOH\DC2\EOT\144\ACK\EOT\b\n\
\\r\n\
\\ENQ\ENQ\STX\STX\SOH\STX\DC2\EOT\144\ACK\v\f\n\
\\f\n\
\\EOT\ENQ\STX\STX\STX\DC2\EOT\145\ACK\EOT\SI\n\
\\r\n\
\\ENQ\ENQ\STX\STX\STX\SOH\DC2\EOT\145\ACK\EOT\n\
\\n\
\\r\n\
\\ENQ\ENQ\STX\STX\STX\STX\DC2\EOT\145\ACK\r\SO\n\
\\f\n\
\\STX\EOT\"\DC2\ACK\148\ACK\NUL\152\ACK\SOH\n\
\\v\n\
\\ETX\EOT\"\SOH\DC2\EOT\148\ACK\b\US\n\
\\f\n\
\\EOT\EOT\"\STX\NUL\DC2\EOT\149\ACK\EOT&\n\
\\SI\n\
\\ENQ\EOT\"\STX\NUL\EOT\DC2\ACK\149\ACK\EOT\148\ACK!\n\
\\r\n\
\\ENQ\EOT\"\STX\NUL\ACK\DC2\EOT\149\ACK\EOT\SYN\n\
\\r\n\
\\ENQ\EOT\"\STX\NUL\SOH\DC2\EOT\149\ACK\ETB!\n\
\\r\n\
\\ENQ\EOT\"\STX\NUL\ETX\DC2\EOT\149\ACK$%\n\
\\f\n\
\\EOT\EOT\"\STX\SOH\DC2\EOT\151\ACK\EOT \n\
\\SI\n\
\\ENQ\EOT\"\STX\SOH\EOT\DC2\ACK\151\ACK\EOT\149\ACK&\n\
\\r\n\
\\ENQ\EOT\"\STX\SOH\ACK\DC2\EOT\151\ACK\EOT\DC4\n\
\\r\n\
\\ENQ\EOT\"\STX\SOH\SOH\DC2\EOT\151\ACK\NAK\ESC\n\
\\r\n\
\\ENQ\EOT\"\STX\SOH\ETX\DC2\EOT\151\ACK\RS\US\n\
\\f\n\
\\STX\ENQ\ETX\DC2\ACK\154\ACK\NUL\158\ACK\SOH\n\
\\v\n\
\\ETX\ENQ\ETX\SOH\DC2\EOT\154\ACK\ENQ\NAK\n\
\\f\n\
\\EOT\ENQ\ETX\STX\NUL\DC2\EOT\155\ACK\EOT\SI\n\
\\r\n\
\\ENQ\ENQ\ETX\STX\NUL\SOH\DC2\EOT\155\ACK\EOT\n\
\\n\
\\r\n\
\\ENQ\ENQ\ETX\STX\NUL\STX\DC2\EOT\155\ACK\r\SO\n\
\\f\n\
\\EOT\ENQ\ETX\STX\SOH\DC2\EOT\156\ACK\EOT\DLE\n\
\\r\n\
\\ENQ\ENQ\ETX\STX\SOH\SOH\DC2\EOT\156\ACK\EOT\v\n\
\\r\n\
\\ENQ\ENQ\ETX\STX\SOH\STX\DC2\EOT\156\ACK\SO\SI\n\
\\f\n\
\\EOT\ENQ\ETX\STX\STX\DC2\EOT\157\ACK\EOT\r\n\
\\r\n\
\\ENQ\ENQ\ETX\STX\STX\SOH\DC2\EOT\157\ACK\EOT\b\n\
\\r\n\
\\ENQ\ENQ\ETX\STX\STX\STX\DC2\EOT\157\ACK\v\f\n\
\\f\n\
\\STX\EOT#\DC2\ACK\160\ACK\NUL\161\ACK\SOH\n\
\\v\n\
\\ETX\EOT#\SOH\DC2\EOT\160\ACK\b b\ACKproto3"