pub fn sign_signature_with_amount(
    provider: &SigningProvider,
    from_pub_key: &Script,
    tx_to: &mut MutableTransaction,
    n_in: u32,
    amount: &Amount,
    n_hash_type: i32
) -> bool
Expand description

| Produce a script signature for a transaction. |