Struct subxt_metadata::SignedExtensionMetadata
source · pub struct SignedExtensionMetadata { /* private fields */ }Expand description
Metadata for the signed extensions used by extrinsics.
Implementations§
source§impl SignedExtensionMetadata
impl SignedExtensionMetadata
sourcepub fn identifier(&self) -> &str
pub fn identifier(&self) -> &str
The unique signed extension identifier, which may be different from the type name.
sourcepub fn extra_ty(&self) -> u32
pub fn extra_ty(&self) -> u32
The type of the signed extension, with the data to be included in the extrinsic.
sourcepub fn additional_ty(&self) -> u32
pub fn additional_ty(&self) -> u32
The type of the additional signed data, with the data to be included in the signed payload
Trait Implementations§
source§impl Clone for SignedExtensionMetadata
impl Clone for SignedExtensionMetadata
source§fn clone(&self) -> SignedExtensionMetadata
fn clone(&self) -> SignedExtensionMetadata
Returns a copy 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 SignedExtensionMetadata
impl RefUnwindSafe for SignedExtensionMetadata
impl Send for SignedExtensionMetadata
impl Sync for SignedExtensionMetadata
impl Unpin for SignedExtensionMetadata
impl UnwindSafe for SignedExtensionMetadata
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