Module

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

Package publishing for deno.land/x/polkadot
Latest
interface EthAccount
implements Struct
import { type EthAccount } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/types.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>