Struct radiancy::tx::utxo_set::UTXOSet[][src]

pub struct UTXOSet {
    pub blockchain: Blockchain,
}

Fields

Methods

impl UTXOSet
[src]

Trait Implementations

impl Clone for UTXOSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UTXOSet

impl Sync for UTXOSet