Type Definition sapio_base::Clause[][src]

type Clause = Policy<PublicKey>;

Concrete Instantiation of Miniscript Policy. Because we need to be able to generate exact transactions, we only work with bitcoin::PublicKey types.

Trait Implementations

impl From<AnyAbsTimeLock> for Clause[src]

impl From<AnyRelTimeLock> for Clause[src]

impl From<AnyTimeLock> for Clause[src]

impl<A, TT> From<LockTime<A, TT>> for Clause where
    A: Absolutivity,
    TT: TimeType
[src]