pub fn execute(
env: &mut Env<'_>,
header: &TransactionHeader,
read_slots: &TxHandlerSlots,
write_slots: &TxHandlerSlots,
payload: &TxHandlerPayload,
seal: &TxHandlerSeal,
) -> Result<(), ContractError>
Expand description
Utility function to execute transaction with the wallet in a typical setup and increase nonce afterward