Skip to main content

signer

Function signer 

Source
pub fn signer() -> &'static dyn RequestSigner
Expand description

Accessor used by every caller. Returns UnavailableSigner in the open-source build; with codingplan-crypto on, returns RealSigner which forwards into the closed-source atomcode-codingplan-crypto crate.