logo
#[no_mangle]
pub extern "C" fn casper_get_block(
    maybe_rpc_id: *const c_char,
    node_address: *const c_char,
    verbosity_level: u64,
    maybe_block_id: *const c_char,
    response_buf: *mut c_uchar,
    response_buf_len: usize
) -> casper_error_t
Expand description

Retrieves a Block from the network.

See get_block for more details.