pub enum EVMRpcMethod {
TransactionCount(Address, BlockNumber),
GasPrice,
FeeHistory(U256, BlockNumber, Option<Vec<f64>>),
MaxPriorityFeePerGas,
}
Variants§
TransactionCount(Address, BlockNumber)
GasPrice
FeeHistory(U256, BlockNumber, Option<Vec<f64>>)
BlockCount, BlockTag, RewardPercentile
MaxPriorityFeePerGas
Implementations§
Auto Trait Implementations§
impl Freeze for EVMRpcMethod
impl RefUnwindSafe for EVMRpcMethod
impl Send for EVMRpcMethod
impl Sync for EVMRpcMethod
impl Unpin for EVMRpcMethod
impl UnwindSafe for EVMRpcMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more