Trait breez_sdk_core::bitcoin::bech32::Base32Len

pub trait Base32Len: ToBase32 {
    // Required method
    fn base32_len(&self) -> usize;
}
Expand description

Interface to calculate the length of the base32 representation before actually serializing

Required Methods§

fn base32_len(&self) -> usize

Calculate the base32 serialized length

Object Safety§

This trait is not object safe.

Implementors§