Type Alias RewardBeneficiaryHandle
pub type RewardBeneficiaryHandle<'a, EXT, DB> = Arc<dyn Fn(&mut Context<EXT, DB>, &Gas) -> Result<(), EVMError<<DB as Database>::Error>> + 'a>;
Expand description
Reward beneficiary with transaction rewards.
Aliased Type§
struct RewardBeneficiaryHandle<'a, EXT, DB> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.