FelixPodint

Results 1 comments of FelixPodint

1. Originally I wanted to convert `Envelope` to bytes, but ended up with something similar: ``` fn address_to_bytes(address: &Address) -> Vec { let mut temp: Vec = vec![]; if let...