Struct radiancy::tx::inputs::TXInputs[][src]

pub struct TXInputs {
    pub inputs: Vec<TXInput>,
}

Fields

Methods

impl TXInputs
[src]

Important traits for Vec<u8>

Trait Implementations

impl Clone for TXInputs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TXInputs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TXInputs

impl Sync for TXInputs