pub type SignResult<T> = Result<T, SignerError>;
Expand description

Result type bound with SignError.