pub trait ProprietaryKeyTapret {
    fn tapret_tweak() -> ProprietaryKey { ... }
    fn tapret_host() -> ProprietaryKey { ... }
    fn tapret_commitment() -> ProprietaryKey { ... }
    fn tapret_proof() -> ProprietaryKey { ... }
}
Expand description

Extension trait for static functions returning tapreturn-related proprietary keys.

Provided Methods§

Constructs PSBT_IN_TAPRET_TWEAK proprietary key.

Constructs PSBT_OUT_TAPRET_HOST proprietary key.

Constructs PSBT_OUT_TAPRET_COMMITMENT proprietary key.

Constructs PSBT_OUT_TAPRET_PROOF proprietary key.

Implementors§