pub struct P2SHInputs {
pub redeem_script: ByteArray,
}Fields§
§redeem_script: ByteArrayTrait Implementations§
Source§impl InputScript for P2SHInputs
impl InputScript for P2SHInputs
Auto Trait Implementations§
impl Freeze for P2SHInputs
impl RefUnwindSafe for P2SHInputs
impl Send for P2SHInputs
impl Sync for P2SHInputs
impl Unpin for P2SHInputs
impl UnwindSafe for P2SHInputs
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