pub struct VtxoTestHex {
pub server_key: &'static str,
pub anchor_tx: &'static str,
pub board_vtxo: &'static str,
pub arkoor_htlc_out_vtxo: &'static str,
pub arkoor2_vtxo: &'static str,
pub round_tx: &'static str,
pub round1_vtxo: &'static str,
pub round2_vtxo: &'static str,
pub arkoor3_user_key: &'static str,
pub arkoor3_vtxo: &'static str,
}Fields§
§server_key: &'static str§anchor_tx: &'static str§board_vtxo: &'static str§arkoor_htlc_out_vtxo: &'static str§arkoor2_vtxo: &'static str§round_tx: &'static str§round1_vtxo: &'static str§round2_vtxo: &'static str§arkoor3_user_key: &'static str§arkoor3_vtxo: &'static strImplementations§
Source§impl VtxoTestHex
impl VtxoTestHex
pub fn deserialize_test_vectors(&self) -> VtxoTestVectors
Trait Implementations§
Source§impl Debug for VtxoTestHex
impl Debug for VtxoTestHex
Source§impl PartialEq for VtxoTestHex
impl PartialEq for VtxoTestHex
impl Eq for VtxoTestHex
impl StructuralPartialEq for VtxoTestHex
Auto Trait Implementations§
impl Freeze for VtxoTestHex
impl RefUnwindSafe for VtxoTestHex
impl Send for VtxoTestHex
impl Sync for VtxoTestHex
impl Unpin for VtxoTestHex
impl UnwindSafe for VtxoTestHex
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.