pub struct VtxoTestVectors {
pub server_key: Keypair,
pub anchor_tx: Transaction,
pub board_vtxo: Vtxo,
pub arkoor_htlc_out_vtxo: Vtxo,
pub arkoor2_vtxo: Vtxo,
pub round_tx: Transaction,
pub round1_vtxo: Vtxo,
pub round2_vtxo: Vtxo,
pub arkoor3_user_key: Keypair,
pub arkoor3_vtxo: Vtxo,
}Fields§
§server_key: Keypair§anchor_tx: Transaction§board_vtxo: Vtxo§arkoor_htlc_out_vtxo: Vtxo§arkoor2_vtxo: Vtxo§round_tx: Transaction§round1_vtxo: Vtxo§round2_vtxo: Vtxo§arkoor3_user_key: Keypair§arkoor3_vtxo: VtxoTrait Implementations§
Source§impl Debug for VtxoTestVectors
impl Debug for VtxoTestVectors
Source§impl PartialEq for VtxoTestVectors
impl PartialEq for VtxoTestVectors
impl Eq for VtxoTestVectors
impl StructuralPartialEq for VtxoTestVectors
Auto Trait Implementations§
impl Freeze for VtxoTestVectors
impl RefUnwindSafe for VtxoTestVectors
impl Send for VtxoTestVectors
impl Sync for VtxoTestVectors
impl Unpin for VtxoTestVectors
impl UnwindSafe for VtxoTestVectors
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.