Function reimburse_caller

pub fn reimburse_caller<CTX>(
    context: &mut CTX,
    gas: &Gas,
    additional_refund: Uint<256, 4>,
) -> Result<(), <<CTX as ContextTr>::Db as Database>::Error>
where CTX: ContextTr,
Expand description

Reimburses the caller for unused gas.