Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/evm/index.ts>EvmCallInfoV2

Package publishing for deno.land/x/polkadot
Latest
interface EvmCallInfoV2
implements Struct
import { type EvmCallInfoV2 } from "https://deno.land/x/polkadot@0.2.45/types/interfaces/evm/index.ts";

Properties

readonly
exitReason: ExitReason
readonly
value: Bytes
readonly
usedGas: U256
readonly
weightInfo: Option<EvmWeightInfo>
readonly
logs: Vec<EvmLog>