TS bindings
authorMatt Corallo <git@bluematt.me>
Tue, 12 Jan 2021 16:56:00 +0000 (11:56 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 12 Jan 2021 16:59:27 +0000 (11:59 -0500)
commit822471992c6bf6f9985e531cc5940e4cc35e3e4c
tree158e920ad8b61ca83814cf269d687f4268b5a455
parent6119d62e2597737125c7e37fe5b13065b601e0e9
TS bindings
154 files changed:
ts/bindings.c [new file with mode: 0644]
ts/bindings.ts [new file with mode: 0644]
ts/enums/LDKAccessError.ts [new file with mode: 0644]
ts/enums/LDKChannelMonitorUpdateErr.ts [new file with mode: 0644]
ts/enums/LDKConfirmationTarget.ts [new file with mode: 0644]
ts/enums/LDKLevel.ts [new file with mode: 0644]
ts/enums/LDKNetwork.ts [new file with mode: 0644]
ts/enums/LDKSecp256k1Error.ts [new file with mode: 0644]
ts/structs/APIError.ts [new file with mode: 0644]
ts/structs/AcceptChannel.ts [new file with mode: 0644]
ts/structs/Access.ts [new file with mode: 0644]
ts/structs/AnnouncementSignatures.ts [new file with mode: 0644]
ts/structs/BroadcasterInterface.ts [new file with mode: 0644]
ts/structs/BuiltCommitmentTransaction.ts [new file with mode: 0644]
ts/structs/ChainMonitor.ts [new file with mode: 0644]
ts/structs/ChannelAnnouncement.ts [new file with mode: 0644]
ts/structs/ChannelConfig.ts [new file with mode: 0644]
ts/structs/ChannelDetails.ts [new file with mode: 0644]
ts/structs/ChannelFeatures.ts [new file with mode: 0644]
ts/structs/ChannelHandshakeConfig.ts [new file with mode: 0644]
ts/structs/ChannelHandshakeLimits.ts [new file with mode: 0644]
ts/structs/ChannelInfo.ts [new file with mode: 0644]
ts/structs/ChannelKeys.ts [new file with mode: 0644]
ts/structs/ChannelManager.ts [new file with mode: 0644]
ts/structs/ChannelManagerReadArgs.ts [new file with mode: 0644]
ts/structs/ChannelMessageHandler.ts [new file with mode: 0644]
ts/structs/ChannelMonitor.ts [new file with mode: 0644]
ts/structs/ChannelMonitorUpdate.ts [new file with mode: 0644]
ts/structs/ChannelPublicKeys.ts [new file with mode: 0644]
ts/structs/ChannelReestablish.ts [new file with mode: 0644]
ts/structs/ChannelTransactionParameters.ts [new file with mode: 0644]
ts/structs/ChannelUpdate.ts [new file with mode: 0644]
ts/structs/ClosingSigned.ts [new file with mode: 0644]
ts/structs/CommitmentSigned.ts [new file with mode: 0644]
ts/structs/CommitmentTransaction.ts [new file with mode: 0644]
ts/structs/CommitmentUpdate.ts [new file with mode: 0644]
ts/structs/CommonBase.ts [new file with mode: 0644]
ts/structs/CounterpartyChannelTransactionParameters.ts [new file with mode: 0644]
ts/structs/DataLossProtect.ts [new file with mode: 0644]
ts/structs/DecodeError.ts [new file with mode: 0644]
ts/structs/DirectedChannelTransactionParameters.ts [new file with mode: 0644]
ts/structs/DirectionalChannelInfo.ts [new file with mode: 0644]
ts/structs/ErrorAction.ts [new file with mode: 0644]
ts/structs/ErrorMessage.ts [new file with mode: 0644]
ts/structs/Event.ts [new file with mode: 0644]
ts/structs/EventsProvider.ts [new file with mode: 0644]
ts/structs/FeeEstimator.ts [new file with mode: 0644]
ts/structs/Filter.ts [new file with mode: 0644]
ts/structs/FundingCreated.ts [new file with mode: 0644]
ts/structs/FundingLocked.ts [new file with mode: 0644]
ts/structs/FundingSigned.ts [new file with mode: 0644]
ts/structs/GossipTimestampFilter.ts [new file with mode: 0644]
ts/structs/HTLCFailChannelUpdate.ts [new file with mode: 0644]
ts/structs/HTLCOutputInCommitment.ts [new file with mode: 0644]
ts/structs/HTLCUpdate.ts [new file with mode: 0644]
ts/structs/HolderCommitmentTransaction.ts [new file with mode: 0644]
ts/structs/InMemoryChannelKeys.ts [new file with mode: 0644]
ts/structs/Init.ts [new file with mode: 0644]
ts/structs/InitFeatures.ts [new file with mode: 0644]
ts/structs/KeysInterface.ts [new file with mode: 0644]
ts/structs/KeysManager.ts [new file with mode: 0644]
ts/structs/LightningError.ts [new file with mode: 0644]
ts/structs/LockedNetworkGraph.ts [new file with mode: 0644]
ts/structs/Logger.ts [new file with mode: 0644]
ts/structs/MessageHandler.ts [new file with mode: 0644]
ts/structs/MessageSendEvent.ts [new file with mode: 0644]
ts/structs/MessageSendEventsProvider.ts [new file with mode: 0644]
ts/structs/MonitorEvent.ts [new file with mode: 0644]
ts/structs/MonitorUpdateError.ts [new file with mode: 0644]
ts/structs/NetAddress.ts [new file with mode: 0644]
ts/structs/NetGraphMsgHandler.ts [new file with mode: 0644]
ts/structs/NetworkGraph.ts [new file with mode: 0644]
ts/structs/NodeAnnouncement.ts [new file with mode: 0644]
ts/structs/NodeAnnouncementInfo.ts [new file with mode: 0644]
ts/structs/NodeFeatures.ts [new file with mode: 0644]
ts/structs/NodeInfo.ts [new file with mode: 0644]
ts/structs/OpenChannel.ts [new file with mode: 0644]
ts/structs/OutPoint.ts [new file with mode: 0644]
ts/structs/PaymentSendFailure.ts [new file with mode: 0644]
ts/structs/PeerHandleError.ts [new file with mode: 0644]
ts/structs/PeerManager.ts [new file with mode: 0644]
ts/structs/Persist.ts [new file with mode: 0644]
ts/structs/Ping.ts [new file with mode: 0644]
ts/structs/Pong.ts [new file with mode: 0644]
ts/structs/QueryChannelRange.ts [new file with mode: 0644]
ts/structs/QueryShortChannelIds.ts [new file with mode: 0644]
ts/structs/ReplyChannelRange.ts [new file with mode: 0644]
ts/structs/ReplyShortChannelIdsEnd.ts [new file with mode: 0644]
ts/structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.ts [new file with mode: 0644]
ts/structs/Result_CResult_NetAddressu8ZDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_CVec_SignatureZNoneZ.ts [new file with mode: 0644]
ts/structs/Result_CVec_u8ZPeerHandleErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChanKeySignerDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelMonitorUpdateDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ChannelReestablishDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ErrorMessageDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_GossipTimestampFilterDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_InMemoryChannelKeysDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_InitDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NetAddressu8Z.ts [new file with mode: 0644]
ts/structs/Result_NetworkGraphDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NodeAnnouncementInfoDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NodeInfoDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NoneAPIErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NoneChannelMonitorUpdateErrZ.ts [new file with mode: 0644]
ts/structs/Result_NoneLightningErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NoneMonitorUpdateErrorZ.ts [new file with mode: 0644]
ts/structs/Result_NonePaymentSendFailureZ.ts [new file with mode: 0644]
ts/structs/Result_NonePeerHandleErrorZ.ts [new file with mode: 0644]
ts/structs/Result_PingDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_PongDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_PublicKeySecpErrorZ.ts [new file with mode: 0644]
ts/structs/Result_QueryChannelRangeDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_QueryShortChannelIdsDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ReplyChannelRangeDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_RouteDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_RouteLightningErrorZ.ts [new file with mode: 0644]
ts/structs/Result_RoutingFeesDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_SecretKeySecpErrorZ.ts [new file with mode: 0644]
ts/structs/Result_SignatureNoneZ.ts [new file with mode: 0644]
ts/structs/Result_SpendableOutputDescriptorDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_TrustedCommitmentTransactionNoneZ.ts [new file with mode: 0644]
ts/structs/Result_TxCreationKeysSecpErrorZ.ts [new file with mode: 0644]
ts/structs/Result_TxOutAccessErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UnsignedChannelUpdateDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.ts [new file with mode: 0644]
ts/structs/Result_boolLightningErrorZ.ts [new file with mode: 0644]
ts/structs/Result_boolPeerHandleErrorZ.ts [new file with mode: 0644]
ts/structs/RevokeAndACK.ts [new file with mode: 0644]
ts/structs/Route.ts [new file with mode: 0644]
ts/structs/RouteHint.ts [new file with mode: 0644]
ts/structs/RouteHop.ts [new file with mode: 0644]
ts/structs/RoutingFees.ts [new file with mode: 0644]
ts/structs/RoutingMessageHandler.ts [new file with mode: 0644]
ts/structs/Shutdown.ts [new file with mode: 0644]
ts/structs/SocketDescriptor.ts [new file with mode: 0644]
ts/structs/SpendableOutputDescriptor.ts [new file with mode: 0644]
ts/structs/TrustedCommitmentTransaction.ts [new file with mode: 0644]
ts/structs/TxCreationKeys.ts [new file with mode: 0644]
ts/structs/TxOut.ts [new file with mode: 0644]
ts/structs/UnsignedChannelAnnouncement.ts [new file with mode: 0644]
ts/structs/UnsignedChannelUpdate.ts [new file with mode: 0644]
ts/structs/UnsignedNodeAnnouncement.ts [new file with mode: 0644]
ts/structs/UpdateAddHTLC.ts [new file with mode: 0644]
ts/structs/UpdateFailHTLC.ts [new file with mode: 0644]
ts/structs/UpdateFailMalformedHTLC.ts [new file with mode: 0644]
ts/structs/UpdateFee.ts [new file with mode: 0644]
ts/structs/UpdateFulfillHTLC.ts [new file with mode: 0644]
ts/structs/UserConfig.ts [new file with mode: 0644]
ts/structs/Watch.ts [new file with mode: 0644]