Struct simplicity::jet::bitcoin::BitcoinEnv
source · pub struct BitcoinEnv {
pub tx: Transaction,
}Expand description
Environment for Bitcoin Simplicity
Fields§
§tx: TransactionImplementations§
source§impl BitcoinEnv
impl BitcoinEnv
pub fn new(tx: Transaction) -> Self
Trait Implementations§
Auto Trait Implementations§
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