Enum evm_adapters::sputnik::cheatcodes::HEVMCalls [−][src]
pub enum HEVMCalls {
Show 17 variants
Accesses(AccessesCall),
Addr(AddrCall),
Deal(DealCall),
Etch(EtchCall),
ExpectEmit(ExpectEmitCall),
ExpectRevert(ExpectRevertCall),
Fee(FeeCall),
Ffi(FfiCall),
Load(LoadCall),
Prank(PrankCall),
Record(RecordCall),
Roll(RollCall),
Sign(SignCall),
StartPrank(StartPrankCall),
StopPrank(StopPrankCall),
Store(StoreCall),
Warp(WarpCall),
}Variants
Accesses(AccessesCall)Tuple Fields of Accesses
0: AccessesCallAddr(AddrCall)Tuple Fields of Addr
0: AddrCallDeal(DealCall)Tuple Fields of Deal
0: DealCallEtch(EtchCall)Tuple Fields of Etch
0: EtchCallExpectEmit(ExpectEmitCall)Tuple Fields of ExpectEmit
ExpectRevert(ExpectRevertCall)Tuple Fields of ExpectRevert
Fee(FeeCall)Tuple Fields of Fee
0: FeeCallFfi(FfiCall)Tuple Fields of Ffi
0: FfiCallLoad(LoadCall)Tuple Fields of Load
0: LoadCallPrank(PrankCall)Tuple Fields of Prank
0: PrankCallRecord(RecordCall)Tuple Fields of Record
0: RecordCallRoll(RollCall)Tuple Fields of Roll
0: RollCallSign(SignCall)Tuple Fields of Sign
0: SignCallStartPrank(StartPrankCall)Tuple Fields of StartPrank
StopPrank(StopPrankCall)Tuple Fields of StopPrank
Store(StoreCall)Tuple Fields of Store
0: StoreCallWarp(WarpCall)Tuple Fields of Warp
0: WarpCallTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Converts a Token into expected type.
Converts a specified type back into token.
Auto Trait Implementations
impl RefUnwindSafe for HEVMCalls
impl UnwindSafe for HEVMCalls
Blanket Implementations
Mutably borrows from an owned value. Read more
Creates a new instance from parsed ABI tokens.
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Convert to list of tokens
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more