pub struct InputInfo {
pub utxo: Utxo,
pub pubkey: Option<[u8; 33]>,
}Expand description
Information about an input for signing.
Fields§
§utxo: UtxoThe UTXO being spent
pubkey: Option<[u8; 33]>Public key (if provided)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputInfo
impl RefUnwindSafe for InputInfo
impl Send for InputInfo
impl Sync for InputInfo
impl Unpin for InputInfo
impl UnwindSafe for InputInfo
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