#[no_mangle]
pub unsafe extern "C" fn ergo_lib_ergo_box_to_json(
    ergo_box_ptr: ConstErgoBoxPtr,
    _json_str: *mut *const c_char
) -> ErrorPtr
Expand description

JSON representation as text (compatible with Ergo Node/Explorer API, numbers are encoded as numbers)