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>TransactionV2

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

Properties

readonly
isLegacy: boolean
readonly
asLegacy: LegacyTransaction
readonly
isEip2930: boolean
readonly
asEip2930: EIP2930Transaction
readonly
isEip1559: boolean
readonly
asEip1559: EIP1559Transaction
readonly
type: "Legacy" | "Eip2930" | "Eip1559"