[][src]Function eosio_cdt_sys::send_deferred

pub unsafe extern "C" fn send_deferred(
    sender_id: *const uint128_t,
    payer: capi_name,
    serialized_transaction: *const c_char,
    size: usize,
    replace_existing: u32
)

Sends a deferred transaction.

@param sender_id - ID of sender @param payer - Account paying for RAM @param serialized_transaction - Pointer of serialized transaction to be deferred @param size - Size to reserve @param replace_existing - f this is 0 then if the provided sender_id is already in use by an in-flight transaction from this contract, which will be a failing assert. If 1 then transaction will atomically cancel/replace the inflight transaction