Crate emulator_connect

Crate emulator_connect 

Source
Expand description

concrete emulators for CTV

Modules§

connections
Connections to emulators
servers
server for an emulator

Structs§

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

Enums§

EmulatorError
Errors that an emulator might throw

Constants§

SECP
global SECP instance anyone can use

Traits§

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

Type Aliases§

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