pub struct SignedVtxoRequest {
pub vtxo: VtxoRequest,
pub cosign_pubkey: Option<PublicKey>,
}Fields§
§vtxo: VtxoRequestThe actual VTXO request.
cosign_pubkey: Option<PublicKey>The public key used by the client to cosign the transaction tree The client SHOULD forget this key after signing it
Trait Implementations§
Source§impl Clone for SignedVtxoRequest
impl Clone for SignedVtxoRequest
Source§fn clone(&self) -> SignedVtxoRequest
fn clone(&self) -> SignedVtxoRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignedVtxoRequest
impl Debug for SignedVtxoRequest
Source§impl Hash for SignedVtxoRequest
impl Hash for SignedVtxoRequest
Source§impl Ord for SignedVtxoRequest
impl Ord for SignedVtxoRequest
Source§fn cmp(&self, other: &SignedVtxoRequest) -> Ordering
fn cmp(&self, other: &SignedVtxoRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SignedVtxoRequest
impl PartialEq for SignedVtxoRequest
Source§impl PartialOrd for SignedVtxoRequest
impl PartialOrd for SignedVtxoRequest
impl Eq for SignedVtxoRequest
impl StructuralPartialEq for SignedVtxoRequest
Auto Trait Implementations§
impl Freeze for SignedVtxoRequest
impl RefUnwindSafe for SignedVtxoRequest
impl Send for SignedVtxoRequest
impl Sync for SignedVtxoRequest
impl Unpin for SignedVtxoRequest
impl UnwindSafe for SignedVtxoRequest
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