Documentation ¶
Index ¶
- type Field
- type Method
- func Autopilot_ModifyStatus() Method
- func Autopilot_QueryScores() Method
- func Autopilot_SetScores() Method
- func Autopilot_Status() Method
- func ChainNotifier_RegisterBlockEpochNtfn() Method
- func ChainNotifier_RegisterConfirmationsNtfn() Method
- func ChainNotifier_RegisterSpendNtfn() Method
- func Invoices_AddHoldInvoice() Method
- func Invoices_CancelInvoice() Method
- func Invoices_SettleInvoice() Method
- func Invoices_SubscribeSingleInvoice() Method
- func Lightning_AbandonChannel() Method
- func Lightning_AddInvoice() Method
- func Lightning_BcastTransaction() Method
- func Lightning_ChangeSeedPassphrase() Method
- func Lightning_ChannelAcceptor() Method
- func Lightning_ChannelBalance() Method
- func Lightning_CloseChannel() Method
- func Lightning_ClosedChannels() Method
- func Lightning_ConnectPeer() Method
- func Lightning_CreateTransaction() Method
- func Lightning_DebugLevel() Method
- func Lightning_DecodePayReq() Method
- func Lightning_DecodeRawTransaction() Method
- func Lightning_DeleteAllPayments() Method
- func Lightning_DescribeGraph() Method
- func Lightning_DisconnectPeer() Method
- func Lightning_DumpPrivKey() Method
- func Lightning_EstimateFee() Method
- func Lightning_ExportAllChannelBackups() Method
- func Lightning_ExportChannelBackup() Method
- func Lightning_FeeReport() Method
- func Lightning_ForwardingHistory() Method
- func Lightning_FundingStateStep() Method
- func Lightning_GetAddressBalances() Method
- func Lightning_GetChanInfo() Method
- func Lightning_GetInfo() Method
- func Lightning_GetNetworkInfo() Method
- func Lightning_GetNetworkStewardVote() Method
- func Lightning_GetNewAddress() Method
- func Lightning_GetNodeInfo() Method
- func Lightning_GetNodeMetrics() Method
- func Lightning_GetRecoveryInfo() Method
- func Lightning_GetSecret() Method
- func Lightning_GetTransaction() Method
- func Lightning_GetTransactions() Method
- func Lightning_GetWalletSeed() Method
- func Lightning_ImportPrivKey() Method
- func Lightning_ListChannels() Method
- func Lightning_ListInvoices() Method
- func Lightning_ListLockUnspent() Method
- func Lightning_ListPayments() Method
- func Lightning_ListPeers() Method
- func Lightning_ListUnspent() Method
- func Lightning_LockUnspent() Method
- func Lightning_LookupInvoice() Method
- func Lightning_NewAddress() Method
- func Lightning_OpenChannel() Method
- func Lightning_OpenChannelSync() Method
- func Lightning_PendingChannels() Method
- func Lightning_QueryRoutes() Method
- func Lightning_ReSync() Method
- func Lightning_RestoreChannelBackups() Method
- func Lightning_SendCoins() Method
- func Lightning_SendFrom() Method
- func Lightning_SendMany() Method
- func Lightning_SendPayment() Method
- func Lightning_SendPaymentSync() Method
- func Lightning_SendToRoute() Method
- func Lightning_SendToRouteSync() Method
- func Lightning_SetNetworkStewardVote() Method
- func Lightning_SignMessage() Method
- func Lightning_StopDaemon() Method
- func Lightning_StopReSync() Method
- func Lightning_SubscribeChannelBackups() Method
- func Lightning_SubscribeChannelEvents() Method
- func Lightning_SubscribeChannelGraph() Method
- func Lightning_SubscribeInvoices() Method
- func Lightning_SubscribePeerEvents() Method
- func Lightning_SubscribeTransactions() Method
- func Lightning_UpdateChannelPolicy() Method
- func Lightning_VerifyChanBackup() Method
- func Lightning_WalletBalance() Method
- func MetaService_ChangePassword() Method
- func MetaService_CheckPassword() Method
- func MetaService_ForceCrash() Method
- func MetaService_GetInfo2() Method
- func Router_BuildRoute() Method
- func Router_EstimateRouteFee() Method
- func Router_HtlcInterceptor() Method
- func Router_QueryMissionControl() Method
- func Router_QueryProbability() Method
- func Router_ResetMissionControl() Method
- func Router_SendPayment() Method
- func Router_SendPaymentV2() Method
- func Router_SendToRoute() Method
- func Router_SendToRouteV2() Method
- func Router_SubscribeHtlcEvents() Method
- func Router_TrackPayment() Method
- func Router_TrackPaymentV2() Method
- func Signer_ComputeInputScript() Method
- func Signer_DeriveSharedKey() Method
- func Signer_SignMessage() Method
- func Signer_SignOutputRaw() Method
- func Signer_VerifyMessage() Method
- func Versioner_GetVersion() Method
- func WalletKit_BumpFee() Method
- func WalletKit_DeriveKey() Method
- func WalletKit_DeriveNextKey() Method
- func WalletKit_EstimateFee() Method
- func WalletKit_FinalizePsbt() Method
- func WalletKit_FundPsbt() Method
- func WalletKit_LabelTransaction() Method
- func WalletKit_LeaseOutput() Method
- func WalletKit_ListSweeps() Method
- func WalletKit_ListUnspent() Method
- func WalletKit_NextAddr() Method
- func WalletKit_PendingSweeps() Method
- func WalletKit_PublishTransaction() Method
- func WalletKit_ReleaseOutput() Method
- func WalletKit_SendOutputs() Method
- func WalletUnlocker_GenSeed() Method
- func WalletUnlocker_InitWallet() Method
- func WalletUnlocker_UnlockWallet() Method
- func WatchtowerClient_AddTower() Method
- func WatchtowerClient_GetTowerInfo() Method
- func WatchtowerClient_ListTowers() Method
- func WatchtowerClient_Policy() Method
- func WatchtowerClient_RemoveTower() Method
- func WatchtowerClient_Stats() Method
- func Watchtower_GetInfo() Method
- type Type
- type Varient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Method ¶
type Method struct { Name string Service string Category string ShortDescription string Description []string Req Type Res Type }
func Autopilot_ModifyStatus ¶
func Autopilot_ModifyStatus() Method
func Autopilot_QueryScores ¶
func Autopilot_QueryScores() Method
func Autopilot_SetScores ¶
func Autopilot_SetScores() Method
func Autopilot_Status ¶
func Autopilot_Status() Method
func ChainNotifier_RegisterBlockEpochNtfn ¶
func ChainNotifier_RegisterBlockEpochNtfn() Method
func ChainNotifier_RegisterConfirmationsNtfn ¶
func ChainNotifier_RegisterConfirmationsNtfn() Method
func ChainNotifier_RegisterSpendNtfn ¶
func ChainNotifier_RegisterSpendNtfn() Method
func Invoices_AddHoldInvoice ¶
func Invoices_AddHoldInvoice() Method
func Invoices_CancelInvoice ¶
func Invoices_CancelInvoice() Method
func Invoices_SettleInvoice ¶
func Invoices_SettleInvoice() Method
func Invoices_SubscribeSingleInvoice ¶
func Invoices_SubscribeSingleInvoice() Method
func Lightning_AbandonChannel ¶
func Lightning_AbandonChannel() Method
func Lightning_AddInvoice ¶
func Lightning_AddInvoice() Method
func Lightning_BcastTransaction ¶
func Lightning_BcastTransaction() Method
func Lightning_ChangeSeedPassphrase ¶
func Lightning_ChangeSeedPassphrase() Method
func Lightning_ChannelAcceptor ¶
func Lightning_ChannelAcceptor() Method
func Lightning_ChannelBalance ¶
func Lightning_ChannelBalance() Method
func Lightning_CloseChannel ¶
func Lightning_CloseChannel() Method
func Lightning_ClosedChannels ¶
func Lightning_ClosedChannels() Method
func Lightning_ConnectPeer ¶
func Lightning_ConnectPeer() Method
func Lightning_CreateTransaction ¶
func Lightning_CreateTransaction() Method
func Lightning_DebugLevel ¶
func Lightning_DebugLevel() Method
func Lightning_DecodePayReq ¶
func Lightning_DecodePayReq() Method
func Lightning_DecodeRawTransaction ¶
func Lightning_DecodeRawTransaction() Method
func Lightning_DeleteAllPayments ¶
func Lightning_DeleteAllPayments() Method
func Lightning_DescribeGraph ¶
func Lightning_DescribeGraph() Method
func Lightning_DisconnectPeer ¶
func Lightning_DisconnectPeer() Method
func Lightning_DumpPrivKey ¶
func Lightning_DumpPrivKey() Method
func Lightning_EstimateFee ¶
func Lightning_EstimateFee() Method
func Lightning_ExportAllChannelBackups ¶
func Lightning_ExportAllChannelBackups() Method
func Lightning_ExportChannelBackup ¶
func Lightning_ExportChannelBackup() Method
func Lightning_FeeReport ¶
func Lightning_FeeReport() Method
func Lightning_ForwardingHistory ¶
func Lightning_ForwardingHistory() Method
func Lightning_FundingStateStep ¶
func Lightning_FundingStateStep() Method
func Lightning_GetAddressBalances ¶
func Lightning_GetAddressBalances() Method
func Lightning_GetChanInfo ¶
func Lightning_GetChanInfo() Method
func Lightning_GetInfo ¶
func Lightning_GetInfo() Method
func Lightning_GetNetworkInfo ¶
func Lightning_GetNetworkInfo() Method
func Lightning_GetNetworkStewardVote ¶
func Lightning_GetNetworkStewardVote() Method
func Lightning_GetNewAddress ¶
func Lightning_GetNewAddress() Method
func Lightning_GetNodeInfo ¶
func Lightning_GetNodeInfo() Method
func Lightning_GetNodeMetrics ¶
func Lightning_GetNodeMetrics() Method
func Lightning_GetRecoveryInfo ¶
func Lightning_GetRecoveryInfo() Method
func Lightning_GetSecret ¶
func Lightning_GetSecret() Method
func Lightning_GetTransaction ¶
func Lightning_GetTransaction() Method
func Lightning_GetTransactions ¶
func Lightning_GetTransactions() Method
func Lightning_GetWalletSeed ¶
func Lightning_GetWalletSeed() Method
func Lightning_ImportPrivKey ¶
func Lightning_ImportPrivKey() Method
func Lightning_ListChannels ¶
func Lightning_ListChannels() Method
func Lightning_ListInvoices ¶
func Lightning_ListInvoices() Method
func Lightning_ListLockUnspent ¶
func Lightning_ListLockUnspent() Method
func Lightning_ListPayments ¶
func Lightning_ListPayments() Method
func Lightning_ListPeers ¶
func Lightning_ListPeers() Method
func Lightning_ListUnspent ¶
func Lightning_ListUnspent() Method
func Lightning_LockUnspent ¶
func Lightning_LockUnspent() Method
func Lightning_LookupInvoice ¶
func Lightning_LookupInvoice() Method
func Lightning_NewAddress ¶
func Lightning_NewAddress() Method
func Lightning_OpenChannel ¶
func Lightning_OpenChannel() Method
func Lightning_OpenChannelSync ¶
func Lightning_OpenChannelSync() Method
func Lightning_PendingChannels ¶
func Lightning_PendingChannels() Method
func Lightning_QueryRoutes ¶
func Lightning_QueryRoutes() Method
func Lightning_ReSync ¶
func Lightning_ReSync() Method
func Lightning_RestoreChannelBackups ¶
func Lightning_RestoreChannelBackups() Method
func Lightning_SendCoins ¶
func Lightning_SendCoins() Method
func Lightning_SendFrom ¶
func Lightning_SendFrom() Method
func Lightning_SendMany ¶
func Lightning_SendMany() Method
func Lightning_SendPayment ¶
func Lightning_SendPayment() Method
func Lightning_SendPaymentSync ¶
func Lightning_SendPaymentSync() Method
func Lightning_SendToRoute ¶
func Lightning_SendToRoute() Method
func Lightning_SendToRouteSync ¶
func Lightning_SendToRouteSync() Method
func Lightning_SetNetworkStewardVote ¶
func Lightning_SetNetworkStewardVote() Method
func Lightning_SignMessage ¶
func Lightning_SignMessage() Method
func Lightning_StopDaemon ¶
func Lightning_StopDaemon() Method
func Lightning_StopReSync ¶
func Lightning_StopReSync() Method
func Lightning_SubscribeChannelBackups ¶
func Lightning_SubscribeChannelBackups() Method
func Lightning_SubscribeChannelEvents ¶
func Lightning_SubscribeChannelEvents() Method
func Lightning_SubscribeChannelGraph ¶
func Lightning_SubscribeChannelGraph() Method
func Lightning_SubscribeInvoices ¶
func Lightning_SubscribeInvoices() Method
func Lightning_SubscribePeerEvents ¶
func Lightning_SubscribePeerEvents() Method
func Lightning_SubscribeTransactions ¶
func Lightning_SubscribeTransactions() Method
func Lightning_UpdateChannelPolicy ¶
func Lightning_UpdateChannelPolicy() Method
func Lightning_VerifyChanBackup ¶
func Lightning_VerifyChanBackup() Method
func Lightning_WalletBalance ¶
func Lightning_WalletBalance() Method
func MetaService_ChangePassword ¶
func MetaService_ChangePassword() Method
func MetaService_CheckPassword ¶
func MetaService_CheckPassword() Method
func MetaService_ForceCrash ¶
func MetaService_ForceCrash() Method
func MetaService_GetInfo2 ¶
func MetaService_GetInfo2() Method
func Router_BuildRoute ¶
func Router_BuildRoute() Method
func Router_EstimateRouteFee ¶
func Router_EstimateRouteFee() Method
func Router_HtlcInterceptor ¶
func Router_HtlcInterceptor() Method
func Router_QueryMissionControl ¶
func Router_QueryMissionControl() Method
func Router_QueryProbability ¶
func Router_QueryProbability() Method
func Router_ResetMissionControl ¶
func Router_ResetMissionControl() Method
func Router_SendPayment ¶
func Router_SendPayment() Method
func Router_SendPaymentV2 ¶
func Router_SendPaymentV2() Method
func Router_SendToRoute ¶
func Router_SendToRoute() Method
func Router_SendToRouteV2 ¶
func Router_SendToRouteV2() Method
func Router_SubscribeHtlcEvents ¶
func Router_SubscribeHtlcEvents() Method
func Router_TrackPayment ¶
func Router_TrackPayment() Method
func Router_TrackPaymentV2 ¶
func Router_TrackPaymentV2() Method
func Signer_ComputeInputScript ¶
func Signer_ComputeInputScript() Method
func Signer_DeriveSharedKey ¶
func Signer_DeriveSharedKey() Method
func Signer_SignMessage ¶
func Signer_SignMessage() Method
func Signer_SignOutputRaw ¶
func Signer_SignOutputRaw() Method
func Signer_VerifyMessage ¶
func Signer_VerifyMessage() Method
func Versioner_GetVersion ¶
func Versioner_GetVersion() Method
func WalletKit_BumpFee ¶
func WalletKit_BumpFee() Method
func WalletKit_DeriveKey ¶
func WalletKit_DeriveKey() Method
func WalletKit_DeriveNextKey ¶
func WalletKit_DeriveNextKey() Method
func WalletKit_EstimateFee ¶
func WalletKit_EstimateFee() Method
func WalletKit_FinalizePsbt ¶
func WalletKit_FinalizePsbt() Method
func WalletKit_FundPsbt ¶
func WalletKit_FundPsbt() Method
func WalletKit_LabelTransaction ¶
func WalletKit_LabelTransaction() Method
func WalletKit_LeaseOutput ¶
func WalletKit_LeaseOutput() Method
func WalletKit_ListSweeps ¶
func WalletKit_ListSweeps() Method
func WalletKit_ListUnspent ¶
func WalletKit_ListUnspent() Method
func WalletKit_NextAddr ¶
func WalletKit_NextAddr() Method
func WalletKit_PendingSweeps ¶
func WalletKit_PendingSweeps() Method
func WalletKit_PublishTransaction ¶
func WalletKit_PublishTransaction() Method
func WalletKit_ReleaseOutput ¶
func WalletKit_ReleaseOutput() Method
func WalletKit_SendOutputs ¶
func WalletKit_SendOutputs() Method
func WalletUnlocker_GenSeed ¶
func WalletUnlocker_GenSeed() Method
func WalletUnlocker_InitWallet ¶
func WalletUnlocker_InitWallet() Method
func WalletUnlocker_UnlockWallet ¶
func WalletUnlocker_UnlockWallet() Method
func WatchtowerClient_AddTower ¶
func WatchtowerClient_AddTower() Method
func WatchtowerClient_GetTowerInfo ¶
func WatchtowerClient_GetTowerInfo() Method
func WatchtowerClient_ListTowers ¶
func WatchtowerClient_ListTowers() Method
func WatchtowerClient_Policy ¶
func WatchtowerClient_Policy() Method
func WatchtowerClient_RemoveTower ¶
func WatchtowerClient_RemoveTower() Method
func WatchtowerClient_Stats ¶
func WatchtowerClient_Stats() Method
func Watchtower_GetInfo ¶
func Watchtower_GetInfo() Method
Click to show internal directories.
Click to hide internal directories.