WalletParams

data class WalletParams(trampolineNode: NodeUri, trampolineFees: List<TrampolineFees>, invoiceDefaultRoutingFees: InvoiceDefaultRoutingFees)

Parameters

trampolineNode

address of the trampoline node used for outgoing payments.

trampolineFees

ordered list of trampoline fees to try when making an outgoing payment.

invoiceDefaultRoutingFees

default routing fees set in invoices when we don't have any channel.

Constructors

WalletParams
Link copied to clipboard
common
fun WalletParams(trampolineNode: NodeUri, trampolineFees: List<TrampolineFees>, invoiceDefaultRoutingFees: InvoiceDefaultRoutingFees)

Properties

invoiceDefaultRoutingFees
Link copied to clipboard
common
trampolineFees
Link copied to clipboard
common
val trampolineFees: List<TrampolineFees>
trampolineNode
Link copied to clipboard
common
val trampolineNode: NodeUri