Struct memory_library::Transaction [] [src]

pub struct Transaction {
    pub adress: u64,
    pub data: Vec<u8>,
}

Fields