Struct radiancy::blockchain::blockchain::Blockchain[][src]

pub struct Blockchain {
    pub tip: Vec<u8>,
    pub block_db: Tree,
    pub state_db: Tree,
}

Fields

Methods

impl Blockchain
[src]

impl Blockchain
[src]

impl Blockchain
[src]

Trait Implementations

impl Clone for Blockchain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Blockchain

impl Sync for Blockchain