[][src]Function eosio_cdt::send_deferred

pub fn send_deferred<I, P, T>(
    id: I,
    payer: P,
    trx: T,
    replace_existing: bool
) -> Result<(), WriteError> where
    I: AsRef<TransactionId>,
    P: AsRef<AccountName>,
    T: AsRef<Transaction>, 

Sends a deferred transaction

Errors

Will return Err if there was an issue serializing the transaction.