Module

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

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

Properties

readonly
address: EthAddress
readonly
balance: U256
readonly
nonce: U256
readonly
codeHash: H256
readonly
storageHash: H256
readonly
accountProof: Vec<Bytes>
readonly
storageProof: Vec<EthStorageProof>