pub fn transact_static<H>(
args: TransactArgs<'static>,
backend: &mut H,
) -> Result<TransactValue, ExitError>Expand description
Same as transact, but use all 'static lifetime to avoid a few stack allocations.
pub fn transact_static<H>(
args: TransactArgs<'static>,
backend: &mut H,
) -> Result<TransactValue, ExitError>Same as transact, but use all 'static lifetime to avoid a few stack allocations.