Struct core_rpc_json::SignRawTransactionInput [−][src]
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: Txidvout: u32script_pub_key: Scriptredeem_script: Option<Script>amount: Option<Amount>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SignRawTransactionInput
impl Send for SignRawTransactionInput
impl Sync for SignRawTransactionInput
impl Unpin for SignRawTransactionInput
impl UnwindSafe for SignRawTransactionInput
Blanket Implementations
Mutably borrows from an owned value. Read more