pub struct CosignatureBuilder { /* private fields */ }
Expand description
Cosignature attached to an aggregate transaction.
Implementations§
Source§impl CosignatureBuilder
impl CosignatureBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of CosignatureBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A CosignatureBuilder.
Sourcepub fn get_version(&self) -> u64
pub fn get_version(&self) -> u64
Sourcepub fn get_signer_public_key(&self) -> KeyDto
pub fn get_signer_public_key(&self) -> KeyDto
Sourcepub fn get_signature(&self) -> SignatureDto
pub fn get_signature(&self) -> SignatureDto
Trait Implementations§
Source§impl Clone for CosignatureBuilder
impl Clone for CosignatureBuilder
Source§fn clone(&self) -> CosignatureBuilder
fn clone(&self) -> CosignatureBuilder
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 CosignatureBuilder
impl RefUnwindSafe for CosignatureBuilder
impl Send for CosignatureBuilder
impl Sync for CosignatureBuilder
impl Unpin for CosignatureBuilder
impl UnwindSafe for CosignatureBuilder
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