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