pub fn process_allowance_exceed(
dispatch: IncomingDispatch,
program_id: ProgramId,
gas_burned: u64,
) -> Vec<JournalNote>
Expand description
Helper function for journal creation if the block gas allowance has been exceeded.
pub fn process_allowance_exceed(
dispatch: IncomingDispatch,
program_id: ProgramId,
gas_burned: u64,
) -> Vec<JournalNote>
Helper function for journal creation if the block gas allowance has been exceeded.