interface EthAccount
implements Struct
import { type EthAccount } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/index.ts";
Properties
readonly
address: EthAddressreadonly
balance: U256readonly
nonce: U256readonly
codeHash: H256readonly
storageHash: H256readonly
storageProof: Vec<EthStorageProof>