bolt11 invoice.
Record Field | Description |
|
|
|
|
Full Usage:
Prefix
Field type: string
|
|
|
|
|
|
|
|
Instance member | Description |
|
|
|
|
|
|
Full Usage:
this.FallbackAddresses
Returns: string list
|
|
|
|
Full Usage:
this.HumanReadablePart
Returns: string
|
|
Full Usage:
this.IsExpired
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.PrefixValue
Returns: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Static member | Description |
Full Usage:
PaymentRequest.Parse(str)
Parameters:
string
Returns: Result<PaymentRequest, string>
|
|
Full Usage:
PaymentRequest.TryCreate(prefix, amount, timestamp, nodeId, tags, signer)
Parameters:
string
amount : LNMoney option
timestamp : DateTimeOffset
nodeId : NodeId
tags : TaggedFields
signer : IMessageSigner
Returns: Result<PaymentRequest, string>
|
|
Full Usage:
PaymentRequest.TryCreate(prefix, amount, timestamp, nodeId, tags, nodeSecret)
Parameters:
string
amount : LNMoney option
timestamp : DateTimeOffset
nodeId : NodeId
tags : TaggedFields
nodeSecret : Key
Returns: Result<PaymentRequest, string>
|
|
Full Usage:
PaymentRequest.TryCreate(prefix, amount, timestamp, tags, nodeSecret)
Parameters:
string
amount : LNMoney option
timestamp : DateTimeOffset
tags : TaggedFields
nodeSecret : Key
Returns: Result<PaymentRequest, string>
|
|
Full Usage:
PaymentRequest.TryCreate(network, amount, timestamp, tags, nodeSecret)
Parameters:
Network
amount : LNMoney option
timestamp : DateTimeOffset
tags : TaggedFields
nodeSecret : Key
Returns: Result<PaymentRequest, string>
|
|