Skip to main content

transact_static

Function transact_static 

Source
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.