Create account

replied 1d
.into_iter()
.map(|u| Unspent {
uamount: (u.amount * 100000000.0) as u64,
..u
})
.collect();