Struct saito_rust::wallet::WalletSlip [−][src]
pub struct WalletSlip { /* fields omitted */ }
Expand description
The WalletSlip
stores the essential information needed to track which
slips are spendable and managing them as they move onto and off of the
longest-chain.
Please note that the wallet in this Saito Rust client is intended primarily to hold the public/privatekey and that slip-spending and tracking code is not coded in a way intended to be robust against chain-reorganizations but rather for testing of basic functions like transaction creation. Slips that are spent on one fork are not recaptured on chains, for instance, and once a slip is spent it is marked as spent.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WalletSlip
impl Send for WalletSlip
impl Sync for WalletSlip
impl Unpin for WalletSlip
impl UnwindSafe for WalletSlip
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