Module lnpbp_bech32::strategies[][src]

Expand description

Strategies for automatic implementation of the Bech32 traits

Structs

Strategy for Bech32 representation as uncompressed data (starting from data1... HRP). The data are takken by using StrictEncode implementation defined for the type.

Strategy for Bech32 representation of the newtypes wrapping other types. The strategy simply inherits Bech32 representation from the inner type.

Traits

Helper trait for implementing specific strategy for Bech32 construction