pub trait PairingApi {
    fn pair(bytes: &[u8]) -> Result<Vec<u8>, ApiError>;
}

Required methods

Implementors