Trait bdk::Vbytes[][src]

pub trait Vbytes {
    fn vbytes(self) -> usize;
}
Expand description

Trait implemented by types that can be used to measure weight units.

Required methods

Convert weight units to virtual bytes.

Implementations on Foreign Types

Implementors