pub trait VtxoRef { // Required methods fn vtxo_id(&self) -> VtxoId; fn vtxo(&self) -> Option<&Vtxo>; }
Implemented on anything that is kinda a Vtxo
The VtxoId of the VTXO
If the Vtxo can be provided, provides it