Struct radiancy::tx::outputs::TXOutputs[][src]

pub struct TXOutputs {
    pub outputs: Vec<TXOutput>,
}

Fields

Methods

impl TXOutputs
[src]

Important traits for Vec<u8>

Trait Implementations

impl Clone for TXOutputs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TXOutputs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TXOutputs

impl Sync for TXOutputs