[][src]Struct komodo_rpc_client::DecodedScript

pub struct DecodedScript {
    pub asm: String,
    pub req_sigs: Option<u16>,
    pub script_type: ScriptType,
    pub addresses: Vec<Option<Address>>,
    pub p2sh: String,
}

Fields

asm: Stringreq_sigs: Option<u16>script_type: ScriptTypeaddresses: Vec<Option<Address>>p2sh: String

Trait Implementations

impl Debug for DecodedScript[src]

impl<'de> Deserialize<'de> for DecodedScript[src]

impl Serialize for DecodedScript[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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