Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web3/packages/web3-eth/types/index.d.ts>RLPEncodedTransaction

Deno / TypeScript to Ethereum Connector
Latest
interface RLPEncodedTransaction
Re-export
import { type RLPEncodedTransaction } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth/types/index.d.ts";

Properties

raw: string
tx: { nonce: string; gasPrice: string; gas: string; to: string; value: string; input: string; r: string; s: string; v: string; hash: string; }