Function tea_sdk::utils::wasm_actor::actors::statemachine::new_txn_serial
pub async fn new_txn_serial(
actor_name: &[u8],
bytes: Vec<u8>,
extra: u32,
gas_limit: u64
) -> Result<TxnSerial, Error>
Expand description
Return serialized txn. Include the target actor name and the gas limit.