breez

package
v0.0.0-...-9dd1545 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2025 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GetSwapPaymentReply_SwapError_name = map[int32]string{
		0: "NO_ERROR",
		1: "FUNDS_EXCEED_LIMIT",
		2: "TX_TOO_SMALL",
		3: "INVOICE_AMOUNT_MISMATCH",
		4: "SWAP_EXPIRED",
	}
	GetSwapPaymentReply_SwapError_value = map[string]int32{
		"NO_ERROR":                0,
		"FUNDS_EXCEED_LIMIT":      1,
		"TX_TOO_SMALL":            2,
		"INVOICE_AMOUNT_MISMATCH": 3,
		"SWAP_EXPIRED":            4,
	}
)

Enum value maps for GetSwapPaymentReply_SwapError.

View Source
var (
	JoinCTPSessionRequest_PartyType_name = map[int32]string{
		0: "PAYER",
		1: "PAYEE",
	}
	JoinCTPSessionRequest_PartyType_value = map[string]int32{
		"PAYER": 0,
		"PAYEE": 1,
	}
)

Enum value maps for JoinCTPSessionRequest_PartyType.

View Source
var (
	RegisterTransactionConfirmationRequest_NotificationType_name = map[int32]string{
		0: "READY_RECEIVE_PAYMENT",
		1: "CHANNEL_OPENED",
	}
	RegisterTransactionConfirmationRequest_NotificationType_value = map[string]int32{
		"READY_RECEIVE_PAYMENT": 0,
		"CHANNEL_OPENED":        1,
	}
)

Enum value maps for RegisterTransactionConfirmationRequest_NotificationType.

View Source
var (
	BreezStatusReply_BreezStatus_name = map[int32]string{
		0: "OPERATIONAL",
		1: "MAINTENANCE",
		2: "SERVICE_DISRUPTION",
	}
	BreezStatusReply_BreezStatus_value = map[string]int32{
		"OPERATIONAL":        0,
		"MAINTENANCE":        1,
		"SERVICE_DISRUPTION": 2,
	}
)

Enum value maps for BreezStatusReply_BreezStatus.

View Source
var CTP_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.CTP",
	HandlerType: (*CTPServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "JoinCTPSession",
			Handler:    _CTP_JoinCTPSession_Handler,
		},
		{
			MethodName: "TerminateCTPSession",
			Handler:    _CTP_TerminateCTPSession_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

CTP_ServiceDesc is the grpc.ServiceDesc for CTP service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var CardOrderer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.CardOrderer",
	HandlerType: (*CardOrdererServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Order",
			Handler:    _CardOrderer_Order_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

CardOrderer_ServiceDesc is the grpc.ServiceDesc for CardOrderer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ChannelOpener_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.ChannelOpener",
	HandlerType: (*ChannelOpenerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "LSPList",
			Handler:    _ChannelOpener_LSPList_Handler,
		},
		{
			MethodName: "LSPFullList",
			Handler:    _ChannelOpener_LSPFullList_Handler,
		},
		{
			MethodName: "RegisterPayment",
			Handler:    _ChannelOpener_RegisterPayment_Handler,
		},
		{
			MethodName: "CheckChannels",
			Handler:    _ChannelOpener_CheckChannels_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

ChannelOpener_ServiceDesc is the grpc.ServiceDesc for ChannelOpener service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_breez_proto protoreflect.FileDescriptor
View Source
var FundManager_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.FundManager",
	HandlerType: (*FundManagerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateChannelPolicy",
			Handler:    _FundManager_UpdateChannelPolicy_Handler,
		},
		{
			MethodName: "AddFundInit",
			Handler:    _FundManager_AddFundInit_Handler,
		},
		{
			MethodName: "AddFundStatus",
			Handler:    _FundManager_AddFundStatus_Handler,
		},
		{
			MethodName: "RemoveFund",
			Handler:    _FundManager_RemoveFund_Handler,
		},
		{
			MethodName: "RedeemRemovedFunds",
			Handler:    _FundManager_RedeemRemovedFunds_Handler,
		},
		{
			MethodName: "GetSwapPayment",
			Handler:    _FundManager_GetSwapPayment_Handler,
		},
		{
			MethodName: "RegisterTransactionConfirmation",
			Handler:    _FundManager_RegisterTransactionConfirmation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

FundManager_ServiceDesc is the grpc.ServiceDesc for FundManager service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var InactiveNotifier_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.InactiveNotifier",
	HandlerType: (*InactiveNotifierServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "InactiveNotify",
			Handler:    _InactiveNotifier_InactiveNotify_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

InactiveNotifier_ServiceDesc is the grpc.ServiceDesc for InactiveNotifier service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Information_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.Information",
	HandlerType: (*InformationServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Ping",
			Handler:    _Information_Ping_Handler,
		},
		{
			MethodName: "Rates",
			Handler:    _Information_Rates_Handler,
		},
		{
			MethodName: "BreezAppVersions",
			Handler:    _Information_BreezAppVersions_Handler,
		},
		{
			MethodName: "ReceiverInfo",
			Handler:    _Information_ReceiverInfo_Handler,
		},
		{
			MethodName: "ChainApiServers",
			Handler:    _Information_ChainApiServers_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

Information_ServiceDesc is the grpc.ServiceDesc for Information service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Invoicer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.Invoicer",
	HandlerType: (*InvoicerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterDevice",
			Handler:    _Invoicer_RegisterDevice_Handler,
		},
		{
			MethodName: "SendInvoice",
			Handler:    _Invoicer_SendInvoice_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

Invoicer_ServiceDesc is the grpc.ServiceDesc for Invoicer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var NodeInfo_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.NodeInfo",
	HandlerType: (*NodeInfoServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetNodeInfo",
			Handler:    _NodeInfo_SetNodeInfo_Handler,
		},
		{
			MethodName: "GetNodeInfo",
			Handler:    _NodeInfo_GetNodeInfo_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

NodeInfo_ServiceDesc is the grpc.ServiceDesc for NodeInfo service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PaymentNotifier_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.PaymentNotifier",
	HandlerType: (*PaymentNotifierServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterPaymentNotification",
			Handler:    _PaymentNotifier_RegisterPaymentNotification_Handler,
		},
		{
			MethodName: "RemovePaymentNotification",
			Handler:    _PaymentNotifier_RemovePaymentNotification_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

PaymentNotifier_ServiceDesc is the grpc.ServiceDesc for PaymentNotifier service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Pos_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.Pos",
	HandlerType: (*PosServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterDevice",
			Handler:    _Pos_RegisterDevice_Handler,
		},
		{
			MethodName: "UploadLogo",
			Handler:    _Pos_UploadLogo_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

Pos_ServiceDesc is the grpc.ServiceDesc for Pos service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PushTxNotifier_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.PushTxNotifier",
	HandlerType: (*PushTxNotifierServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterTxNotification",
			Handler:    _PushTxNotifier_RegisterTxNotification_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

PushTxNotifier_ServiceDesc is the grpc.ServiceDesc for PushTxNotifier service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Signer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.Signer",
	HandlerType: (*SignerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SignUrl",
			Handler:    _Signer_SignUrl_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

Signer_ServiceDesc is the grpc.ServiceDesc for Signer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Support_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.Support",
	HandlerType: (*SupportServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ReportPaymentFailure",
			Handler:    _Support_ReportPaymentFailure_Handler,
		},
		{
			MethodName: "BreezStatus",
			Handler:    _Support_BreezStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

Support_ServiceDesc is the grpc.ServiceDesc for Support service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Swapper_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.Swapper",
	HandlerType: (*SwapperServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddFundInit",
			Handler:    _Swapper_AddFundInit_Handler,
		},
		{
			MethodName: "AddFundStatus",
			Handler:    _Swapper_AddFundStatus_Handler,
		},
		{
			MethodName: "GetSwapPayment",
			Handler:    _Swapper_GetSwapPayment_Handler,
		},
		{
			MethodName: "RedeemSwapPayment",
			Handler:    _Swapper_RedeemSwapPayment_Handler,
		},
		{
			MethodName: "GetReverseRoutingNode",
			Handler:    _Swapper_GetReverseRoutingNode_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

Swapper_ServiceDesc is the grpc.ServiceDesc for Swapper service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SyncNotifier_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.SyncNotifier",
	HandlerType: (*SyncNotifierServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterPeriodicSync",
			Handler:    _SyncNotifier_RegisterPeriodicSync_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

SyncNotifier_ServiceDesc is the grpc.ServiceDesc for SyncNotifier service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TaprootSwapper_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "breez.TaprootSwapper",
	HandlerType: (*TaprootSwapperServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateSwap",
			Handler:    _TaprootSwapper_CreateSwap_Handler,
		},
		{
			MethodName: "PaySwap",
			Handler:    _TaprootSwapper_PaySwap_Handler,
		},
		{
			MethodName: "RefundSwap",
			Handler:    _TaprootSwapper_RefundSwap_Handler,
		},
		{
			MethodName: "SwapParameters",
			Handler:    _TaprootSwapper_SwapParameters_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "breez.proto",
}

TaprootSwapper_ServiceDesc is the grpc.ServiceDesc for TaprootSwapper service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterCTPServer

func RegisterCTPServer(s grpc.ServiceRegistrar, srv CTPServer)

func RegisterCardOrdererServer

func RegisterCardOrdererServer(s grpc.ServiceRegistrar, srv CardOrdererServer)

func RegisterChannelOpenerServer

func RegisterChannelOpenerServer(s grpc.ServiceRegistrar, srv ChannelOpenerServer)

func RegisterFundManagerServer

func RegisterFundManagerServer(s grpc.ServiceRegistrar, srv FundManagerServer)

func RegisterInactiveNotifierServer

func RegisterInactiveNotifierServer(s grpc.ServiceRegistrar, srv InactiveNotifierServer)

func RegisterInformationServer

func RegisterInformationServer(s grpc.ServiceRegistrar, srv InformationServer)

func RegisterInvoicerServer

func RegisterInvoicerServer(s grpc.ServiceRegistrar, srv InvoicerServer)

func RegisterNodeInfoServer

func RegisterNodeInfoServer(s grpc.ServiceRegistrar, srv NodeInfoServer)

func RegisterPaymentNotifierServer

func RegisterPaymentNotifierServer(s grpc.ServiceRegistrar, srv PaymentNotifierServer)

func RegisterPosServer

func RegisterPosServer(s grpc.ServiceRegistrar, srv PosServer)

func RegisterPushTxNotifierServer

func RegisterPushTxNotifierServer(s grpc.ServiceRegistrar, srv PushTxNotifierServer)

func RegisterSignerServer

func RegisterSignerServer(s grpc.ServiceRegistrar, srv SignerServer)

func RegisterSupportServer

func RegisterSupportServer(s grpc.ServiceRegistrar, srv SupportServer)

func RegisterSwapperServer

func RegisterSwapperServer(s grpc.ServiceRegistrar, srv SwapperServer)

func RegisterSyncNotifierServer

func RegisterSyncNotifierServer(s grpc.ServiceRegistrar, srv SyncNotifierServer)

func RegisterTaprootSwapperServer

func RegisterTaprootSwapperServer(s grpc.ServiceRegistrar, srv TaprootSwapperServer)

Types

type AddFundInitReply

type AddFundInitReply struct {
	Address           string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Pubkey            []byte `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	LockHeight        int64  `protobuf:"varint,3,opt,name=lockHeight,proto3" json:"lockHeight,omitempty"`
	MaxAllowedDeposit int64  `protobuf:"varint,4,opt,name=maxAllowedDeposit,proto3" json:"maxAllowedDeposit,omitempty"`
	ErrorMessage      string `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	RequiredReserve   int64  `protobuf:"varint,6,opt,name=requiredReserve,proto3" json:"requiredReserve,omitempty"`
	MinAllowedDeposit int64  `protobuf:"varint,7,opt,name=minAllowedDeposit,proto3" json:"minAllowedDeposit,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFundInitReply) Descriptor deprecated

func (*AddFundInitReply) Descriptor() ([]byte, []int)

Deprecated: Use AddFundInitReply.ProtoReflect.Descriptor instead.

func (*AddFundInitReply) GetAddress

func (x *AddFundInitReply) GetAddress() string

func (*AddFundInitReply) GetErrorMessage

func (x *AddFundInitReply) GetErrorMessage() string

func (*AddFundInitReply) GetLockHeight

func (x *AddFundInitReply) GetLockHeight() int64

func (*AddFundInitReply) GetMaxAllowedDeposit

func (x *AddFundInitReply) GetMaxAllowedDeposit() int64

func (*AddFundInitReply) GetMinAllowedDeposit

func (x *AddFundInitReply) GetMinAllowedDeposit() int64

func (*AddFundInitReply) GetPubkey

func (x *AddFundInitReply) GetPubkey() []byte

func (*AddFundInitReply) GetRequiredReserve

func (x *AddFundInitReply) GetRequiredReserve() int64

func (*AddFundInitReply) ProtoMessage

func (*AddFundInitReply) ProtoMessage()

func (*AddFundInitReply) ProtoReflect

func (x *AddFundInitReply) ProtoReflect() protoreflect.Message

func (*AddFundInitReply) Reset

func (x *AddFundInitReply) Reset()

func (*AddFundInitReply) String

func (x *AddFundInitReply) String() string

type AddFundInitRequest

type AddFundInitRequest struct {
	NodeID            string `protobuf:"bytes,1,opt,name=nodeID,proto3" json:"nodeID,omitempty"`
	NotificationToken string `protobuf:"bytes,2,opt,name=notificationToken,proto3" json:"notificationToken,omitempty"`
	Pubkey            []byte `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	Hash              []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	Version           int32  `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFundInitRequest) Descriptor deprecated

func (*AddFundInitRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddFundInitRequest.ProtoReflect.Descriptor instead.

func (*AddFundInitRequest) GetHash

func (x *AddFundInitRequest) GetHash() []byte

func (*AddFundInitRequest) GetNodeID

func (x *AddFundInitRequest) GetNodeID() string

func (*AddFundInitRequest) GetNotificationToken

func (x *AddFundInitRequest) GetNotificationToken() string

func (*AddFundInitRequest) GetPubkey

func (x *AddFundInitRequest) GetPubkey() []byte

func (*AddFundInitRequest) GetVersion

func (x *AddFundInitRequest) GetVersion() int32

func (*AddFundInitRequest) ProtoMessage

func (*AddFundInitRequest) ProtoMessage()

func (*AddFundInitRequest) ProtoReflect

func (x *AddFundInitRequest) ProtoReflect() protoreflect.Message

func (*AddFundInitRequest) Reset

func (x *AddFundInitRequest) Reset()

func (*AddFundInitRequest) String

func (x *AddFundInitRequest) String() string

type AddFundStatusReply

type AddFundStatusReply struct {
	Statuses map[string]*AddFundStatusReply_AddressStatus `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddFundStatusReply) Descriptor deprecated

func (*AddFundStatusReply) Descriptor() ([]byte, []int)

Deprecated: Use AddFundStatusReply.ProtoReflect.Descriptor instead.

func (*AddFundStatusReply) GetStatuses

func (*AddFundStatusReply) ProtoMessage

func (*AddFundStatusReply) ProtoMessage()

func (*AddFundStatusReply) ProtoReflect

func (x *AddFundStatusReply) ProtoReflect() protoreflect.Message

func (*AddFundStatusReply) Reset

func (x *AddFundStatusReply) Reset()

func (*AddFundStatusReply) String

func (x *AddFundStatusReply) String() string

type AddFundStatusReply_AddressStatus

type AddFundStatusReply_AddressStatus struct {
	Tx        string `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Amount    int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Confirmed bool   `protobuf:"varint,3,opt,name=confirmed,proto3" json:"confirmed,omitempty"`
	BlockHash string `protobuf:"bytes,4,opt,name=blockHash,proto3" json:"blockHash,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFundStatusReply_AddressStatus) Descriptor deprecated

func (*AddFundStatusReply_AddressStatus) Descriptor() ([]byte, []int)

Deprecated: Use AddFundStatusReply_AddressStatus.ProtoReflect.Descriptor instead.

func (*AddFundStatusReply_AddressStatus) GetAmount

func (x *AddFundStatusReply_AddressStatus) GetAmount() int64

func (*AddFundStatusReply_AddressStatus) GetBlockHash

func (x *AddFundStatusReply_AddressStatus) GetBlockHash() string

func (*AddFundStatusReply_AddressStatus) GetConfirmed

func (x *AddFundStatusReply_AddressStatus) GetConfirmed() bool

func (*AddFundStatusReply_AddressStatus) GetTx

func (*AddFundStatusReply_AddressStatus) ProtoMessage

func (*AddFundStatusReply_AddressStatus) ProtoMessage()

func (*AddFundStatusReply_AddressStatus) ProtoReflect

func (*AddFundStatusReply_AddressStatus) Reset

func (*AddFundStatusReply_AddressStatus) String

type AddFundStatusRequest

type AddFundStatusRequest struct {
	Addresses         []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	NotificationToken string   `protobuf:"bytes,2,opt,name=notificationToken,proto3" json:"notificationToken,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFundStatusRequest) Descriptor deprecated

func (*AddFundStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddFundStatusRequest.ProtoReflect.Descriptor instead.

func (*AddFundStatusRequest) GetAddresses

func (x *AddFundStatusRequest) GetAddresses() []string

func (*AddFundStatusRequest) GetNotificationToken

func (x *AddFundStatusRequest) GetNotificationToken() string

func (*AddFundStatusRequest) ProtoMessage

func (*AddFundStatusRequest) ProtoMessage()

func (*AddFundStatusRequest) ProtoReflect

func (x *AddFundStatusRequest) ProtoReflect() protoreflect.Message

func (*AddFundStatusRequest) Reset

func (x *AddFundStatusRequest) Reset()

func (*AddFundStatusRequest) String

func (x *AddFundStatusRequest) String() string

type BoltzReverseSwapLockupTx

type BoltzReverseSwapLockupTx struct {
	BoltzId            string `protobuf:"bytes,1,opt,name=boltz_id,json=boltzId,proto3" json:"boltz_id,omitempty"`
	TimeoutBlockHeight uint32 `protobuf:"varint,2,opt,name=timeout_block_height,json=timeoutBlockHeight,proto3" json:"timeout_block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*BoltzReverseSwapLockupTx) Descriptor deprecated

func (*BoltzReverseSwapLockupTx) Descriptor() ([]byte, []int)

Deprecated: Use BoltzReverseSwapLockupTx.ProtoReflect.Descriptor instead.

func (*BoltzReverseSwapLockupTx) GetBoltzId

func (x *BoltzReverseSwapLockupTx) GetBoltzId() string

func (*BoltzReverseSwapLockupTx) GetTimeoutBlockHeight

func (x *BoltzReverseSwapLockupTx) GetTimeoutBlockHeight() uint32

func (*BoltzReverseSwapLockupTx) ProtoMessage

func (*BoltzReverseSwapLockupTx) ProtoMessage()

func (*BoltzReverseSwapLockupTx) ProtoReflect

func (x *BoltzReverseSwapLockupTx) ProtoReflect() protoreflect.Message

func (*BoltzReverseSwapLockupTx) Reset

func (x *BoltzReverseSwapLockupTx) Reset()

func (*BoltzReverseSwapLockupTx) String

func (x *BoltzReverseSwapLockupTx) String() string

type BreezAppVersionsReply

type BreezAppVersionsReply struct {
	Version []string `protobuf:"bytes,1,rep,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*BreezAppVersionsReply) Descriptor deprecated

func (*BreezAppVersionsReply) Descriptor() ([]byte, []int)

Deprecated: Use BreezAppVersionsReply.ProtoReflect.Descriptor instead.

func (*BreezAppVersionsReply) GetVersion

func (x *BreezAppVersionsReply) GetVersion() []string

func (*BreezAppVersionsReply) ProtoMessage

func (*BreezAppVersionsReply) ProtoMessage()

func (*BreezAppVersionsReply) ProtoReflect

func (x *BreezAppVersionsReply) ProtoReflect() protoreflect.Message

func (*BreezAppVersionsReply) Reset

func (x *BreezAppVersionsReply) Reset()

func (*BreezAppVersionsReply) String

func (x *BreezAppVersionsReply) String() string

type BreezAppVersionsRequest

type BreezAppVersionsRequest struct {
	// contains filtered or unexported fields
}

func (*BreezAppVersionsRequest) Descriptor deprecated

func (*BreezAppVersionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use BreezAppVersionsRequest.ProtoReflect.Descriptor instead.

func (*BreezAppVersionsRequest) ProtoMessage

func (*BreezAppVersionsRequest) ProtoMessage()

func (*BreezAppVersionsRequest) ProtoReflect

func (x *BreezAppVersionsRequest) ProtoReflect() protoreflect.Message

func (*BreezAppVersionsRequest) Reset

func (x *BreezAppVersionsRequest) Reset()

func (*BreezAppVersionsRequest) String

func (x *BreezAppVersionsRequest) String() string

type BreezStatusReply

type BreezStatusReply struct {
	Status BreezStatusReply_BreezStatus `protobuf:"varint,1,opt,name=status,proto3,enum=breez.BreezStatusReply_BreezStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*BreezStatusReply) Descriptor deprecated

func (*BreezStatusReply) Descriptor() ([]byte, []int)

Deprecated: Use BreezStatusReply.ProtoReflect.Descriptor instead.

func (*BreezStatusReply) GetStatus

func (*BreezStatusReply) ProtoMessage

func (*BreezStatusReply) ProtoMessage()

func (*BreezStatusReply) ProtoReflect

func (x *BreezStatusReply) ProtoReflect() protoreflect.Message

func (*BreezStatusReply) Reset

func (x *BreezStatusReply) Reset()

func (*BreezStatusReply) String

func (x *BreezStatusReply) String() string

type BreezStatusReply_BreezStatus

type BreezStatusReply_BreezStatus int32
const (
	BreezStatusReply_OPERATIONAL        BreezStatusReply_BreezStatus = 0
	BreezStatusReply_MAINTENANCE        BreezStatusReply_BreezStatus = 1
	BreezStatusReply_SERVICE_DISRUPTION BreezStatusReply_BreezStatus = 2
)

func (BreezStatusReply_BreezStatus) Descriptor

func (BreezStatusReply_BreezStatus) Enum

func (BreezStatusReply_BreezStatus) EnumDescriptor deprecated

func (BreezStatusReply_BreezStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use BreezStatusReply_BreezStatus.Descriptor instead.

func (BreezStatusReply_BreezStatus) Number

func (BreezStatusReply_BreezStatus) String

func (BreezStatusReply_BreezStatus) Type

type BreezStatusRequest

type BreezStatusRequest struct {
	// contains filtered or unexported fields
}

func (*BreezStatusRequest) Descriptor deprecated

func (*BreezStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use BreezStatusRequest.ProtoReflect.Descriptor instead.

func (*BreezStatusRequest) ProtoMessage

func (*BreezStatusRequest) ProtoMessage()

func (*BreezStatusRequest) ProtoReflect

func (x *BreezStatusRequest) ProtoReflect() protoreflect.Message

func (*BreezStatusRequest) Reset

func (x *BreezStatusRequest) Reset()

func (*BreezStatusRequest) String

func (x *BreezStatusRequest) String() string

type CTPClient

type CTPClient interface {
	JoinCTPSession(ctx context.Context, in *JoinCTPSessionRequest, opts ...grpc.CallOption) (*JoinCTPSessionResponse, error)
	TerminateCTPSession(ctx context.Context, in *TerminateCTPSessionRequest, opts ...grpc.CallOption) (*TerminateCTPSessionResponse, error)
}

CTPClient is the client API for CTP service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewCTPClient

func NewCTPClient(cc grpc.ClientConnInterface) CTPClient

type CTPServer

type CTPServer interface {
	JoinCTPSession(context.Context, *JoinCTPSessionRequest) (*JoinCTPSessionResponse, error)
	TerminateCTPSession(context.Context, *TerminateCTPSessionRequest) (*TerminateCTPSessionResponse, error)
	// contains filtered or unexported methods
}

CTPServer is the server API for CTP service. All implementations must embed UnimplementedCTPServer for forward compatibility

type Captcha

type Captcha struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Image []byte `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*Captcha) Descriptor deprecated

func (*Captcha) Descriptor() ([]byte, []int)

Deprecated: Use Captcha.ProtoReflect.Descriptor instead.

func (*Captcha) GetId

func (x *Captcha) GetId() string

func (*Captcha) GetImage

func (x *Captcha) GetImage() []byte

func (*Captcha) ProtoMessage

func (*Captcha) ProtoMessage()

func (*Captcha) ProtoReflect

func (x *Captcha) ProtoReflect() protoreflect.Message

func (*Captcha) Reset

func (x *Captcha) Reset()

func (*Captcha) String

func (x *Captcha) String() string

type CardOrdererClient

type CardOrdererClient interface {
	Order(ctx context.Context, in *OrderRequest, opts ...grpc.CallOption) (*OrderReply, error)
}

CardOrdererClient is the client API for CardOrderer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type CardOrdererServer

type CardOrdererServer interface {
	Order(context.Context, *OrderRequest) (*OrderReply, error)
	// contains filtered or unexported methods
}

CardOrdererServer is the server API for CardOrderer service. All implementations must embed UnimplementedCardOrdererServer for forward compatibility

type ChainApiServersReply

type ChainApiServersReply struct {
	Servers []*ChainApiServersReply_ChainAPIServer `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*ChainApiServersReply) Descriptor deprecated

func (*ChainApiServersReply) Descriptor() ([]byte, []int)

Deprecated: Use ChainApiServersReply.ProtoReflect.Descriptor instead.

func (*ChainApiServersReply) GetServers

func (*ChainApiServersReply) ProtoMessage

func (*ChainApiServersReply) ProtoMessage()

func (*ChainApiServersReply) ProtoReflect

func (x *ChainApiServersReply) ProtoReflect() protoreflect.Message

func (*ChainApiServersReply) Reset

func (x *ChainApiServersReply) Reset()

func (*ChainApiServersReply) String

func (x *ChainApiServersReply) String() string

type ChainApiServersReply_ChainAPIServer

type ChainApiServersReply_ChainAPIServer struct {
	ServerType    string `protobuf:"bytes,1,opt,name=server_type,json=serverType,proto3" json:"server_type,omitempty"`
	ServerBaseUrl string `protobuf:"bytes,2,opt,name=server_base_url,json=serverBaseUrl,proto3" json:"server_base_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ChainApiServersReply_ChainAPIServer) Descriptor deprecated

func (*ChainApiServersReply_ChainAPIServer) Descriptor() ([]byte, []int)

Deprecated: Use ChainApiServersReply_ChainAPIServer.ProtoReflect.Descriptor instead.

func (*ChainApiServersReply_ChainAPIServer) GetServerBaseUrl

func (x *ChainApiServersReply_ChainAPIServer) GetServerBaseUrl() string

func (*ChainApiServersReply_ChainAPIServer) GetServerType

func (x *ChainApiServersReply_ChainAPIServer) GetServerType() string

func (*ChainApiServersReply_ChainAPIServer) ProtoMessage

func (*ChainApiServersReply_ChainAPIServer) ProtoMessage()

func (*ChainApiServersReply_ChainAPIServer) ProtoReflect

func (*ChainApiServersReply_ChainAPIServer) Reset

func (*ChainApiServersReply_ChainAPIServer) String

type ChainApiServersRequest

type ChainApiServersRequest struct {
	// contains filtered or unexported fields
}

func (*ChainApiServersRequest) Descriptor deprecated

func (*ChainApiServersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChainApiServersRequest.ProtoReflect.Descriptor instead.

func (*ChainApiServersRequest) ProtoMessage

func (*ChainApiServersRequest) ProtoMessage()

func (*ChainApiServersRequest) ProtoReflect

func (x *ChainApiServersRequest) ProtoReflect() protoreflect.Message

func (*ChainApiServersRequest) Reset

func (x *ChainApiServersRequest) Reset()

func (*ChainApiServersRequest) String

func (x *ChainApiServersRequest) String() string

type ChannelOpenerClient

type ChannelOpenerClient interface {
	LSPList(ctx context.Context, in *LSPListRequest, opts ...grpc.CallOption) (*LSPListReply, error)
	// Returns active and historical LSPs used by a node.
	// In the response, the LSP with a non-empty fee list is active, the LSPs with an empty fee list are historical.
	LSPFullList(ctx context.Context, in *LSPFullListRequest, opts ...grpc.CallOption) (*LSPFullListReply, error)
	RegisterPayment(ctx context.Context, in *RegisterPaymentRequest, opts ...grpc.CallOption) (*RegisterPaymentReply, error)
	CheckChannels(ctx context.Context, in *CheckChannelsRequest, opts ...grpc.CallOption) (*CheckChannelsReply, error)
}

ChannelOpenerClient is the client API for ChannelOpener service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ChannelOpenerServer

type ChannelOpenerServer interface {
	LSPList(context.Context, *LSPListRequest) (*LSPListReply, error)
	// Returns active and historical LSPs used by a node.
	// In the response, the LSP with a non-empty fee list is active, the LSPs with an empty fee list are historical.
	LSPFullList(context.Context, *LSPFullListRequest) (*LSPFullListReply, error)
	RegisterPayment(context.Context, *RegisterPaymentRequest) (*RegisterPaymentReply, error)
	CheckChannels(context.Context, *CheckChannelsRequest) (*CheckChannelsReply, error)
	// contains filtered or unexported methods
}

ChannelOpenerServer is the server API for ChannelOpener service. All implementations must embed UnimplementedChannelOpenerServer for forward compatibility

type CheckChannelsReply

type CheckChannelsReply struct {
	Blob []byte `protobuf:"bytes,2,opt,name=blob,proto3" json:"blob,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckChannelsReply) Descriptor deprecated

func (*CheckChannelsReply) Descriptor() ([]byte, []int)

Deprecated: Use CheckChannelsReply.ProtoReflect.Descriptor instead.

func (*CheckChannelsReply) GetBlob

func (x *CheckChannelsReply) GetBlob() []byte

func (*CheckChannelsReply) ProtoMessage

func (*CheckChannelsReply) ProtoMessage()

func (*CheckChannelsReply) ProtoReflect

func (x *CheckChannelsReply) ProtoReflect() protoreflect.Message

func (*CheckChannelsReply) Reset

func (x *CheckChannelsReply) Reset()

func (*CheckChannelsReply) String

func (x *CheckChannelsReply) String() string

type CheckChannelsRequest

type CheckChannelsRequest struct {
	LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	Blob  []byte `protobuf:"bytes,2,opt,name=blob,proto3" json:"blob,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckChannelsRequest) Descriptor deprecated

func (*CheckChannelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckChannelsRequest.ProtoReflect.Descriptor instead.

func (*CheckChannelsRequest) GetBlob

func (x *CheckChannelsRequest) GetBlob() []byte

func (*CheckChannelsRequest) GetLspId

func (x *CheckChannelsRequest) GetLspId() string

func (*CheckChannelsRequest) ProtoMessage

func (*CheckChannelsRequest) ProtoMessage()

func (*CheckChannelsRequest) ProtoReflect

func (x *CheckChannelsRequest) ProtoReflect() protoreflect.Message

func (*CheckChannelsRequest) Reset

func (x *CheckChannelsRequest) Reset()

func (*CheckChannelsRequest) String

func (x *CheckChannelsRequest) String() string

type CreateSwapRequest

type CreateSwapRequest struct {
	Hash         []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	RefundPubkey []byte `protobuf:"bytes,2,opt,name=refund_pubkey,json=refundPubkey,proto3" json:"refund_pubkey,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSwapRequest) Descriptor deprecated

func (*CreateSwapRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSwapRequest.ProtoReflect.Descriptor instead.

func (*CreateSwapRequest) GetHash

func (x *CreateSwapRequest) GetHash() []byte

func (*CreateSwapRequest) GetRefundPubkey

func (x *CreateSwapRequest) GetRefundPubkey() []byte

func (*CreateSwapRequest) ProtoMessage

func (*CreateSwapRequest) ProtoMessage()

func (*CreateSwapRequest) ProtoReflect

func (x *CreateSwapRequest) ProtoReflect() protoreflect.Message

func (*CreateSwapRequest) Reset

func (x *CreateSwapRequest) Reset()

func (*CreateSwapRequest) String

func (x *CreateSwapRequest) String() string

type CreateSwapResponse

type CreateSwapResponse struct {
	Address     string          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ClaimPubkey []byte          `protobuf:"bytes,2,opt,name=claim_pubkey,json=claimPubkey,proto3" json:"claim_pubkey,omitempty"`
	LockTime    uint32          `protobuf:"varint,3,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"`
	Parameters  *SwapParameters `protobuf:"bytes,4,opt,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSwapResponse) Descriptor deprecated

func (*CreateSwapResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateSwapResponse.ProtoReflect.Descriptor instead.

func (*CreateSwapResponse) GetAddress

func (x *CreateSwapResponse) GetAddress() string

func (*CreateSwapResponse) GetClaimPubkey

func (x *CreateSwapResponse) GetClaimPubkey() []byte

func (*CreateSwapResponse) GetLockTime

func (x *CreateSwapResponse) GetLockTime() uint32

func (*CreateSwapResponse) GetParameters

func (x *CreateSwapResponse) GetParameters() *SwapParameters

func (*CreateSwapResponse) ProtoMessage

func (*CreateSwapResponse) ProtoMessage()

func (*CreateSwapResponse) ProtoReflect

func (x *CreateSwapResponse) ProtoReflect() protoreflect.Message

func (*CreateSwapResponse) Reset

func (x *CreateSwapResponse) Reset()

func (*CreateSwapResponse) String

func (x *CreateSwapResponse) String() string

type FundManagerClient

type FundManagerClient interface {
	UpdateChannelPolicy(ctx context.Context, in *UpdateChannelPolicyRequest, opts ...grpc.CallOption) (*UpdateChannelPolicyReply, error)
	AddFundInit(ctx context.Context, in *AddFundInitRequest, opts ...grpc.CallOption) (*AddFundInitReply, error)
	AddFundStatus(ctx context.Context, in *AddFundStatusRequest, opts ...grpc.CallOption) (*AddFundStatusReply, error)
	RemoveFund(ctx context.Context, in *RemoveFundRequest, opts ...grpc.CallOption) (*RemoveFundReply, error)
	RedeemRemovedFunds(ctx context.Context, in *RedeemRemovedFundsRequest, opts ...grpc.CallOption) (*RedeemRemovedFundsReply, error)
	GetSwapPayment(ctx context.Context, in *GetSwapPaymentRequest, opts ...grpc.CallOption) (*GetSwapPaymentReply, error)
	RegisterTransactionConfirmation(ctx context.Context, in *RegisterTransactionConfirmationRequest, opts ...grpc.CallOption) (*RegisterTransactionConfirmationResponse, error)
}

FundManagerClient is the client API for FundManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FundManagerServer

FundManagerServer is the server API for FundManager service. All implementations must embed UnimplementedFundManagerServer for forward compatibility

type GetNodeInfoRequest

type GetNodeInfoRequest struct {
	Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	Key    string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNodeInfoRequest) Descriptor deprecated

func (*GetNodeInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeInfoRequest.ProtoReflect.Descriptor instead.

func (*GetNodeInfoRequest) GetKey

func (x *GetNodeInfoRequest) GetKey() string

func (*GetNodeInfoRequest) GetPubkey

func (x *GetNodeInfoRequest) GetPubkey() []byte

func (*GetNodeInfoRequest) ProtoMessage

func (*GetNodeInfoRequest) ProtoMessage()

func (*GetNodeInfoRequest) ProtoReflect

func (x *GetNodeInfoRequest) ProtoReflect() protoreflect.Message

func (*GetNodeInfoRequest) Reset

func (x *GetNodeInfoRequest) Reset()

func (*GetNodeInfoRequest) String

func (x *GetNodeInfoRequest) String() string

type GetNodeInfoResponse

type GetNodeInfoResponse struct {
	Value     []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Timestamp int64  `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNodeInfoResponse) Descriptor deprecated

func (*GetNodeInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeInfoResponse.ProtoReflect.Descriptor instead.

func (*GetNodeInfoResponse) GetSignature

func (x *GetNodeInfoResponse) GetSignature() []byte

func (*GetNodeInfoResponse) GetTimestamp

func (x *GetNodeInfoResponse) GetTimestamp() int64

func (*GetNodeInfoResponse) GetValue

func (x *GetNodeInfoResponse) GetValue() []byte

func (*GetNodeInfoResponse) ProtoMessage

func (*GetNodeInfoResponse) ProtoMessage()

func (*GetNodeInfoResponse) ProtoReflect

func (x *GetNodeInfoResponse) ProtoReflect() protoreflect.Message

func (*GetNodeInfoResponse) Reset

func (x *GetNodeInfoResponse) Reset()

func (*GetNodeInfoResponse) String

func (x *GetNodeInfoResponse) String() string

type GetReverseRoutingNodeReply

type GetReverseRoutingNodeReply struct {
	NodeId []byte `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReverseRoutingNodeReply) Descriptor deprecated

func (*GetReverseRoutingNodeReply) Descriptor() ([]byte, []int)

Deprecated: Use GetReverseRoutingNodeReply.ProtoReflect.Descriptor instead.

func (*GetReverseRoutingNodeReply) GetNodeId

func (x *GetReverseRoutingNodeReply) GetNodeId() []byte

func (*GetReverseRoutingNodeReply) ProtoMessage

func (*GetReverseRoutingNodeReply) ProtoMessage()

func (*GetReverseRoutingNodeReply) ProtoReflect

func (*GetReverseRoutingNodeReply) Reset

func (x *GetReverseRoutingNodeReply) Reset()

func (*GetReverseRoutingNodeReply) String

func (x *GetReverseRoutingNodeReply) String() string

type GetReverseRoutingNodeRequest

type GetReverseRoutingNodeRequest struct {
	// contains filtered or unexported fields
}

func (*GetReverseRoutingNodeRequest) Descriptor deprecated

func (*GetReverseRoutingNodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetReverseRoutingNodeRequest.ProtoReflect.Descriptor instead.

func (*GetReverseRoutingNodeRequest) ProtoMessage

func (*GetReverseRoutingNodeRequest) ProtoMessage()

func (*GetReverseRoutingNodeRequest) ProtoReflect

func (*GetReverseRoutingNodeRequest) Reset

func (x *GetReverseRoutingNodeRequest) Reset()

func (*GetReverseRoutingNodeRequest) String

type GetSwapPaymentReply

type GetSwapPaymentReply struct {
	PaymentError string `protobuf:"bytes,1,opt,name=paymentError,proto3" json:"paymentError,omitempty"`
	// deprecated
	FundsExceededLimit bool                          `protobuf:"varint,2,opt,name=funds_exceeded_limit,json=fundsExceededLimit,proto3" json:"funds_exceeded_limit,omitempty"`
	SwapError          GetSwapPaymentReply_SwapError `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSwapPaymentReply) Descriptor deprecated

func (*GetSwapPaymentReply) Descriptor() ([]byte, []int)

Deprecated: Use GetSwapPaymentReply.ProtoReflect.Descriptor instead.

func (*GetSwapPaymentReply) GetFundsExceededLimit

func (x *GetSwapPaymentReply) GetFundsExceededLimit() bool

func (*GetSwapPaymentReply) GetPaymentError

func (x *GetSwapPaymentReply) GetPaymentError() string

func (*GetSwapPaymentReply) GetSwapError

func (*GetSwapPaymentReply) ProtoMessage

func (*GetSwapPaymentReply) ProtoMessage()

func (*GetSwapPaymentReply) ProtoReflect

func (x *GetSwapPaymentReply) ProtoReflect() protoreflect.Message

func (*GetSwapPaymentReply) Reset

func (x *GetSwapPaymentReply) Reset()

func (*GetSwapPaymentReply) String

func (x *GetSwapPaymentReply) String() string

type GetSwapPaymentReply_SwapError

type GetSwapPaymentReply_SwapError int32
const (
	GetSwapPaymentReply_NO_ERROR                GetSwapPaymentReply_SwapError = 0
	GetSwapPaymentReply_FUNDS_EXCEED_LIMIT      GetSwapPaymentReply_SwapError = 1
	GetSwapPaymentReply_TX_TOO_SMALL            GetSwapPaymentReply_SwapError = 2
	GetSwapPaymentReply_INVOICE_AMOUNT_MISMATCH GetSwapPaymentReply_SwapError = 3
	GetSwapPaymentReply_SWAP_EXPIRED            GetSwapPaymentReply_SwapError = 4
)

func (GetSwapPaymentReply_SwapError) Descriptor

func (GetSwapPaymentReply_SwapError) Enum

func (GetSwapPaymentReply_SwapError) EnumDescriptor deprecated

func (GetSwapPaymentReply_SwapError) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetSwapPaymentReply_SwapError.Descriptor instead.

func (GetSwapPaymentReply_SwapError) Number

func (GetSwapPaymentReply_SwapError) String

func (GetSwapPaymentReply_SwapError) Type

type GetSwapPaymentRequest

type GetSwapPaymentRequest struct {
	PaymentRequest string `protobuf:"bytes,1,opt,name=paymentRequest,proto3" json:"paymentRequest,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSwapPaymentRequest) Descriptor deprecated

func (*GetSwapPaymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSwapPaymentRequest.ProtoReflect.Descriptor instead.

func (*GetSwapPaymentRequest) GetPaymentRequest

func (x *GetSwapPaymentRequest) GetPaymentRequest() string

func (*GetSwapPaymentRequest) ProtoMessage

func (*GetSwapPaymentRequest) ProtoMessage()

func (*GetSwapPaymentRequest) ProtoReflect

func (x *GetSwapPaymentRequest) ProtoReflect() protoreflect.Message

func (*GetSwapPaymentRequest) Reset

func (x *GetSwapPaymentRequest) Reset()

func (*GetSwapPaymentRequest) String

func (x *GetSwapPaymentRequest) String() string

type InactiveNotifierClient

type InactiveNotifierClient interface {
	InactiveNotify(ctx context.Context, in *InactiveNotifyRequest, opts ...grpc.CallOption) (*InactiveNotifyResponse, error)
}

InactiveNotifierClient is the client API for InactiveNotifier service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type InactiveNotifierServer

type InactiveNotifierServer interface {
	InactiveNotify(context.Context, *InactiveNotifyRequest) (*InactiveNotifyResponse, error)
	// contains filtered or unexported methods
}

InactiveNotifierServer is the server API for InactiveNotifier service. All implementations must embed UnimplementedInactiveNotifierServer for forward compatibility

type InactiveNotifyRequest

type InactiveNotifyRequest struct {
	Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	Days   int32  `protobuf:"varint,2,opt,name=days,proto3" json:"days,omitempty"`
	// contains filtered or unexported fields
}

func (*InactiveNotifyRequest) Descriptor deprecated

func (*InactiveNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InactiveNotifyRequest.ProtoReflect.Descriptor instead.

func (*InactiveNotifyRequest) GetDays

func (x *InactiveNotifyRequest) GetDays() int32

func (*InactiveNotifyRequest) GetPubkey

func (x *InactiveNotifyRequest) GetPubkey() []byte

func (*InactiveNotifyRequest) ProtoMessage

func (*InactiveNotifyRequest) ProtoMessage()

func (*InactiveNotifyRequest) ProtoReflect

func (x *InactiveNotifyRequest) ProtoReflect() protoreflect.Message

func (*InactiveNotifyRequest) Reset

func (x *InactiveNotifyRequest) Reset()

func (*InactiveNotifyRequest) String

func (x *InactiveNotifyRequest) String() string

type InactiveNotifyResponse

type InactiveNotifyResponse struct {
	// contains filtered or unexported fields
}

func (*InactiveNotifyResponse) Descriptor deprecated

func (*InactiveNotifyResponse) Descriptor() ([]byte, []int)

Deprecated: Use InactiveNotifyResponse.ProtoReflect.Descriptor instead.

func (*InactiveNotifyResponse) ProtoMessage

func (*InactiveNotifyResponse) ProtoMessage()

func (*InactiveNotifyResponse) ProtoReflect

func (x *InactiveNotifyResponse) ProtoReflect() protoreflect.Message

func (*InactiveNotifyResponse) Reset

func (x *InactiveNotifyResponse) Reset()

func (*InactiveNotifyResponse) String

func (x *InactiveNotifyResponse) String() string

type InformationClient

type InformationClient interface {
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingReply, error)
	Rates(ctx context.Context, in *RatesRequest, opts ...grpc.CallOption) (*RatesReply, error)
	BreezAppVersions(ctx context.Context, in *BreezAppVersionsRequest, opts ...grpc.CallOption) (*BreezAppVersionsReply, error)
	ReceiverInfo(ctx context.Context, in *ReceiverInfoRequest, opts ...grpc.CallOption) (*ReceiverInfoReply, error)
	ChainApiServers(ctx context.Context, in *ChainApiServersRequest, opts ...grpc.CallOption) (*ChainApiServersReply, error)
}

InformationClient is the client API for Information service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type InformationServer

type InformationServer interface {
	Ping(context.Context, *PingRequest) (*PingReply, error)
	Rates(context.Context, *RatesRequest) (*RatesReply, error)
	BreezAppVersions(context.Context, *BreezAppVersionsRequest) (*BreezAppVersionsReply, error)
	ReceiverInfo(context.Context, *ReceiverInfoRequest) (*ReceiverInfoReply, error)
	ChainApiServers(context.Context, *ChainApiServersRequest) (*ChainApiServersReply, error)
	// contains filtered or unexported methods
}

InformationServer is the server API for Information service. All implementations must embed UnimplementedInformationServer for forward compatibility

type InvoiceReply

type InvoiceReply struct {
	Error string `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceReply) Descriptor deprecated

func (*InvoiceReply) Descriptor() ([]byte, []int)

Deprecated: Use InvoiceReply.ProtoReflect.Descriptor instead.

func (*InvoiceReply) GetError

func (x *InvoiceReply) GetError() string

func (*InvoiceReply) ProtoMessage

func (*InvoiceReply) ProtoMessage()

func (*InvoiceReply) ProtoReflect

func (x *InvoiceReply) ProtoReflect() protoreflect.Message

func (*InvoiceReply) Reset

func (x *InvoiceReply) Reset()

func (*InvoiceReply) String

func (x *InvoiceReply) String() string

type InvoicerClient

type InvoicerClient interface {
	RegisterDevice(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterReply, error)
	SendInvoice(ctx context.Context, in *PaymentRequest, opts ...grpc.CallOption) (*InvoiceReply, error)
}

InvoicerClient is the client API for Invoicer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewInvoicerClient

func NewInvoicerClient(cc grpc.ClientConnInterface) InvoicerClient

type InvoicerServer

type InvoicerServer interface {
	RegisterDevice(context.Context, *RegisterRequest) (*RegisterReply, error)
	SendInvoice(context.Context, *PaymentRequest) (*InvoiceReply, error)
	// contains filtered or unexported methods
}

InvoicerServer is the server API for Invoicer service. All implementations must embed UnimplementedInvoicerServer for forward compatibility

type JoinCTPSessionRequest

type JoinCTPSessionRequest struct {
	PartyType         JoinCTPSessionRequest_PartyType `protobuf:"varint,1,opt,name=partyType,proto3,enum=breez.JoinCTPSessionRequest_PartyType" json:"partyType,omitempty"`
	PartyName         string                          `protobuf:"bytes,2,opt,name=partyName,proto3" json:"partyName,omitempty"`
	NotificationToken string                          `protobuf:"bytes,3,opt,name=notificationToken,proto3" json:"notificationToken,omitempty"`
	SessionID         string                          `protobuf:"bytes,4,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinCTPSessionRequest) Descriptor deprecated

func (*JoinCTPSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use JoinCTPSessionRequest.ProtoReflect.Descriptor instead.

func (*JoinCTPSessionRequest) GetNotificationToken

func (x *JoinCTPSessionRequest) GetNotificationToken() string

func (*JoinCTPSessionRequest) GetPartyName

func (x *JoinCTPSessionRequest) GetPartyName() string

func (*JoinCTPSessionRequest) GetPartyType

func (*JoinCTPSessionRequest) GetSessionID

func (x *JoinCTPSessionRequest) GetSessionID() string

func (*JoinCTPSessionRequest) ProtoMessage

func (*JoinCTPSessionRequest) ProtoMessage()

func (*JoinCTPSessionRequest) ProtoReflect

func (x *JoinCTPSessionRequest) ProtoReflect() protoreflect.Message

func (*JoinCTPSessionRequest) Reset

func (x *JoinCTPSessionRequest) Reset()

func (*JoinCTPSessionRequest) String

func (x *JoinCTPSessionRequest) String() string

type JoinCTPSessionRequest_PartyType

type JoinCTPSessionRequest_PartyType int32
const (
	JoinCTPSessionRequest_PAYER JoinCTPSessionRequest_PartyType = 0
	JoinCTPSessionRequest_PAYEE JoinCTPSessionRequest_PartyType = 1
)

func (JoinCTPSessionRequest_PartyType) Descriptor

func (JoinCTPSessionRequest_PartyType) Enum

func (JoinCTPSessionRequest_PartyType) EnumDescriptor deprecated

func (JoinCTPSessionRequest_PartyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use JoinCTPSessionRequest_PartyType.Descriptor instead.

func (JoinCTPSessionRequest_PartyType) Number

func (JoinCTPSessionRequest_PartyType) String

func (JoinCTPSessionRequest_PartyType) Type

type JoinCTPSessionResponse

type JoinCTPSessionResponse struct {
	SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	Expiry    int64  `protobuf:"varint,2,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinCTPSessionResponse) Descriptor deprecated

func (*JoinCTPSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use JoinCTPSessionResponse.ProtoReflect.Descriptor instead.

func (*JoinCTPSessionResponse) GetExpiry

func (x *JoinCTPSessionResponse) GetExpiry() int64

func (*JoinCTPSessionResponse) GetSessionID

func (x *JoinCTPSessionResponse) GetSessionID() string

func (*JoinCTPSessionResponse) ProtoMessage

func (*JoinCTPSessionResponse) ProtoMessage()

func (*JoinCTPSessionResponse) ProtoReflect

func (x *JoinCTPSessionResponse) ProtoReflect() protoreflect.Message

func (*JoinCTPSessionResponse) Reset

func (x *JoinCTPSessionResponse) Reset()

func (*JoinCTPSessionResponse) String

func (x *JoinCTPSessionResponse) String() string

type LSPFullListReply

type LSPFullListReply struct {
	Lsps []*LSPInformation `protobuf:"bytes,1,rep,name=lsps,proto3" json:"lsps,omitempty"`
	// contains filtered or unexported fields
}

func (*LSPFullListReply) Descriptor deprecated

func (*LSPFullListReply) Descriptor() ([]byte, []int)

Deprecated: Use LSPFullListReply.ProtoReflect.Descriptor instead.

func (*LSPFullListReply) GetLsps

func (x *LSPFullListReply) GetLsps() []*LSPInformation

func (*LSPFullListReply) ProtoMessage

func (*LSPFullListReply) ProtoMessage()

func (*LSPFullListReply) ProtoReflect

func (x *LSPFullListReply) ProtoReflect() protoreflect.Message

func (*LSPFullListReply) Reset

func (x *LSPFullListReply) Reset()

func (*LSPFullListReply) String

func (x *LSPFullListReply) String() string

type LSPFullListRequest

type LSPFullListRequest struct {

	// / The identity pubkey of the client
	Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// contains filtered or unexported fields
}

func (*LSPFullListRequest) Descriptor deprecated

func (*LSPFullListRequest) Descriptor() ([]byte, []int)

Deprecated: Use LSPFullListRequest.ProtoReflect.Descriptor instead.

func (*LSPFullListRequest) GetPubkey

func (x *LSPFullListRequest) GetPubkey() string

func (*LSPFullListRequest) ProtoMessage

func (*LSPFullListRequest) ProtoMessage()

func (*LSPFullListRequest) ProtoReflect

func (x *LSPFullListRequest) ProtoReflect() protoreflect.Message

func (*LSPFullListRequest) Reset

func (x *LSPFullListRequest) Reset()

func (*LSPFullListRequest) String

func (x *LSPFullListRequest) String() string

type LSPInformation

type LSPInformation struct {

	// / The name of of lsp
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// / The name of of lsp
	WidgetUrl string `protobuf:"bytes,2,opt,name=widget_url,proto3" json:"widget_url,omitempty"`
	// / The identity pubkey of the Lightning node
	Pubkey string `protobuf:"bytes,3,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// / The network location of the lightning node, e.g. `12.34.56.78:9012` or `localhost:10011`
	Host string `protobuf:"bytes,4,opt,name=host,proto3" json:"host,omitempty"`
	// / The channel capacity in satoshis
	ChannelCapacity int64 `protobuf:"varint,5,opt,name=channel_capacity,proto3" json:"channel_capacity,omitempty"`
	// / The target number of blocks that the funding transaction should be confirmed by.
	TargetConf int32 `protobuf:"varint,6,opt,name=target_conf,proto3" json:"target_conf,omitempty"`
	// / The base fee charged regardless of the number of milli-satoshis sent.
	BaseFeeMsat int64 `protobuf:"varint,7,opt,name=base_fee_msat,proto3" json:"base_fee_msat,omitempty"`
	// / The effective fee rate in milli-satoshis. The precision of this value goes up to 6 decimal places, so 1e-6.
	FeeRate float64 `protobuf:"fixed64,8,opt,name=fee_rate,proto3" json:"fee_rate,omitempty"`
	// / The required timelock delta for HTLCs forwarded over the channel.
	TimeLockDelta uint32 `protobuf:"varint,9,opt,name=time_lock_delta,proto3" json:"time_lock_delta,omitempty"`
	// / The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
	MinHtlcMsat int64 `protobuf:"varint,10,opt,name=min_htlc_msat,proto3" json:"min_htlc_msat,omitempty"`
	// Deprecated: Marked as deprecated in breez.proto.
	ChannelFeePermyriad int64  `protobuf:"varint,11,opt,name=channel_fee_permyriad,json=channelFeePermyriad,proto3" json:"channel_fee_permyriad,omitempty"`
	LspPubkey           []byte `protobuf:"bytes,12,opt,name=lsp_pubkey,json=lspPubkey,proto3" json:"lsp_pubkey,omitempty"`
	// The channel can be closed if not used this duration in seconds.
	//
	// Deprecated: Marked as deprecated in breez.proto.
	MaxInactiveDuration int64 `protobuf:"varint,13,opt,name=max_inactive_duration,json=maxInactiveDuration,proto3" json:"max_inactive_duration,omitempty"`
	// Deprecated: Marked as deprecated in breez.proto.
	ChannelMinimumFeeMsat int64               `` /* 130-byte string literal not displayed */
	OpeningFeeParamsMenu  []*OpeningFeeParams `` /* 126-byte string literal not displayed */
	Id                    string              `protobuf:"bytes,16,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*LSPInformation) Descriptor deprecated

func (*LSPInformation) Descriptor() ([]byte, []int)

Deprecated: Use LSPInformation.ProtoReflect.Descriptor instead.

func (*LSPInformation) GetBaseFeeMsat

func (x *LSPInformation) GetBaseFeeMsat() int64

func (*LSPInformation) GetChannelCapacity

func (x *LSPInformation) GetChannelCapacity() int64

func (*LSPInformation) GetChannelFeePermyriad deprecated

func (x *LSPInformation) GetChannelFeePermyriad() int64

Deprecated: Marked as deprecated in breez.proto.

func (*LSPInformation) GetChannelMinimumFeeMsat deprecated

func (x *LSPInformation) GetChannelMinimumFeeMsat() int64

Deprecated: Marked as deprecated in breez.proto.

func (*LSPInformation) GetFeeRate

func (x *LSPInformation) GetFeeRate() float64

func (*LSPInformation) GetHost

func (x *LSPInformation) GetHost() string

func (*LSPInformation) GetId

func (x *LSPInformation) GetId() string

func (*LSPInformation) GetLspPubkey

func (x *LSPInformation) GetLspPubkey() []byte

func (*LSPInformation) GetMaxInactiveDuration deprecated

func (x *LSPInformation) GetMaxInactiveDuration() int64

Deprecated: Marked as deprecated in breez.proto.

func (*LSPInformation) GetMinHtlcMsat

func (x *LSPInformation) GetMinHtlcMsat() int64

func (*LSPInformation) GetName

func (x *LSPInformation) GetName() string

func (*LSPInformation) GetOpeningFeeParamsMenu

func (x *LSPInformation) GetOpeningFeeParamsMenu() []*OpeningFeeParams

func (*LSPInformation) GetPubkey

func (x *LSPInformation) GetPubkey() string

func (*LSPInformation) GetTargetConf

func (x *LSPInformation) GetTargetConf() int32

func (*LSPInformation) GetTimeLockDelta

func (x *LSPInformation) GetTimeLockDelta() uint32

func (*LSPInformation) GetWidgetUrl

func (x *LSPInformation) GetWidgetUrl() string

func (*LSPInformation) ProtoMessage

func (*LSPInformation) ProtoMessage()

func (*LSPInformation) ProtoReflect

func (x *LSPInformation) ProtoReflect() protoreflect.Message

func (*LSPInformation) Reset

func (x *LSPInformation) Reset()

func (*LSPInformation) String

func (x *LSPInformation) String() string

type LSPListReply

type LSPListReply struct {
	Lsps map[string]*LSPInformation `` // The key is the lsp id
	/* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LSPListReply) Descriptor deprecated

func (*LSPListReply) Descriptor() ([]byte, []int)

Deprecated: Use LSPListReply.ProtoReflect.Descriptor instead.

func (*LSPListReply) GetLsps

func (x *LSPListReply) GetLsps() map[string]*LSPInformation

func (*LSPListReply) ProtoMessage

func (*LSPListReply) ProtoMessage()

func (*LSPListReply) ProtoReflect

func (x *LSPListReply) ProtoReflect() protoreflect.Message

func (*LSPListReply) Reset

func (x *LSPListReply) Reset()

func (*LSPListReply) String

func (x *LSPListReply) String() string

type LSPListRequest

type LSPListRequest struct {

	// / The identity pubkey of the client
	Pubkey string `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// contains filtered or unexported fields
}

func (*LSPListRequest) Descriptor deprecated

func (*LSPListRequest) Descriptor() ([]byte, []int)

Deprecated: Use LSPListRequest.ProtoReflect.Descriptor instead.

func (*LSPListRequest) GetPubkey

func (x *LSPListRequest) GetPubkey() string

func (*LSPListRequest) ProtoMessage

func (*LSPListRequest) ProtoMessage()

func (*LSPListRequest) ProtoReflect

func (x *LSPListRequest) ProtoReflect() protoreflect.Message

func (*LSPListRequest) Reset

func (x *LSPListRequest) Reset()

func (*LSPListRequest) String

func (x *LSPListRequest) String() string

type NodeInfoClient

type NodeInfoClient interface {
	SetNodeInfo(ctx context.Context, in *SetNodeInfoRequest, opts ...grpc.CallOption) (*SetNodeInfoResponse, error)
	GetNodeInfo(ctx context.Context, in *GetNodeInfoRequest, opts ...grpc.CallOption) (*GetNodeInfoResponse, error)
}

NodeInfoClient is the client API for NodeInfo service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewNodeInfoClient

func NewNodeInfoClient(cc grpc.ClientConnInterface) NodeInfoClient

type NodeInfoServer

type NodeInfoServer interface {
	SetNodeInfo(context.Context, *SetNodeInfoRequest) (*SetNodeInfoResponse, error)
	GetNodeInfo(context.Context, *GetNodeInfoRequest) (*GetNodeInfoResponse, error)
	// contains filtered or unexported methods
}

NodeInfoServer is the server API for NodeInfo service. All implementations must embed UnimplementedNodeInfoServer for forward compatibility

type OpeningFeeParams

type OpeningFeeParams struct {

	// / The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
	MinMsat uint64 `protobuf:"varint,1,opt,name=min_msat,json=minMsat,proto3" json:"min_msat,omitempty"`
	// / The fee in ppm charged over liquidity when buying a channel.
	Proportional uint32 `protobuf:"varint,2,opt,name=proportional,proto3" json:"proportional,omitempty"`
	// / The time this opening fee params promise expires.
	ValidUntil string `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"`
	// The channel can be closed if not used this duration in blocks.
	MaxIdleTime          uint32 `protobuf:"varint,4,opt,name=max_idle_time,json=maxIdleTime,proto3" json:"max_idle_time,omitempty"`
	MaxClientToSelfDelay uint32 `` /* 128-byte string literal not displayed */
	Promise              string `protobuf:"bytes,6,opt,name=promise,proto3" json:"promise,omitempty"`
	// contains filtered or unexported fields
}

func (*OpeningFeeParams) Descriptor deprecated

func (*OpeningFeeParams) Descriptor() ([]byte, []int)

Deprecated: Use OpeningFeeParams.ProtoReflect.Descriptor instead.

func (*OpeningFeeParams) GetMaxClientToSelfDelay

func (x *OpeningFeeParams) GetMaxClientToSelfDelay() uint32

func (*OpeningFeeParams) GetMaxIdleTime

func (x *OpeningFeeParams) GetMaxIdleTime() uint32

func (*OpeningFeeParams) GetMinMsat

func (x *OpeningFeeParams) GetMinMsat() uint64

func (*OpeningFeeParams) GetPromise

func (x *OpeningFeeParams) GetPromise() string

func (*OpeningFeeParams) GetProportional

func (x *OpeningFeeParams) GetProportional() uint32

func (*OpeningFeeParams) GetValidUntil

func (x *OpeningFeeParams) GetValidUntil() string

func (*OpeningFeeParams) ProtoMessage

func (*OpeningFeeParams) ProtoMessage()

func (*OpeningFeeParams) ProtoReflect

func (x *OpeningFeeParams) ProtoReflect() protoreflect.Message

func (*OpeningFeeParams) Reset

func (x *OpeningFeeParams) Reset()

func (*OpeningFeeParams) String

func (x *OpeningFeeParams) String() string

type OrderReply

type OrderReply struct {
	// contains filtered or unexported fields
}

func (*OrderReply) Descriptor deprecated

func (*OrderReply) Descriptor() ([]byte, []int)

Deprecated: Use OrderReply.ProtoReflect.Descriptor instead.

func (*OrderReply) ProtoMessage

func (*OrderReply) ProtoMessage()

func (*OrderReply) ProtoReflect

func (x *OrderReply) ProtoReflect() protoreflect.Message

func (*OrderReply) Reset

func (x *OrderReply) Reset()

func (*OrderReply) String

func (x *OrderReply) String() string

type OrderRequest

type OrderRequest struct {
	FullName string `protobuf:"bytes,1,opt,name=FullName,proto3" json:"FullName,omitempty"`
	Address  string `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	City     string `protobuf:"bytes,3,opt,name=City,proto3" json:"City,omitempty"`
	State    string `protobuf:"bytes,4,opt,name=State,proto3" json:"State,omitempty"`
	Zip      string `protobuf:"bytes,5,opt,name=Zip,proto3" json:"Zip,omitempty"`
	Country  string `protobuf:"bytes,6,opt,name=Country,proto3" json:"Country,omitempty"`
	Email    string `protobuf:"bytes,7,opt,name=Email,proto3" json:"Email,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderRequest) Descriptor deprecated

func (*OrderRequest) Descriptor() ([]byte, []int)

Deprecated: Use OrderRequest.ProtoReflect.Descriptor instead.

func (*OrderRequest) GetAddress

func (x *OrderRequest) GetAddress() string

func (*OrderRequest) GetCity

func (x *OrderRequest) GetCity() string

func (*OrderRequest) GetCountry

func (x *OrderRequest) GetCountry() string

func (*OrderRequest) GetEmail

func (x *OrderRequest) GetEmail() string

func (*OrderRequest) GetFullName

func (x *OrderRequest) GetFullName() string

func (*OrderRequest) GetState

func (x *OrderRequest) GetState() string

func (*OrderRequest) GetZip

func (x *OrderRequest) GetZip() string

func (*OrderRequest) ProtoMessage

func (*OrderRequest) ProtoMessage()

func (*OrderRequest) ProtoReflect

func (x *OrderRequest) ProtoReflect() protoreflect.Message

func (*OrderRequest) Reset

func (x *OrderRequest) Reset()

func (*OrderRequest) String

func (x *OrderRequest) String() string

type PaySwapRequest

type PaySwapRequest struct {
	PaymentRequest string `protobuf:"bytes,1,opt,name=payment_request,json=paymentRequest,proto3" json:"payment_request,omitempty"`
	// contains filtered or unexported fields
}

func (*PaySwapRequest) Descriptor deprecated

func (*PaySwapRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaySwapRequest.ProtoReflect.Descriptor instead.

func (*PaySwapRequest) GetPaymentRequest

func (x *PaySwapRequest) GetPaymentRequest() string

func (*PaySwapRequest) ProtoMessage

func (*PaySwapRequest) ProtoMessage()

func (*PaySwapRequest) ProtoReflect

func (x *PaySwapRequest) ProtoReflect() protoreflect.Message

func (*PaySwapRequest) Reset

func (x *PaySwapRequest) Reset()

func (*PaySwapRequest) String

func (x *PaySwapRequest) String() string

type PaySwapResponse

type PaySwapResponse struct {
	// contains filtered or unexported fields
}

func (*PaySwapResponse) Descriptor deprecated

func (*PaySwapResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaySwapResponse.ProtoReflect.Descriptor instead.

func (*PaySwapResponse) ProtoMessage

func (*PaySwapResponse) ProtoMessage()

func (*PaySwapResponse) ProtoReflect

func (x *PaySwapResponse) ProtoReflect() protoreflect.Message

func (*PaySwapResponse) Reset

func (x *PaySwapResponse) Reset()

func (*PaySwapResponse) String

func (x *PaySwapResponse) String() string

type PaymentNotifierClient

type PaymentNotifierClient interface {
	RegisterPaymentNotification(ctx context.Context, in *RegisterPaymentNotificationRequest, opts ...grpc.CallOption) (*RegisterPaymentNotificationResponse, error)
	RemovePaymentNotification(ctx context.Context, in *RemovePaymentNotificationRequest, opts ...grpc.CallOption) (*RemovePaymentNotificationResponse, error)
}

PaymentNotifierClient is the client API for PaymentNotifier service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PaymentNotifierServer

type PaymentNotifierServer interface {
	RegisterPaymentNotification(context.Context, *RegisterPaymentNotificationRequest) (*RegisterPaymentNotificationResponse, error)
	RemovePaymentNotification(context.Context, *RemovePaymentNotificationRequest) (*RemovePaymentNotificationResponse, error)
	// contains filtered or unexported methods
}

PaymentNotifierServer is the server API for PaymentNotifier service. All implementations must embed UnimplementedPaymentNotifierServer for forward compatibility

type PaymentRequest

type PaymentRequest struct {
	BreezID string `protobuf:"bytes,1,opt,name=breezID,proto3" json:"breezID,omitempty"`
	Invoice string `protobuf:"bytes,2,opt,name=invoice,proto3" json:"invoice,omitempty"`
	Payee   string `protobuf:"bytes,3,opt,name=payee,proto3" json:"payee,omitempty"`
	Amount  int64  `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentRequest) Descriptor deprecated

func (*PaymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentRequest.ProtoReflect.Descriptor instead.

func (*PaymentRequest) GetAmount

func (x *PaymentRequest) GetAmount() int64

func (*PaymentRequest) GetBreezID

func (x *PaymentRequest) GetBreezID() string

func (*PaymentRequest) GetInvoice

func (x *PaymentRequest) GetInvoice() string

func (*PaymentRequest) GetPayee

func (x *PaymentRequest) GetPayee() string

func (*PaymentRequest) ProtoMessage

func (*PaymentRequest) ProtoMessage()

func (*PaymentRequest) ProtoReflect

func (x *PaymentRequest) ProtoReflect() protoreflect.Message

func (*PaymentRequest) Reset

func (x *PaymentRequest) Reset()

func (*PaymentRequest) String

func (x *PaymentRequest) String() string

type PingReply

type PingReply struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PingReply) Descriptor deprecated

func (*PingReply) Descriptor() ([]byte, []int)

Deprecated: Use PingReply.ProtoReflect.Descriptor instead.

func (*PingReply) GetVersion

func (x *PingReply) GetVersion() string

func (*PingReply) ProtoMessage

func (*PingReply) ProtoMessage()

func (*PingReply) ProtoReflect

func (x *PingReply) ProtoReflect() protoreflect.Message

func (*PingReply) Reset

func (x *PingReply) Reset()

func (*PingReply) String

func (x *PingReply) String() string

type PingRequest

type PingRequest struct {
	// contains filtered or unexported fields
}

func (*PingRequest) Descriptor deprecated

func (*PingRequest) Descriptor() ([]byte, []int)

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

func (x *PingRequest) ProtoReflect() protoreflect.Message

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PosClient

type PosClient interface {
	RegisterDevice(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterReply, error)
}

PosClient is the client API for Pos service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewPosClient

func NewPosClient(cc grpc.ClientConnInterface) PosClient

type PosServer

type PosServer interface {
	RegisterDevice(context.Context, *RegisterRequest) (*RegisterReply, error)
	// contains filtered or unexported methods
}

PosServer is the server API for Pos service. All implementations must embed UnimplementedPosServer for forward compatibility

type PushTxNotificationRequest

type PushTxNotificationRequest struct {
	DeviceId        string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	Title           string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Body            string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	TxHash          []byte `protobuf:"bytes,4,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Script          []byte `protobuf:"bytes,5,opt,name=script,proto3" json:"script,omitempty"`
	BlockHeightHint uint32 `protobuf:"varint,6,opt,name=block_height_hint,json=blockHeightHint,proto3" json:"block_height_hint,omitempty"`
	// Types that are assignable to Info:
	//
	//	*PushTxNotificationRequest_BoltzReverseSwapLockupTxInfo
	Info isPushTxNotificationRequest_Info `protobuf_oneof:"info"`
	// contains filtered or unexported fields
}

func (*PushTxNotificationRequest) Descriptor deprecated

func (*PushTxNotificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use PushTxNotificationRequest.ProtoReflect.Descriptor instead.

func (*PushTxNotificationRequest) GetBlockHeightHint

func (x *PushTxNotificationRequest) GetBlockHeightHint() uint32

func (*PushTxNotificationRequest) GetBody

func (x *PushTxNotificationRequest) GetBody() string

func (*PushTxNotificationRequest) GetBoltzReverseSwapLockupTxInfo

func (x *PushTxNotificationRequest) GetBoltzReverseSwapLockupTxInfo() *BoltzReverseSwapLockupTx

func (*PushTxNotificationRequest) GetDeviceId

func (x *PushTxNotificationRequest) GetDeviceId() string

func (*PushTxNotificationRequest) GetInfo

func (m *PushTxNotificationRequest) GetInfo() isPushTxNotificationRequest_Info

func (*PushTxNotificationRequest) GetScript

func (x *PushTxNotificationRequest) GetScript() []byte

func (*PushTxNotificationRequest) GetTitle

func (x *PushTxNotificationRequest) GetTitle() string

func (*PushTxNotificationRequest) GetTxHash

func (x *PushTxNotificationRequest) GetTxHash() []byte

func (*PushTxNotificationRequest) ProtoMessage

func (*PushTxNotificationRequest) ProtoMessage()

func (*PushTxNotificationRequest) ProtoReflect

func (*PushTxNotificationRequest) Reset

func (x *PushTxNotificationRequest) Reset()

func (*PushTxNotificationRequest) String

func (x *PushTxNotificationRequest) String() string

type PushTxNotificationRequest_BoltzReverseSwapLockupTxInfo

type PushTxNotificationRequest_BoltzReverseSwapLockupTxInfo struct {
	BoltzReverseSwapLockupTxInfo *BoltzReverseSwapLockupTx `protobuf:"bytes,7,opt,name=boltz_reverse_swap_lockup_tx_info,json=boltzReverseSwapLockupTxInfo,proto3,oneof"`
}

type PushTxNotificationResponse

type PushTxNotificationResponse struct {
	// contains filtered or unexported fields
}

func (*PushTxNotificationResponse) Descriptor deprecated

func (*PushTxNotificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use PushTxNotificationResponse.ProtoReflect.Descriptor instead.

func (*PushTxNotificationResponse) ProtoMessage

func (*PushTxNotificationResponse) ProtoMessage()

func (*PushTxNotificationResponse) ProtoReflect

func (*PushTxNotificationResponse) Reset

func (x *PushTxNotificationResponse) Reset()

func (*PushTxNotificationResponse) String

func (x *PushTxNotificationResponse) String() string

type PushTxNotifierClient

type PushTxNotifierClient interface {
	RegisterTxNotification(ctx context.Context, in *PushTxNotificationRequest, opts ...grpc.CallOption) (*PushTxNotificationResponse, error)
}

PushTxNotifierClient is the client API for PushTxNotifier service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PushTxNotifierServer

type PushTxNotifierServer interface {
	RegisterTxNotification(context.Context, *PushTxNotificationRequest) (*PushTxNotificationResponse, error)
	// contains filtered or unexported methods
}

PushTxNotifierServer is the server API for PushTxNotifier service. All implementations must embed UnimplementedPushTxNotifierServer for forward compatibility

type Rate

type Rate struct {
	Coin  string  `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"`
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Rate) Descriptor deprecated

func (*Rate) Descriptor() ([]byte, []int)

Deprecated: Use Rate.ProtoReflect.Descriptor instead.

func (*Rate) GetCoin

func (x *Rate) GetCoin() string

func (*Rate) GetValue

func (x *Rate) GetValue() float64

func (*Rate) ProtoMessage

func (*Rate) ProtoMessage()

func (*Rate) ProtoReflect

func (x *Rate) ProtoReflect() protoreflect.Message

func (*Rate) Reset

func (x *Rate) Reset()

func (*Rate) String

func (x *Rate) String() string

type RatesReply

type RatesReply struct {
	Rates []*Rate `protobuf:"bytes,1,rep,name=rates,proto3" json:"rates,omitempty"`
	// contains filtered or unexported fields
}

func (*RatesReply) Descriptor deprecated

func (*RatesReply) Descriptor() ([]byte, []int)

Deprecated: Use RatesReply.ProtoReflect.Descriptor instead.

func (*RatesReply) GetRates

func (x *RatesReply) GetRates() []*Rate

func (*RatesReply) ProtoMessage

func (*RatesReply) ProtoMessage()

func (*RatesReply) ProtoReflect

func (x *RatesReply) ProtoReflect() protoreflect.Message

func (*RatesReply) Reset

func (x *RatesReply) Reset()

func (*RatesReply) String

func (x *RatesReply) String() string

type RatesRequest

type RatesRequest struct {
	// contains filtered or unexported fields
}

func (*RatesRequest) Descriptor deprecated

func (*RatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RatesRequest.ProtoReflect.Descriptor instead.

func (*RatesRequest) ProtoMessage

func (*RatesRequest) ProtoMessage()

func (*RatesRequest) ProtoReflect

func (x *RatesRequest) ProtoReflect() protoreflect.Message

func (*RatesRequest) Reset

func (x *RatesRequest) Reset()

func (*RatesRequest) String

func (x *RatesRequest) String() string

type ReceiverInfoReply

type ReceiverInfoReply struct {
	Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// contains filtered or unexported fields
}

func (*ReceiverInfoReply) Descriptor deprecated

func (*ReceiverInfoReply) Descriptor() ([]byte, []int)

Deprecated: Use ReceiverInfoReply.ProtoReflect.Descriptor instead.

func (*ReceiverInfoReply) GetPubkey

func (x *ReceiverInfoReply) GetPubkey() string

func (*ReceiverInfoReply) ProtoMessage

func (*ReceiverInfoReply) ProtoMessage()

func (*ReceiverInfoReply) ProtoReflect

func (x *ReceiverInfoReply) ProtoReflect() protoreflect.Message

func (*ReceiverInfoReply) Reset

func (x *ReceiverInfoReply) Reset()

func (*ReceiverInfoReply) String

func (x *ReceiverInfoReply) String() string

type ReceiverInfoRequest

type ReceiverInfoRequest struct {
	// contains filtered or unexported fields
}

func (*ReceiverInfoRequest) Descriptor deprecated

func (*ReceiverInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReceiverInfoRequest.ProtoReflect.Descriptor instead.

func (*ReceiverInfoRequest) ProtoMessage

func (*ReceiverInfoRequest) ProtoMessage()

func (*ReceiverInfoRequest) ProtoReflect

func (x *ReceiverInfoRequest) ProtoReflect() protoreflect.Message

func (*ReceiverInfoRequest) Reset

func (x *ReceiverInfoRequest) Reset()

func (*ReceiverInfoRequest) String

func (x *ReceiverInfoRequest) String() string

type RedeemRemovedFundsReply

type RedeemRemovedFundsReply struct {
	Txid string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemRemovedFundsReply) Descriptor deprecated

func (*RedeemRemovedFundsReply) Descriptor() ([]byte, []int)

Deprecated: Use RedeemRemovedFundsReply.ProtoReflect.Descriptor instead.

func (*RedeemRemovedFundsReply) GetTxid

func (x *RedeemRemovedFundsReply) GetTxid() string

func (*RedeemRemovedFundsReply) ProtoMessage

func (*RedeemRemovedFundsReply) ProtoMessage()

func (*RedeemRemovedFundsReply) ProtoReflect

func (x *RedeemRemovedFundsReply) ProtoReflect() protoreflect.Message

func (*RedeemRemovedFundsReply) Reset

func (x *RedeemRemovedFundsReply) Reset()

func (*RedeemRemovedFundsReply) String

func (x *RedeemRemovedFundsReply) String() string

type RedeemRemovedFundsRequest

type RedeemRemovedFundsRequest struct {
	Paymenthash string `protobuf:"bytes,1,opt,name=paymenthash,proto3" json:"paymenthash,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemRemovedFundsRequest) Descriptor deprecated

func (*RedeemRemovedFundsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RedeemRemovedFundsRequest.ProtoReflect.Descriptor instead.

func (*RedeemRemovedFundsRequest) GetPaymenthash

func (x *RedeemRemovedFundsRequest) GetPaymenthash() string

func (*RedeemRemovedFundsRequest) ProtoMessage

func (*RedeemRemovedFundsRequest) ProtoMessage()

func (*RedeemRemovedFundsRequest) ProtoReflect

func (*RedeemRemovedFundsRequest) Reset

func (x *RedeemRemovedFundsRequest) Reset()

func (*RedeemRemovedFundsRequest) String

func (x *RedeemRemovedFundsRequest) String() string

type RedeemSwapPaymentReply

type RedeemSwapPaymentReply struct {
	Txid string `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemSwapPaymentReply) Descriptor deprecated

func (*RedeemSwapPaymentReply) Descriptor() ([]byte, []int)

Deprecated: Use RedeemSwapPaymentReply.ProtoReflect.Descriptor instead.

func (*RedeemSwapPaymentReply) GetTxid

func (x *RedeemSwapPaymentReply) GetTxid() string

func (*RedeemSwapPaymentReply) ProtoMessage

func (*RedeemSwapPaymentReply) ProtoMessage()

func (*RedeemSwapPaymentReply) ProtoReflect

func (x *RedeemSwapPaymentReply) ProtoReflect() protoreflect.Message

func (*RedeemSwapPaymentReply) Reset

func (x *RedeemSwapPaymentReply) Reset()

func (*RedeemSwapPaymentReply) String

func (x *RedeemSwapPaymentReply) String() string

type RedeemSwapPaymentRequest

type RedeemSwapPaymentRequest struct {
	Preimage []byte `protobuf:"bytes,1,opt,name=preimage,proto3" json:"preimage,omitempty"`
	// / The target number of blocks that the funding transaction should be confirmed by.
	TargetConf int32 `protobuf:"varint,2,opt,name=target_conf,json=targetConf,proto3" json:"target_conf,omitempty"`
	// / A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
	SatPerByte int64 `protobuf:"varint,3,opt,name=sat_per_byte,json=satPerByte,proto3" json:"sat_per_byte,omitempty"`
	// contains filtered or unexported fields
}

func (*RedeemSwapPaymentRequest) Descriptor deprecated

func (*RedeemSwapPaymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use RedeemSwapPaymentRequest.ProtoReflect.Descriptor instead.

func (*RedeemSwapPaymentRequest) GetPreimage

func (x *RedeemSwapPaymentRequest) GetPreimage() []byte

func (*RedeemSwapPaymentRequest) GetSatPerByte

func (x *RedeemSwapPaymentRequest) GetSatPerByte() int64

func (*RedeemSwapPaymentRequest) GetTargetConf

func (x *RedeemSwapPaymentRequest) GetTargetConf() int32

func (*RedeemSwapPaymentRequest) ProtoMessage

func (*RedeemSwapPaymentRequest) ProtoMessage()

func (*RedeemSwapPaymentRequest) ProtoReflect

func (x *RedeemSwapPaymentRequest) ProtoReflect() protoreflect.Message

func (*RedeemSwapPaymentRequest) Reset

func (x *RedeemSwapPaymentRequest) Reset()

func (*RedeemSwapPaymentRequest) String

func (x *RedeemSwapPaymentRequest) String() string

type RefundSwapRequest

type RefundSwapRequest struct {
	Address     string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Transaction []byte `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"`
	InputIndex  uint32 `protobuf:"varint,3,opt,name=input_index,json=inputIndex,proto3" json:"input_index,omitempty"`
	PubNonce    []byte `protobuf:"bytes,4,opt,name=pub_nonce,json=pubNonce,proto3" json:"pub_nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*RefundSwapRequest) Descriptor deprecated

func (*RefundSwapRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefundSwapRequest.ProtoReflect.Descriptor instead.

func (*RefundSwapRequest) GetAddress

func (x *RefundSwapRequest) GetAddress() string

func (*RefundSwapRequest) GetInputIndex

func (x *RefundSwapRequest) GetInputIndex() uint32

func (*RefundSwapRequest) GetPubNonce

func (x *RefundSwapRequest) GetPubNonce() []byte

func (*RefundSwapRequest) GetTransaction

func (x *RefundSwapRequest) GetTransaction() []byte

func (*RefundSwapRequest) ProtoMessage

func (*RefundSwapRequest) ProtoMessage()

func (*RefundSwapRequest) ProtoReflect

func (x *RefundSwapRequest) ProtoReflect() protoreflect.Message

func (*RefundSwapRequest) Reset

func (x *RefundSwapRequest) Reset()

func (*RefundSwapRequest) String

func (x *RefundSwapRequest) String() string

type RefundSwapResponse

type RefundSwapResponse struct {
	PubNonce         []byte `protobuf:"bytes,1,opt,name=pub_nonce,json=pubNonce,proto3" json:"pub_nonce,omitempty"`
	PartialSignature []byte `protobuf:"bytes,2,opt,name=partial_signature,json=partialSignature,proto3" json:"partial_signature,omitempty"`
	// contains filtered or unexported fields
}

func (*RefundSwapResponse) Descriptor deprecated

func (*RefundSwapResponse) Descriptor() ([]byte, []int)

Deprecated: Use RefundSwapResponse.ProtoReflect.Descriptor instead.

func (*RefundSwapResponse) GetPartialSignature

func (x *RefundSwapResponse) GetPartialSignature() []byte

func (*RefundSwapResponse) GetPubNonce

func (x *RefundSwapResponse) GetPubNonce() []byte

func (*RefundSwapResponse) ProtoMessage

func (*RefundSwapResponse) ProtoMessage()

func (*RefundSwapResponse) ProtoReflect

func (x *RefundSwapResponse) ProtoReflect() protoreflect.Message

func (*RefundSwapResponse) Reset

func (x *RefundSwapResponse) Reset()

func (*RefundSwapResponse) String

func (x *RefundSwapResponse) String() string

type RegisterPaymentNotificationRequest

type RegisterPaymentNotificationRequest struct {
	LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	Blob  []byte `protobuf:"bytes,2,opt,name=blob,proto3" json:"blob,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterPaymentNotificationRequest) Descriptor deprecated

func (*RegisterPaymentNotificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPaymentNotificationRequest.ProtoReflect.Descriptor instead.

func (*RegisterPaymentNotificationRequest) GetBlob

func (*RegisterPaymentNotificationRequest) GetLspId

func (*RegisterPaymentNotificationRequest) ProtoMessage

func (*RegisterPaymentNotificationRequest) ProtoMessage()

func (*RegisterPaymentNotificationRequest) ProtoReflect

func (*RegisterPaymentNotificationRequest) Reset

func (*RegisterPaymentNotificationRequest) String

type RegisterPaymentNotificationResponse

type RegisterPaymentNotificationResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterPaymentNotificationResponse) Descriptor deprecated

func (*RegisterPaymentNotificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPaymentNotificationResponse.ProtoReflect.Descriptor instead.

func (*RegisterPaymentNotificationResponse) ProtoMessage

func (*RegisterPaymentNotificationResponse) ProtoMessage()

func (*RegisterPaymentNotificationResponse) ProtoReflect

func (*RegisterPaymentNotificationResponse) Reset

func (*RegisterPaymentNotificationResponse) String

type RegisterPaymentReply

type RegisterPaymentReply struct {
	// contains filtered or unexported fields
}

func (*RegisterPaymentReply) Descriptor deprecated

func (*RegisterPaymentReply) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPaymentReply.ProtoReflect.Descriptor instead.

func (*RegisterPaymentReply) ProtoMessage

func (*RegisterPaymentReply) ProtoMessage()

func (*RegisterPaymentReply) ProtoReflect

func (x *RegisterPaymentReply) ProtoReflect() protoreflect.Message

func (*RegisterPaymentReply) Reset

func (x *RegisterPaymentReply) Reset()

func (*RegisterPaymentReply) String

func (x *RegisterPaymentReply) String() string

type RegisterPaymentRequest

type RegisterPaymentRequest struct {
	LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	Blob  []byte `protobuf:"bytes,3,opt,name=blob,proto3" json:"blob,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterPaymentRequest) Descriptor deprecated

func (*RegisterPaymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPaymentRequest.ProtoReflect.Descriptor instead.

func (*RegisterPaymentRequest) GetBlob

func (x *RegisterPaymentRequest) GetBlob() []byte

func (*RegisterPaymentRequest) GetLspId

func (x *RegisterPaymentRequest) GetLspId() string

func (*RegisterPaymentRequest) ProtoMessage

func (*RegisterPaymentRequest) ProtoMessage()

func (*RegisterPaymentRequest) ProtoReflect

func (x *RegisterPaymentRequest) ProtoReflect() protoreflect.Message

func (*RegisterPaymentRequest) Reset

func (x *RegisterPaymentRequest) Reset()

func (*RegisterPaymentRequest) String

func (x *RegisterPaymentRequest) String() string

type RegisterPeriodicSyncRequest

type RegisterPeriodicSyncRequest struct {
	NotificationToken string `protobuf:"bytes,1,opt,name=notificationToken,proto3" json:"notificationToken,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterPeriodicSyncRequest) Descriptor deprecated

func (*RegisterPeriodicSyncRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPeriodicSyncRequest.ProtoReflect.Descriptor instead.

func (*RegisterPeriodicSyncRequest) GetNotificationToken

func (x *RegisterPeriodicSyncRequest) GetNotificationToken() string

func (*RegisterPeriodicSyncRequest) ProtoMessage

func (*RegisterPeriodicSyncRequest) ProtoMessage()

func (*RegisterPeriodicSyncRequest) ProtoReflect

func (*RegisterPeriodicSyncRequest) Reset

func (x *RegisterPeriodicSyncRequest) Reset()

func (*RegisterPeriodicSyncRequest) String

func (x *RegisterPeriodicSyncRequest) String() string

type RegisterPeriodicSyncResponse

type RegisterPeriodicSyncResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterPeriodicSyncResponse) Descriptor deprecated

func (*RegisterPeriodicSyncResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterPeriodicSyncResponse.ProtoReflect.Descriptor instead.

func (*RegisterPeriodicSyncResponse) ProtoMessage

func (*RegisterPeriodicSyncResponse) ProtoMessage()

func (*RegisterPeriodicSyncResponse) ProtoReflect

func (*RegisterPeriodicSyncResponse) Reset

func (x *RegisterPeriodicSyncResponse) Reset()

func (*RegisterPeriodicSyncResponse) String

type RegisterReply

type RegisterReply struct {
	BreezID string `protobuf:"bytes,1,opt,name=breezID,proto3" json:"breezID,omitempty"`
	// contains filtered or unexported fields
}

The response message containing the breez id

func (*RegisterReply) Descriptor deprecated

func (*RegisterReply) Descriptor() ([]byte, []int)

Deprecated: Use RegisterReply.ProtoReflect.Descriptor instead.

func (*RegisterReply) GetBreezID

func (x *RegisterReply) GetBreezID() string

func (*RegisterReply) ProtoMessage

func (*RegisterReply) ProtoMessage()

func (*RegisterReply) ProtoReflect

func (x *RegisterReply) ProtoReflect() protoreflect.Message

func (*RegisterReply) Reset

func (x *RegisterReply) Reset()

func (*RegisterReply) String

func (x *RegisterReply) String() string

type RegisterRequest

type RegisterRequest struct {
	DeviceID    string `protobuf:"bytes,1,opt,name=deviceID,proto3" json:"deviceID,omitempty"`
	LightningID string `protobuf:"bytes,2,opt,name=lightningID,proto3" json:"lightningID,omitempty"`
	// contains filtered or unexported fields
}

The request message containing the device id and lightning id

func (*RegisterRequest) Descriptor deprecated

func (*RegisterRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.

func (*RegisterRequest) GetDeviceID

func (x *RegisterRequest) GetDeviceID() string

func (*RegisterRequest) GetLightningID

func (x *RegisterRequest) GetLightningID() string

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) ProtoReflect

func (x *RegisterRequest) ProtoReflect() protoreflect.Message

func (*RegisterRequest) Reset

func (x *RegisterRequest) Reset()

func (*RegisterRequest) String

func (x *RegisterRequest) String() string

type RegisterTransactionConfirmationRequest

type RegisterTransactionConfirmationRequest struct {
	TxID              string                                                  `protobuf:"bytes,1,opt,name=txID,proto3" json:"txID,omitempty"`
	NotificationToken string                                                  `protobuf:"bytes,2,opt,name=notificationToken,proto3" json:"notificationToken,omitempty"`
	NotificationType  RegisterTransactionConfirmationRequest_NotificationType `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegisterTransactionConfirmationRequest) Descriptor deprecated

func (*RegisterTransactionConfirmationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterTransactionConfirmationRequest.ProtoReflect.Descriptor instead.

func (*RegisterTransactionConfirmationRequest) GetNotificationToken

func (x *RegisterTransactionConfirmationRequest) GetNotificationToken() string

func (*RegisterTransactionConfirmationRequest) GetNotificationType

func (*RegisterTransactionConfirmationRequest) GetTxID

func (*RegisterTransactionConfirmationRequest) ProtoMessage

func (*RegisterTransactionConfirmationRequest) ProtoReflect

func (*RegisterTransactionConfirmationRequest) Reset

func (*RegisterTransactionConfirmationRequest) String

type RegisterTransactionConfirmationRequest_NotificationType

type RegisterTransactionConfirmationRequest_NotificationType int32
const (
	RegisterTransactionConfirmationRequest_READY_RECEIVE_PAYMENT RegisterTransactionConfirmationRequest_NotificationType = 0
	RegisterTransactionConfirmationRequest_CHANNEL_OPENED        RegisterTransactionConfirmationRequest_NotificationType = 1
)

func (RegisterTransactionConfirmationRequest_NotificationType) Descriptor

func (RegisterTransactionConfirmationRequest_NotificationType) Enum

func (RegisterTransactionConfirmationRequest_NotificationType) EnumDescriptor deprecated

Deprecated: Use RegisterTransactionConfirmationRequest_NotificationType.Descriptor instead.

func (RegisterTransactionConfirmationRequest_NotificationType) Number

func (RegisterTransactionConfirmationRequest_NotificationType) String

func (RegisterTransactionConfirmationRequest_NotificationType) Type

type RegisterTransactionConfirmationResponse

type RegisterTransactionConfirmationResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterTransactionConfirmationResponse) Descriptor deprecated

func (*RegisterTransactionConfirmationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RegisterTransactionConfirmationResponse.ProtoReflect.Descriptor instead.

func (*RegisterTransactionConfirmationResponse) ProtoMessage

func (*RegisterTransactionConfirmationResponse) ProtoReflect

func (*RegisterTransactionConfirmationResponse) Reset

func (*RegisterTransactionConfirmationResponse) String

type RemoveFundReply

type RemoveFundReply struct {
	PaymentRequest string `protobuf:"bytes,1,opt,name=paymentRequest,proto3" json:"paymentRequest,omitempty"`
	ErrorMessage   string `protobuf:"bytes,2,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveFundReply) Descriptor deprecated

func (*RemoveFundReply) Descriptor() ([]byte, []int)

Deprecated: Use RemoveFundReply.ProtoReflect.Descriptor instead.

func (*RemoveFundReply) GetErrorMessage

func (x *RemoveFundReply) GetErrorMessage() string

func (*RemoveFundReply) GetPaymentRequest

func (x *RemoveFundReply) GetPaymentRequest() string

func (*RemoveFundReply) ProtoMessage

func (*RemoveFundReply) ProtoMessage()

func (*RemoveFundReply) ProtoReflect

func (x *RemoveFundReply) ProtoReflect() protoreflect.Message

func (*RemoveFundReply) Reset

func (x *RemoveFundReply) Reset()

func (*RemoveFundReply) String

func (x *RemoveFundReply) String() string

type RemoveFundRequest

type RemoveFundRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Amount  int64  `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveFundRequest) Descriptor deprecated

func (*RemoveFundRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveFundRequest.ProtoReflect.Descriptor instead.

func (*RemoveFundRequest) GetAddress

func (x *RemoveFundRequest) GetAddress() string

func (*RemoveFundRequest) GetAmount

func (x *RemoveFundRequest) GetAmount() int64

func (*RemoveFundRequest) ProtoMessage

func (*RemoveFundRequest) ProtoMessage()

func (*RemoveFundRequest) ProtoReflect

func (x *RemoveFundRequest) ProtoReflect() protoreflect.Message

func (*RemoveFundRequest) Reset

func (x *RemoveFundRequest) Reset()

func (*RemoveFundRequest) String

func (x *RemoveFundRequest) String() string

type RemovePaymentNotificationRequest

type RemovePaymentNotificationRequest struct {
	LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	Blob  []byte `protobuf:"bytes,2,opt,name=blob,proto3" json:"blob,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePaymentNotificationRequest) Descriptor deprecated

func (*RemovePaymentNotificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemovePaymentNotificationRequest.ProtoReflect.Descriptor instead.

func (*RemovePaymentNotificationRequest) GetBlob

func (x *RemovePaymentNotificationRequest) GetBlob() []byte

func (*RemovePaymentNotificationRequest) GetLspId

func (*RemovePaymentNotificationRequest) ProtoMessage

func (*RemovePaymentNotificationRequest) ProtoMessage()

func (*RemovePaymentNotificationRequest) ProtoReflect

func (*RemovePaymentNotificationRequest) Reset

func (*RemovePaymentNotificationRequest) String

type RemovePaymentNotificationResponse

type RemovePaymentNotificationResponse struct {
	// contains filtered or unexported fields
}

func (*RemovePaymentNotificationResponse) Descriptor deprecated

func (*RemovePaymentNotificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemovePaymentNotificationResponse.ProtoReflect.Descriptor instead.

func (*RemovePaymentNotificationResponse) ProtoMessage

func (*RemovePaymentNotificationResponse) ProtoMessage()

func (*RemovePaymentNotificationResponse) ProtoReflect

func (*RemovePaymentNotificationResponse) Reset

func (*RemovePaymentNotificationResponse) String

type ReportPaymentFailureReply

type ReportPaymentFailureReply struct {
	// contains filtered or unexported fields
}

func (*ReportPaymentFailureReply) Descriptor deprecated

func (*ReportPaymentFailureReply) Descriptor() ([]byte, []int)

Deprecated: Use ReportPaymentFailureReply.ProtoReflect.Descriptor instead.

func (*ReportPaymentFailureReply) ProtoMessage

func (*ReportPaymentFailureReply) ProtoMessage()

func (*ReportPaymentFailureReply) ProtoReflect

func (*ReportPaymentFailureReply) Reset

func (x *ReportPaymentFailureReply) Reset()

func (*ReportPaymentFailureReply) String

func (x *ReportPaymentFailureReply) String() string

type ReportPaymentFailureRequest

type ReportPaymentFailureRequest struct {

	// The sdk build version
	SdkVersion string `protobuf:"bytes,1,opt,name=sdk_version,json=sdkVersion,proto3" json:"sdk_version,omitempty"`
	// The sdk build git hash
	SdkGitHash string `protobuf:"bytes,2,opt,name=sdk_git_hash,json=sdkGitHash,proto3" json:"sdk_git_hash,omitempty"`
	// The node pubkey reporting the failure
	NodeId string `protobuf:"bytes,3,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// The currently used lsp id
	LspId string `protobuf:"bytes,4,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	// The ISO 8601 timestamp
	Timestamp string `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The optional comment/error response text
	Comment string `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment,omitempty"`
	// The JSON encoded report payload
	Report string `protobuf:"bytes,7,opt,name=report,proto3" json:"report,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportPaymentFailureRequest) Descriptor deprecated

func (*ReportPaymentFailureRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReportPaymentFailureRequest.ProtoReflect.Descriptor instead.

func (*ReportPaymentFailureRequest) GetComment

func (x *ReportPaymentFailureRequest) GetComment() string

func (*ReportPaymentFailureRequest) GetLspId

func (x *ReportPaymentFailureRequest) GetLspId() string

func (*ReportPaymentFailureRequest) GetNodeId

func (x *ReportPaymentFailureRequest) GetNodeId() string

func (*ReportPaymentFailureRequest) GetReport

func (x *ReportPaymentFailureRequest) GetReport() string

func (*ReportPaymentFailureRequest) GetSdkGitHash

func (x *ReportPaymentFailureRequest) GetSdkGitHash() string

func (*ReportPaymentFailureRequest) GetSdkVersion

func (x *ReportPaymentFailureRequest) GetSdkVersion() string

func (*ReportPaymentFailureRequest) GetTimestamp

func (x *ReportPaymentFailureRequest) GetTimestamp() string

func (*ReportPaymentFailureRequest) ProtoMessage

func (*ReportPaymentFailureRequest) ProtoMessage()

func (*ReportPaymentFailureRequest) ProtoReflect

func (*ReportPaymentFailureRequest) Reset

func (x *ReportPaymentFailureRequest) Reset()

func (*ReportPaymentFailureRequest) String

func (x *ReportPaymentFailureRequest) String() string

type SetNodeInfoRequest

type SetNodeInfoRequest struct {
	Pubkey    []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	Key       string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value     []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Timestamp int64  `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SetNodeInfoRequest) Descriptor deprecated

func (*SetNodeInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNodeInfoRequest.ProtoReflect.Descriptor instead.

func (*SetNodeInfoRequest) GetKey

func (x *SetNodeInfoRequest) GetKey() string

func (*SetNodeInfoRequest) GetPubkey

func (x *SetNodeInfoRequest) GetPubkey() []byte

func (*SetNodeInfoRequest) GetSignature

func (x *SetNodeInfoRequest) GetSignature() []byte

func (*SetNodeInfoRequest) GetTimestamp

func (x *SetNodeInfoRequest) GetTimestamp() int64

func (*SetNodeInfoRequest) GetValue

func (x *SetNodeInfoRequest) GetValue() []byte

func (*SetNodeInfoRequest) ProtoMessage

func (*SetNodeInfoRequest) ProtoMessage()

func (*SetNodeInfoRequest) ProtoReflect

func (x *SetNodeInfoRequest) ProtoReflect() protoreflect.Message

func (*SetNodeInfoRequest) Reset

func (x *SetNodeInfoRequest) Reset()

func (*SetNodeInfoRequest) String

func (x *SetNodeInfoRequest) String() string

type SetNodeInfoResponse

type SetNodeInfoResponse struct {
	// contains filtered or unexported fields
}

func (*SetNodeInfoResponse) Descriptor deprecated

func (*SetNodeInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetNodeInfoResponse.ProtoReflect.Descriptor instead.

func (*SetNodeInfoResponse) ProtoMessage

func (*SetNodeInfoResponse) ProtoMessage()

func (*SetNodeInfoResponse) ProtoReflect

func (x *SetNodeInfoResponse) ProtoReflect() protoreflect.Message

func (*SetNodeInfoResponse) Reset

func (x *SetNodeInfoResponse) Reset()

func (*SetNodeInfoResponse) String

func (x *SetNodeInfoResponse) String() string

type SignUrlRequest

type SignUrlRequest struct {
	BaseUrl     string `protobuf:"bytes,1,opt,name=baseUrl,json=base_url,proto3" json:"baseUrl,omitempty"`
	QueryString string `protobuf:"bytes,2,opt,name=queryString,json=query_string,proto3" json:"queryString,omitempty"`
	// contains filtered or unexported fields
}

func (*SignUrlRequest) Descriptor deprecated

func (*SignUrlRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignUrlRequest.ProtoReflect.Descriptor instead.

func (*SignUrlRequest) GetBaseUrl

func (x *SignUrlRequest) GetBaseUrl() string

func (*SignUrlRequest) GetQueryString

func (x *SignUrlRequest) GetQueryString() string

func (*SignUrlRequest) ProtoMessage

func (*SignUrlRequest) ProtoMessage()

func (*SignUrlRequest) ProtoReflect

func (x *SignUrlRequest) ProtoReflect() protoreflect.Message

func (*SignUrlRequest) Reset

func (x *SignUrlRequest) Reset()

func (*SignUrlRequest) String

func (x *SignUrlRequest) String() string

type SignUrlResponse

type SignUrlResponse struct {
	FullUrl string `protobuf:"bytes,1,opt,name=fullUrl,json=full_url,proto3" json:"fullUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*SignUrlResponse) Descriptor deprecated

func (*SignUrlResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignUrlResponse.ProtoReflect.Descriptor instead.

func (*SignUrlResponse) GetFullUrl

func (x *SignUrlResponse) GetFullUrl() string

func (*SignUrlResponse) ProtoMessage

func (*SignUrlResponse) ProtoMessage()

func (*SignUrlResponse) ProtoReflect

func (x *SignUrlResponse) ProtoReflect() protoreflect.Message

func (*SignUrlResponse) Reset

func (x *SignUrlResponse) Reset()

func (*SignUrlResponse) String

func (x *SignUrlResponse) String() string

type SignerClient

type SignerClient interface {
	SignUrl(ctx context.Context, in *SignUrlRequest, opts ...grpc.CallOption) (*SignUrlResponse, error)
}

SignerClient is the client API for Signer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSignerClient

func NewSignerClient(cc grpc.ClientConnInterface) SignerClient

type SignerServer

type SignerServer interface {
	SignUrl(context.Context, *SignUrlRequest) (*SignUrlResponse, error)
	// contains filtered or unexported methods
}

SignerServer is the server API for Signer service. All implementations must embed UnimplementedSignerServer for forward compatibility

type SupportClient

type SupportClient interface {
	ReportPaymentFailure(ctx context.Context, in *ReportPaymentFailureRequest, opts ...grpc.CallOption) (*ReportPaymentFailureReply, error)
	BreezStatus(ctx context.Context, in *BreezStatusRequest, opts ...grpc.CallOption) (*BreezStatusReply, error)
}

SupportClient is the client API for Support service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSupportClient

func NewSupportClient(cc grpc.ClientConnInterface) SupportClient

type SupportServer

type SupportServer interface {
	ReportPaymentFailure(context.Context, *ReportPaymentFailureRequest) (*ReportPaymentFailureReply, error)
	BreezStatus(context.Context, *BreezStatusRequest) (*BreezStatusReply, error)
	// contains filtered or unexported methods
}

SupportServer is the server API for Support service. All implementations must embed UnimplementedSupportServer for forward compatibility

type SwapParameters

type SwapParameters struct {
	MaxSwapAmountSat uint64 `protobuf:"varint,1,opt,name=max_swap_amount_sat,json=maxSwapAmountSat,proto3" json:"max_swap_amount_sat,omitempty"`
	MinSwapAmountSat uint64 `protobuf:"varint,2,opt,name=min_swap_amount_sat,json=minSwapAmountSat,proto3" json:"min_swap_amount_sat,omitempty"`
	MinUtxoAmountSat uint64 `protobuf:"varint,3,opt,name=min_utxo_amount_sat,json=minUtxoAmountSat,proto3" json:"min_utxo_amount_sat,omitempty"`
	// contains filtered or unexported fields
}

func (*SwapParameters) Descriptor deprecated

func (*SwapParameters) Descriptor() ([]byte, []int)

Deprecated: Use SwapParameters.ProtoReflect.Descriptor instead.

func (*SwapParameters) GetMaxSwapAmountSat

func (x *SwapParameters) GetMaxSwapAmountSat() uint64

func (*SwapParameters) GetMinSwapAmountSat

func (x *SwapParameters) GetMinSwapAmountSat() uint64

func (*SwapParameters) GetMinUtxoAmountSat

func (x *SwapParameters) GetMinUtxoAmountSat() uint64

func (*SwapParameters) ProtoMessage

func (*SwapParameters) ProtoMessage()

func (*SwapParameters) ProtoReflect

func (x *SwapParameters) ProtoReflect() protoreflect.Message

func (*SwapParameters) Reset

func (x *SwapParameters) Reset()

func (*SwapParameters) String

func (x *SwapParameters) String() string

type SwapParametersRequest

type SwapParametersRequest struct {
	// contains filtered or unexported fields
}

func (*SwapParametersRequest) Descriptor deprecated

func (*SwapParametersRequest) Descriptor() ([]byte, []int)

Deprecated: Use SwapParametersRequest.ProtoReflect.Descriptor instead.

func (*SwapParametersRequest) ProtoMessage

func (*SwapParametersRequest) ProtoMessage()

func (*SwapParametersRequest) ProtoReflect

func (x *SwapParametersRequest) ProtoReflect() protoreflect.Message

func (*SwapParametersRequest) Reset

func (x *SwapParametersRequest) Reset()

func (*SwapParametersRequest) String

func (x *SwapParametersRequest) String() string

type SwapParametersResponse

type SwapParametersResponse struct {
	Parameters *SwapParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*SwapParametersResponse) Descriptor deprecated

func (*SwapParametersResponse) Descriptor() ([]byte, []int)

Deprecated: Use SwapParametersResponse.ProtoReflect.Descriptor instead.

func (*SwapParametersResponse) GetParameters

func (x *SwapParametersResponse) GetParameters() *SwapParameters

func (*SwapParametersResponse) ProtoMessage

func (*SwapParametersResponse) ProtoMessage()

func (*SwapParametersResponse) ProtoReflect

func (x *SwapParametersResponse) ProtoReflect() protoreflect.Message

func (*SwapParametersResponse) Reset

func (x *SwapParametersResponse) Reset()

func (*SwapParametersResponse) String

func (x *SwapParametersResponse) String() string

type SwapperClient

type SwapperClient interface {
	AddFundInit(ctx context.Context, in *AddFundInitRequest, opts ...grpc.CallOption) (*AddFundInitReply, error)
	AddFundStatus(ctx context.Context, in *AddFundStatusRequest, opts ...grpc.CallOption) (*AddFundStatusReply, error)
	GetSwapPayment(ctx context.Context, in *GetSwapPaymentRequest, opts ...grpc.CallOption) (*GetSwapPaymentReply, error)
	RedeemSwapPayment(ctx context.Context, in *RedeemSwapPaymentRequest, opts ...grpc.CallOption) (*RedeemSwapPaymentReply, error)
	GetReverseRoutingNode(ctx context.Context, in *GetReverseRoutingNodeRequest, opts ...grpc.CallOption) (*GetReverseRoutingNodeReply, error)
}

SwapperClient is the client API for Swapper service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSwapperClient

func NewSwapperClient(cc grpc.ClientConnInterface) SwapperClient

type SwapperServer

type SwapperServer interface {
	AddFundInit(context.Context, *AddFundInitRequest) (*AddFundInitReply, error)
	AddFundStatus(context.Context, *AddFundStatusRequest) (*AddFundStatusReply, error)
	GetSwapPayment(context.Context, *GetSwapPaymentRequest) (*GetSwapPaymentReply, error)
	RedeemSwapPayment(context.Context, *RedeemSwapPaymentRequest) (*RedeemSwapPaymentReply, error)
	GetReverseRoutingNode(context.Context, *GetReverseRoutingNodeRequest) (*GetReverseRoutingNodeReply, error)
	// contains filtered or unexported methods
}

SwapperServer is the server API for Swapper service. All implementations must embed UnimplementedSwapperServer for forward compatibility

type SyncNotifierClient

type SyncNotifierClient interface {
	RegisterPeriodicSync(ctx context.Context, in *RegisterPeriodicSyncRequest, opts ...grpc.CallOption) (*RegisterPeriodicSyncResponse, error)
}

SyncNotifierClient is the client API for SyncNotifier service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SyncNotifierServer

type SyncNotifierServer interface {
	RegisterPeriodicSync(context.Context, *RegisterPeriodicSyncRequest) (*RegisterPeriodicSyncResponse, error)
	// contains filtered or unexported methods
}

SyncNotifierServer is the server API for SyncNotifier service. All implementations must embed UnimplementedSyncNotifierServer for forward compatibility

type TaprootSwapperClient

type TaprootSwapperClient interface {
	CreateSwap(ctx context.Context, in *CreateSwapRequest, opts ...grpc.CallOption) (*CreateSwapResponse, error)
	PaySwap(ctx context.Context, in *PaySwapRequest, opts ...grpc.CallOption) (*PaySwapResponse, error)
	RefundSwap(ctx context.Context, in *RefundSwapRequest, opts ...grpc.CallOption) (*RefundSwapResponse, error)
	SwapParameters(ctx context.Context, in *SwapParametersRequest, opts ...grpc.CallOption) (*SwapParametersResponse, error)
}

TaprootSwapperClient is the client API for TaprootSwapper service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TaprootSwapperServer

type TaprootSwapperServer interface {
	CreateSwap(context.Context, *CreateSwapRequest) (*CreateSwapResponse, error)
	PaySwap(context.Context, *PaySwapRequest) (*PaySwapResponse, error)
	RefundSwap(context.Context, *RefundSwapRequest) (*RefundSwapResponse, error)
	SwapParameters(context.Context, *SwapParametersRequest) (*SwapParametersResponse, error)
	// contains filtered or unexported methods
}

TaprootSwapperServer is the server API for TaprootSwapper service. All implementations must embed UnimplementedTaprootSwapperServer for forward compatibility

type TerminateCTPSessionRequest

type TerminateCTPSessionRequest struct {
	SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminateCTPSessionRequest) Descriptor deprecated

func (*TerminateCTPSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use TerminateCTPSessionRequest.ProtoReflect.Descriptor instead.

func (*TerminateCTPSessionRequest) GetSessionID

func (x *TerminateCTPSessionRequest) GetSessionID() string

func (*TerminateCTPSessionRequest) ProtoMessage

func (*TerminateCTPSessionRequest) ProtoMessage()

func (*TerminateCTPSessionRequest) ProtoReflect

func (*TerminateCTPSessionRequest) Reset

func (x *TerminateCTPSessionRequest) Reset()

func (*TerminateCTPSessionRequest) String

func (x *TerminateCTPSessionRequest) String() string

type TerminateCTPSessionResponse

type TerminateCTPSessionResponse struct {
	// contains filtered or unexported fields
}

func (*TerminateCTPSessionResponse) Descriptor deprecated

func (*TerminateCTPSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use TerminateCTPSessionResponse.ProtoReflect.Descriptor instead.

func (*TerminateCTPSessionResponse) ProtoMessage

func (*TerminateCTPSessionResponse) ProtoMessage()

func (*TerminateCTPSessionResponse) ProtoReflect

func (*TerminateCTPSessionResponse) Reset

func (x *TerminateCTPSessionResponse) Reset()

func (*TerminateCTPSessionResponse) String

func (x *TerminateCTPSessionResponse) String() string

type UnimplementedCTPServer

type UnimplementedCTPServer struct {
}

UnimplementedCTPServer must be embedded to have forward compatible implementations.

func (UnimplementedCTPServer) JoinCTPSession

type UnimplementedCardOrdererServer

type UnimplementedCardOrdererServer struct {
}

UnimplementedCardOrdererServer must be embedded to have forward compatible implementations.

func (UnimplementedCardOrdererServer) Order

type UnimplementedChannelOpenerServer

type UnimplementedChannelOpenerServer struct {
}

UnimplementedChannelOpenerServer must be embedded to have forward compatible implementations.

func (UnimplementedChannelOpenerServer) CheckChannels

func (UnimplementedChannelOpenerServer) LSPFullList

func (UnimplementedChannelOpenerServer) LSPList

func (UnimplementedChannelOpenerServer) RegisterPayment

type UnimplementedFundManagerServer

type UnimplementedFundManagerServer struct {
}

UnimplementedFundManagerServer must be embedded to have forward compatible implementations.

func (UnimplementedFundManagerServer) AddFundInit

func (UnimplementedFundManagerServer) AddFundStatus

func (UnimplementedFundManagerServer) GetSwapPayment

func (UnimplementedFundManagerServer) RedeemRemovedFunds

func (UnimplementedFundManagerServer) RemoveFund

func (UnimplementedFundManagerServer) UpdateChannelPolicy

type UnimplementedInactiveNotifierServer

type UnimplementedInactiveNotifierServer struct {
}

UnimplementedInactiveNotifierServer must be embedded to have forward compatible implementations.

func (UnimplementedInactiveNotifierServer) InactiveNotify

type UnimplementedInformationServer

type UnimplementedInformationServer struct {
}

UnimplementedInformationServer must be embedded to have forward compatible implementations.

func (UnimplementedInformationServer) BreezAppVersions

func (UnimplementedInformationServer) ChainApiServers

func (UnimplementedInformationServer) Ping

func (UnimplementedInformationServer) Rates

func (UnimplementedInformationServer) ReceiverInfo

type UnimplementedInvoicerServer

type UnimplementedInvoicerServer struct {
}

UnimplementedInvoicerServer must be embedded to have forward compatible implementations.

func (UnimplementedInvoicerServer) RegisterDevice

func (UnimplementedInvoicerServer) SendInvoice

type UnimplementedNodeInfoServer

type UnimplementedNodeInfoServer struct {
}

UnimplementedNodeInfoServer must be embedded to have forward compatible implementations.

func (UnimplementedNodeInfoServer) GetNodeInfo

func (UnimplementedNodeInfoServer) SetNodeInfo

type UnimplementedPaymentNotifierServer

type UnimplementedPaymentNotifierServer struct {
}

UnimplementedPaymentNotifierServer must be embedded to have forward compatible implementations.

type UnimplementedPosServer

type UnimplementedPosServer struct {
}

UnimplementedPosServer must be embedded to have forward compatible implementations.

func (UnimplementedPosServer) RegisterDevice

type UnimplementedPushTxNotifierServer

type UnimplementedPushTxNotifierServer struct {
}

UnimplementedPushTxNotifierServer must be embedded to have forward compatible implementations.

func (UnimplementedPushTxNotifierServer) RegisterTxNotification

type UnimplementedSignerServer

type UnimplementedSignerServer struct {
}

UnimplementedSignerServer must be embedded to have forward compatible implementations.

func (UnimplementedSignerServer) SignUrl

type UnimplementedSupportServer

type UnimplementedSupportServer struct {
}

UnimplementedSupportServer must be embedded to have forward compatible implementations.

func (UnimplementedSupportServer) BreezStatus

type UnimplementedSwapperServer

type UnimplementedSwapperServer struct {
}

UnimplementedSwapperServer must be embedded to have forward compatible implementations.

func (UnimplementedSwapperServer) AddFundInit

func (UnimplementedSwapperServer) AddFundStatus

func (UnimplementedSwapperServer) GetSwapPayment

func (UnimplementedSwapperServer) RedeemSwapPayment

type UnimplementedSyncNotifierServer

type UnimplementedSyncNotifierServer struct {
}

UnimplementedSyncNotifierServer must be embedded to have forward compatible implementations.

type UnimplementedTaprootSwapperServer

type UnimplementedTaprootSwapperServer struct {
}

UnimplementedTaprootSwapperServer must be embedded to have forward compatible implementations.

func (UnimplementedTaprootSwapperServer) CreateSwap

func (UnimplementedTaprootSwapperServer) PaySwap

func (UnimplementedTaprootSwapperServer) RefundSwap

func (UnimplementedTaprootSwapperServer) SwapParameters

type UnsafeCTPServer

type UnsafeCTPServer interface {
	// contains filtered or unexported methods
}

UnsafeCTPServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CTPServer will result in compilation errors.

type UnsafeCardOrdererServer

type UnsafeCardOrdererServer interface {
	// contains filtered or unexported methods
}

UnsafeCardOrdererServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CardOrdererServer will result in compilation errors.

type UnsafeChannelOpenerServer

type UnsafeChannelOpenerServer interface {
	// contains filtered or unexported methods
}

UnsafeChannelOpenerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ChannelOpenerServer will result in compilation errors.

type UnsafeFundManagerServer

type UnsafeFundManagerServer interface {
	// contains filtered or unexported methods
}

UnsafeFundManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FundManagerServer will result in compilation errors.

type UnsafeInactiveNotifierServer

type UnsafeInactiveNotifierServer interface {
	// contains filtered or unexported methods
}

UnsafeInactiveNotifierServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InactiveNotifierServer will result in compilation errors.

type UnsafeInformationServer

type UnsafeInformationServer interface {
	// contains filtered or unexported methods
}

UnsafeInformationServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InformationServer will result in compilation errors.

type UnsafeInvoicerServer

type UnsafeInvoicerServer interface {
	// contains filtered or unexported methods
}

UnsafeInvoicerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InvoicerServer will result in compilation errors.

type UnsafeNodeInfoServer

type UnsafeNodeInfoServer interface {
	// contains filtered or unexported methods
}

UnsafeNodeInfoServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NodeInfoServer will result in compilation errors.

type UnsafePaymentNotifierServer

type UnsafePaymentNotifierServer interface {
	// contains filtered or unexported methods
}

UnsafePaymentNotifierServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PaymentNotifierServer will result in compilation errors.

type UnsafePosServer

type UnsafePosServer interface {
	// contains filtered or unexported methods
}

UnsafePosServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PosServer will result in compilation errors.

type UnsafePushTxNotifierServer

type UnsafePushTxNotifierServer interface {
	// contains filtered or unexported methods
}

UnsafePushTxNotifierServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PushTxNotifierServer will result in compilation errors.

type UnsafeSignerServer

type UnsafeSignerServer interface {
	// contains filtered or unexported methods
}

UnsafeSignerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SignerServer will result in compilation errors.

type UnsafeSupportServer

type UnsafeSupportServer interface {
	// contains filtered or unexported methods
}

UnsafeSupportServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SupportServer will result in compilation errors.

type UnsafeSwapperServer

type UnsafeSwapperServer interface {
	// contains filtered or unexported methods
}

UnsafeSwapperServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SwapperServer will result in compilation errors.

type UnsafeSyncNotifierServer

type UnsafeSyncNotifierServer interface {
	// contains filtered or unexported methods
}

UnsafeSyncNotifierServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SyncNotifierServer will result in compilation errors.

type UnsafeTaprootSwapperServer

type UnsafeTaprootSwapperServer interface {
	// contains filtered or unexported methods
}

UnsafeTaprootSwapperServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TaprootSwapperServer will result in compilation errors.

type UpdateChannelPolicyReply

type UpdateChannelPolicyReply struct {
	// contains filtered or unexported fields
}

func (*UpdateChannelPolicyReply) Descriptor deprecated

func (*UpdateChannelPolicyReply) Descriptor() ([]byte, []int)

Deprecated: Use UpdateChannelPolicyReply.ProtoReflect.Descriptor instead.

func (*UpdateChannelPolicyReply) ProtoMessage

func (*UpdateChannelPolicyReply) ProtoMessage()

func (*UpdateChannelPolicyReply) ProtoReflect

func (x *UpdateChannelPolicyReply) ProtoReflect() protoreflect.Message

func (*UpdateChannelPolicyReply) Reset

func (x *UpdateChannelPolicyReply) Reset()

func (*UpdateChannelPolicyReply) String

func (x *UpdateChannelPolicyReply) String() string

type UpdateChannelPolicyRequest

type UpdateChannelPolicyRequest struct {
	PubKey string `protobuf:"bytes,1,opt,name=pubKey,proto3" json:"pubKey,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateChannelPolicyRequest) Descriptor deprecated

func (*UpdateChannelPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateChannelPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateChannelPolicyRequest) GetPubKey

func (x *UpdateChannelPolicyRequest) GetPubKey() string

func (*UpdateChannelPolicyRequest) ProtoMessage

func (*UpdateChannelPolicyRequest) ProtoMessage()

func (*UpdateChannelPolicyRequest) ProtoReflect

func (*UpdateChannelPolicyRequest) Reset

func (x *UpdateChannelPolicyRequest) Reset()

func (*UpdateChannelPolicyRequest) String

func (x *UpdateChannelPolicyRequest) String() string

type UploadFileReply

type UploadFileReply struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadFileReply) Descriptor deprecated

func (*UploadFileReply) Descriptor() ([]byte, []int)

Deprecated: Use UploadFileReply.ProtoReflect.Descriptor instead.

func (*UploadFileReply) GetUrl

func (x *UploadFileReply) GetUrl() string

func (*UploadFileReply) ProtoMessage

func (*UploadFileReply) ProtoMessage()

func (*UploadFileReply) ProtoReflect

func (x *UploadFileReply) ProtoReflect() protoreflect.Message

func (*UploadFileReply) Reset

func (x *UploadFileReply) Reset()

func (*UploadFileReply) String

func (x *UploadFileReply) String() string

type UploadFileRequest

type UploadFileRequest struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadFileRequest) Descriptor deprecated

func (*UploadFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use UploadFileRequest.ProtoReflect.Descriptor instead.

func (*UploadFileRequest) GetContent

func (x *UploadFileRequest) GetContent() []byte

func (*UploadFileRequest) ProtoMessage

func (*UploadFileRequest) ProtoMessage()

func (*UploadFileRequest) ProtoReflect

func (x *UploadFileRequest) ProtoReflect() protoreflect.Message

func (*UploadFileRequest) Reset

func (x *UploadFileRequest) Reset()

func (*UploadFileRequest) String

func (x *UploadFileRequest) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL