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