pub struct BitcoinEnv {
pub tx: Transaction,
}
Expand description
Environment for Bitcoin Simplicity
Fields§
§tx: Transaction
Implementations§
Source§impl BitcoinEnv
impl BitcoinEnv
pub fn new(tx: Transaction) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitcoinEnv
impl RefUnwindSafe for BitcoinEnv
impl Send for BitcoinEnv
impl Sync for BitcoinEnv
impl Unpin for BitcoinEnv
impl UnwindSafe for BitcoinEnv
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more