Struct saito_rust::slip::Slip [−][src]
pub struct Slip { /* fields omitted */ }
Implementations
pub fn on_chain_reorganization(
&self,
utxoset: &mut AHashMap<SaitoUTXOSetKey, u64>,
_lc: bool,
slip_value: u64
)
pub fn serialize_input_for_signature(&self) -> Vec<u8>ⓘ
pub fn serialize_output_for_signature(&self) -> Vec<u8>ⓘ
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Slip
impl UnwindSafe for Slip
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more