Type Definition lightning::ln::features::InvoiceFeatures[][src]

pub type InvoiceFeatures = Features<InvoiceContext>;
Expand description

Features used within an invoice.

Trait Implementations

Calculate the base32 serialized length

The associated error which can be returned from parsing (e.g. because of bad padding).

Convert a base32 slice to Self.

Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more

Convert Self to base32 vector