pub fn is_mine_inner(
    keystore: &LegacyScriptPubKeyMan,
    script_pub_key: &Script,
    sigversion: IsMineSigVersion,
    recurse_scripthash: Option<bool>
) -> IsMineResult
Expand description

| Recursively solve script and return | spendable/watchonly/invalid status. | | ———– | @param keystore | | legacy key and script store | ––––– | @param scriptPubKey | | script to solve | ––––– | @param sigversion | | script type (top-level / redeemscript | / witnessscript) | ––––– | @param recurse_scripthash | | whether to recurse into nested p2sh | and p2wsh scripts or simply treat any | script that has been stored in the keystore | as spendable |