[][src]Function nature_demo::send_business_object_with_sys_context

pub fn send_business_object_with_sys_context<T>(
    meta_key: &str,
    bo: &T,
    sys_context: &HashMap<String, String>
) -> Result<u128> where
    T: Serialize