vade-evan 0.3.0

zero-knowledge-proof VC and TnT DID handling for vade
Documentation
1
2
3
4
5
6
7
8
9
use std::os::raw::{c_char, c_void};

pub type ResolveHttpRequest = extern "C"  fn (
    vade_req_ctx: *const c_void, 
    url: *const c_char, 
    method: *const c_char, 
    path: *const c_char, 
    payload: *const c_char, 
    res: *mut *mut c_char) -> i32;