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

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

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

Properties

readonly
refTimeLimit: Option<u64>
readonly
proofSizeLimit: Option<u64>
readonly
refTimeUsage: Option<u64>
readonly
proofSizeUsage: Option<u64>