pub struct VTXO_NO_FEE_AMOUNT_VERSION_HEXES { /* private fields */ }Expand description
A set of hex strings for deterministically generated and fully correct VTXOs with [crate::vtxo::VTXO_NO_FEE_AMOUNT_VERSION] encoding.
Methods from Deref<Target = VtxoTestHex>§
pub fn deserialize_test_vectors(&self) -> VtxoTestVectors
Trait Implementations§
Source§impl Deref for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
impl Deref for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
Source§type Target = VtxoTestHex
type Target = VtxoTestHex
The resulting type after dereferencing.
Source§fn deref(&self) -> &VtxoTestHex
fn deref(&self) -> &VtxoTestHex
Dereferences the value.
impl LazyStatic for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
Auto Trait Implementations§
impl Freeze for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
impl RefUnwindSafe for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
impl Send for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
impl Sync for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
impl Unpin for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
impl UnwindSafe for VTXO_NO_FEE_AMOUNT_VERSION_HEXES
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more