Wallet Params
data class WalletParams(trampolineNode: NodeUri, trampolineFees: List<TrampolineFees>, invoiceDefaultRoutingFees: InvoiceDefaultRoutingFees)
Content copied to clipboard
Parameters
trampoline Node
address of the trampoline node used for outgoing payments.
trampoline Fees
ordered list of trampoline fees to try when making an outgoing payment.
invoice Default Routing Fees
default routing fees set in invoices when we don't have any channel.
Constructors
WalletParams
Link copied to clipboard
fun WalletParams(trampolineNode: NodeUri, trampolineFees: List<TrampolineFees>, invoiceDefaultRoutingFees: InvoiceDefaultRoutingFees)
Content copied to clipboard
Properties
invoiceDefaultRoutingFees
Link copied to clipboard
trampolineFees
Link copied to clipboard
trampolineNode
Link copied to clipboard