serai/coins/monero/src/wallet
Luke Parker 5ca0945cbf
Implement serialization for SpendableOutput
Changes the output index to a u8. While it may expand to a u16 at some 
point, this can remain canonical using little endian serialization while 
dropping the latter byte if it's 0 (or simply only using u16 when it's 
actually possible).
2022-05-26 03:51:27 -04:00
..
send Implement serialization for SpendableOutput 2022-05-26 03:51:27 -04:00
decoys.rs Implement serialization for SpendableOutput 2022-05-26 03:51:27 -04:00
mod.rs Override Monero's random function with a Rust-seedable random 2022-05-22 01:56:17 -04:00
scan.rs Implement serialization for SpendableOutput 2022-05-26 03:51:27 -04:00