pub struct SignRawTransactionInput {
pub txid: Txid,
pub vout: u32,
pub script_pub_key: Script,
pub redeem_script: Option<Script>,
pub amount: Option<Amount>,
}Fields§
§txid: Txid§vout: u32§script_pub_key: Script§redeem_script: Option<Script>§amount: Option<Amount>Trait Implementations§
source§impl Clone for SignRawTransactionInput
impl Clone for SignRawTransactionInput
source§fn clone(&self) -> SignRawTransactionInput
fn clone(&self) -> SignRawTransactionInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SignRawTransactionInput
impl Debug for SignRawTransactionInput
source§impl PartialEq<SignRawTransactionInput> for SignRawTransactionInput
impl PartialEq<SignRawTransactionInput> for SignRawTransactionInput
source§fn eq(&self, other: &SignRawTransactionInput) -> bool
fn eq(&self, other: &SignRawTransactionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.