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

JSON representation according to EIP-12 https://github.com/ergoplatform/eips/pull/23