web3-eth-accounts | API | Web3.js (original) (raw)

Index

References

Type Aliases

AccessListEIP2930ValuesArray: [Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, AccessListUint8Array, Uint8Array?, Uint8Array?, Uint8Array?]

AccessListUint8ArrayItem: [Uint8Array, Uint8Array[]]

CasperConfig: Record<string, unknown>

CliqueConfig: { epoch: number; period: number }

Type declaration

EthashConfig: Record<string, unknown>

FeeMarketEIP1559ValuesArray: [Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array, AccessListUint8Array, Uint8Array?, Uint8Array?, Uint8Array?]

PrefixedHexString: string


Type declaration

TxValuesArray: Uint8Array[]

TypeOutputReturnType: { 0: number; 1: bigint; 2: Uint8Array; 3: PrefixedHexString }

Uint8ArrayLike: Uint8Array | number[] | number | bigint | PrefixedHexString

Variables

keyStoreSchema: { properties: { address: { type: string }; crypto: { properties: { cipher: { type: string }; cipherparams: { type: string }; ciphertext: { type: string }; kdf: { type: string }; kdfparams: { type: string }; mac: { type: string }; salt: { type: string } }; required: string[]; type: string }; id: { type: string }; version: { type: string } }; required: string[]; type: string } = ...

Type declaration