web3-utils | API | Web3.js (original) (raw)

Index

Classes

Functions

Namespaces

References

Type Aliases

References

AbiItem

isBatchRequest

isBatchResponse

isResponseRpcError

isResponseWithError

isResponseWithNotification

isResponseWithResult

isSubscriptionResult

isValidResponse

keccak256

Renames and re-exports

keccak256Wrapper

setRequestIdStart

toBatchPayload

toPayload

validateResponse

Type Aliases

AsyncFunction

AsyncFunction<T, K>: (...args: K[]) => Promise<T>

Type parameters

Type declaration

EtherUnits

EtherUnits: keyof typeof ethUnitMap

ReconnectOptions

ReconnectOptions: { autoReconnect: boolean; delay: number; maxAttempts: number }

Type declaration

Timeout

Timeout: ReturnType<typeof setTimeout>

Timer

Timer: ReturnType<typeof setInterval>