Uses of Class
org.ldk.enums.Currency
-
Packages that use Currency Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of Currency in org.ldk.enums
Methods in org.ldk.enums that return Currency Modifier and Type Method Description static Currency
Currency. valueOf(String name)
Returns the enum constant of this type with the specified name.static Currency[]
Currency. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Currency in org.ldk.impl
Methods in org.ldk.impl that return Currency Modifier and Type Method Description static Currency
bindings. Currency_bitcoin()
static Currency
bindings. Currency_bitcoin_testnet()
static Currency
bindings. Currency_clone(long orig)
static Currency
bindings. Currency_regtest()
static Currency
bindings. Currency_signet()
static Currency
bindings. Currency_simnet()
static Currency
bindings. Invoice_currency(long this_arg)
static Currency
bindings. RawInvoice_currency(long this_arg)
Methods in org.ldk.impl with parameters of type Currency Modifier and Type Method Description static long
bindings. create_invoice_from_channelmanager(long channelmanager, long keys_manager, Currency network, long amt_msat, String description)
-
Uses of Currency in org.ldk.structs
Methods in org.ldk.structs that return Currency Modifier and Type Method Description Currency
Invoice. currency()
Returns the currency for which the invoice was issuedCurrency
RawInvoice. currency()
Methods in org.ldk.structs with parameters of type Currency Modifier and Type Method Description static Result_InvoiceSignOrCreationErrorZ
UtilMethods. create_invoice_from_channelmanager(ChannelManager channelmanager, KeysInterface keys_manager, Currency network, Option_u64Z amt_msat, String description)
Utility to construct an invoice.
-