LNURLDecoder

main

Decode a LNURL and get the URL.
FlorianHubl/LNURLDecoder

LNURL Decoder

Decode a LNURL and get the URL.

let input = "Bitcoin fixes this"
let lnurl = try LNURLDecoder.encode(url: input)
print(lnurl)
let output = try LNURLDecoder.decode(lnurl: lnurl)
print(output)

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed May 14 2025 02:20:42 GMT-0900 (Hawaii-Aleutian Daylight Time)