Skip to main content
Module

x/polkadot/types/interfaces/index.ts>EvmCallInfo

Package publishing for deno.land/x/polkadot
Go to Latest
interface EvmCallInfo
implements Struct
import { type EvmCallInfo } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/index.ts";

Properties

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