pub struct CachingTransactionSignatureChecker { /* private fields */ }Implementations§
source§impl CachingTransactionSignatureChecker
impl CachingTransactionSignatureChecker
pub fn new( tx_to_in: *const Transaction, n_in_in: u32, amount_in: &Amount, store_in: bool, txdata_in: &mut PrecomputedTransactionData ) -> Self
pub fn verify_ecdsa_signature( &self, vch_sig: &Vec<u8>, pubkey: &PubKey, sighash: &u256 ) -> bool
pub fn verify_schnorr_signature( &self, sig: &[u8], pubkey: &XOnlyPubKey, sighash: &u256 ) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for CachingTransactionSignatureChecker
impl !Send for CachingTransactionSignatureChecker
impl !Sync for CachingTransactionSignatureChecker
impl Unpin for CachingTransactionSignatureChecker
impl UnwindSafe for CachingTransactionSignatureChecker
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more