[][src]Function eosio_cdt_sys::send_inline

pub unsafe extern "C" fn send_inline(
    serialized_action: *mut c_char,
    size: usize
)

Send an inline action in the context of this action's parent transaction

@param serialized_action - serialized action @param size - size of serialized action in bytes @pre serialized_action is a valid pointer to an array at least size bytes long