[][src]Struct jlib::base::local_sign::sign_cancel_offer::SignTxCancelOffer

pub struct SignTxCancelOffer<'a> {
    pub fields: Vec<&'a str>,
    pub keypair: &'a Keypair,
    pub tx_json: &'a OfferCancelTxJson,
    pub sequence: u32,
}

Fields

fields: Vec<&'a str>keypair: &'a Keypairtx_json: &'a OfferCancelTxJsonsequence: u32

Methods

impl<'a> SignTxCancelOffer<'a>[src]

pub fn with_params(
    keypair: &'a Keypair,
    tx_json: &'a OfferCancelTxJson,
    sequence: u32
) -> Self
[src]

pub fn build(&mut self, sign_tx: &SignTx) -> String[src]

Trait Implementations

impl<'a> FormatSignTxJson for SignTxCancelOffer<'a>[src]

Auto Trait Implementations

impl<'a> Sync for SignTxCancelOffer<'a>

impl<'a> Send for SignTxCancelOffer<'a>

impl<'a> Unpin for SignTxCancelOffer<'a>

impl<'a> RefUnwindSafe for SignTxCancelOffer<'a>

impl<'a> UnwindSafe for SignTxCancelOffer<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any