pub type SignerSignHashWithPrivateKeyResult = Result<Vec<u8>, ErrorCode>;

Aliased Type§

enum SignerSignHashWithPrivateKeyResult {
    Ok(Vec<u8>),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value