pub struct DetachedCosignatureBuilder { /* private fields */ }
Expand description
Cosignature detached from an aggregate transaction.
Implementations§
Source§impl DetachedCosignatureBuilder
impl DetachedCosignatureBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of DetachedCosignatureBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A DetachedCosignatureBuilder.
Sourcepub fn get_parent_hash(&self) -> Hash256Dto
pub fn get_parent_hash(&self) -> Hash256Dto
Gets hash of the aggregate transaction that is signed by this cosignature.
§Returns
A Hash of the aggregate transaction that is signed by this cosignature.
Trait Implementations§
Source§impl Clone for DetachedCosignatureBuilder
impl Clone for DetachedCosignatureBuilder
Source§fn clone(&self) -> DetachedCosignatureBuilder
fn clone(&self) -> DetachedCosignatureBuilder
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 moreAuto Trait Implementations§
impl Freeze for DetachedCosignatureBuilder
impl RefUnwindSafe for DetachedCosignatureBuilder
impl Send for DetachedCosignatureBuilder
impl Sync for DetachedCosignatureBuilder
impl Unpin for DetachedCosignatureBuilder
impl UnwindSafe for DetachedCosignatureBuilder
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