pub struct RuneTransactionDecoder {}Implementations§
Source§impl RuneTransactionDecoder
impl RuneTransactionDecoder
pub fn new() -> Self
pub fn decode_tx(&self, transaction: &Transaction) -> Option<RuneTxDetails>
Trait Implementations§
Source§impl Clone for RuneTransactionDecoder
impl Clone for RuneTransactionDecoder
Source§fn clone(&self) -> RuneTransactionDecoder
fn clone(&self) -> RuneTransactionDecoder
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 RuneTransactionDecoder
impl RefUnwindSafe for RuneTransactionDecoder
impl Send for RuneTransactionDecoder
impl Sync for RuneTransactionDecoder
impl Unpin for RuneTransactionDecoder
impl UnsafeUnpin for RuneTransactionDecoder
impl UnwindSafe for RuneTransactionDecoder
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