pub struct LeafVtxoCosignResponse {
pub public_nonce: PublicNonce,
pub partial_signature: PartialSignature,
}Fields§
§public_nonce: PublicNonce§partial_signature: PartialSignatureImplementations§
Source§impl LeafVtxoCosignResponse
impl LeafVtxoCosignResponse
Sourcepub fn new_cosign(
request: &LeafVtxoCosignRequest,
vtxo: &Vtxo,
chain_anchor: &Transaction,
server_key: &Keypair,
) -> Self
pub fn new_cosign( request: &LeafVtxoCosignRequest, vtxo: &Vtxo, chain_anchor: &Transaction, server_key: &Keypair, ) -> Self
Cosign a LeafVtxoCosignRequest
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeafVtxoCosignResponse
impl RefUnwindSafe for LeafVtxoCosignResponse
impl Send for LeafVtxoCosignResponse
impl Sync for LeafVtxoCosignResponse
impl Unpin for LeafVtxoCosignResponse
impl UnwindSafe for LeafVtxoCosignResponse
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