Struct subxt_metadata::ExtrinsicMetadata
source · pub struct ExtrinsicMetadata { /* private fields */ }Expand description
Metadata for the extrinsic type.
Implementations§
source§impl ExtrinsicMetadata
impl ExtrinsicMetadata
sourcepub fn address_ty(&self) -> u32
pub fn address_ty(&self) -> u32
The type of the address that signs the extrinsic
sourcepub fn signature_ty(&self) -> u32
pub fn signature_ty(&self) -> u32
The type of the extrinsic’s signature.
sourcepub fn signed_extensions(&self) -> &[SignedExtensionMetadata]
pub fn signed_extensions(&self) -> &[SignedExtensionMetadata]
The extra/additional information associated with the extrinsic.
Trait Implementations§
source§impl Clone for ExtrinsicMetadata
impl Clone for ExtrinsicMetadata
source§fn clone(&self) -> ExtrinsicMetadata
fn clone(&self) -> ExtrinsicMetadata
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 ExtrinsicMetadata
impl RefUnwindSafe for ExtrinsicMetadata
impl Send for ExtrinsicMetadata
impl Sync for ExtrinsicMetadata
impl Unpin for ExtrinsicMetadata
impl UnwindSafe for ExtrinsicMetadata
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