Crate emulator_connect

source ·
Expand description

concrete emulators for CTV

Modules

Structs

  • a type tag that can be tossed inside an Arc to get CTV

Enums

Constants

  • global SECP instance anyone can use

Traits

  • CTVEmulator trait is used to make the method in which CheckTemplateVerify is stubbed out with.

Type Aliases

  • A wrapper for an optional internal emulator trait object. If no emulator is provided, then it defaults to using actual CheckTemplateVerify Clauses.