You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data types in LUDs adhere to the primitive data types of Typescript. #137
The comment for each field in LUD-06 is giving additional context
{
"callback": string, // The URL from LN SERVICE which will accept the pay request parameters
"maxSendable": number, // Max millisatoshi amount LN SERVICE is willing to receive
"minSendable": number, // Min millisatoshi amount LN SERVICE is willing to receive, can not be less than 1 or more than `maxSendable`
"metadata": string, // Metadata json which must be presented as raw string here, this is required to pass signature verification at a later step
"tag": "payRequest" // Type of LNURL
}
Millisatoshi should have any decimals, as that makes no sense. An integer should be expected.
What is the exact specification of number in LUDS-06? A number can be an integer or floating point number.
The text was updated successfully, but these errors were encountered: