[][src]Struct jlib::base::local_sign::sign_relate::SignTxRelate

pub struct SignTxRelate<'a> {
    pub fields: Vec<&'a str>,
    pub keypair: &'a Keypair,
    pub tx_json: &'a RelationTxJson,
    pub sequence: u32,
    pub output: SignedTxJson<'a>,
}

Fields

fields: Vec<&'a str>keypair: &'a Keypairtx_json: &'a RelationTxJsonsequence: u32output: SignedTxJson<'a>

Methods

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

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

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

Trait Implementations

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

Auto Trait Implementations

impl<'a> !Sync for SignTxRelate<'a>

impl<'a> !Send for SignTxRelate<'a>

impl<'a> Unpin for SignTxRelate<'a>

impl<'a> !RefUnwindSafe for SignTxRelate<'a>

impl<'a> !UnwindSafe for SignTxRelate<'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