pub trait ProprietaryKeyOpret {
    fn opret_host() -> ProprietaryKey { ... }
    fn opret_commitment() -> ProprietaryKey { ... }
}
Expand description

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

Provided Methods§

Constructs PSBT_OUT_OPRET_HOST proprietary key.

Constructs PSBT_OUT_OPRET_COMMITMENT proprietary key.

Implementors§