Options
Public
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Const Web3Utils

Web3Utils: any = require("web3-utils")

Const debug

debug: IDebugger = debugModule("codec:abi-data:utils")

Functions

abiEntryHasStorageParameters

  • abiEntryHasStorageParameters(abiEntry: Abi.AbiEntry): boolean

abiEntryIsObviouslyIllTyped

  • abiEntryIsObviouslyIllTyped(abiEntry: Abi.AbiEntry): boolean

abiHasPayableFallback

  • abiHasPayableFallback(abi: Abi.Abi | undefined): boolean | undefined

abiMutability

abiParameterIsObviouslyIllTyped

  • abiParameterIsObviouslyIllTyped(abiParameter: AbiParameter): boolean

abiSelector

abiSignature

abiTupleSignature

abiTypeSignature

abisMatch

  • abisMatch(entry1: Abi.AbiEntry | undefined, entry2: Abi.AbiEntry | undefined): boolean

computeSelectors

definitionMatchesAbi

  • definitionMatchesAbi(abiEntry: Abi.AbiEntry, definition: AstNode, referenceDeclarations: AstNodes): boolean

schemaAbiToAbi

  • schemaAbiToAbi(abiLoose: SchemaAbi): Abi.Abi

topicsCount

Object literals

Const DEFAULT_CONSTRUCTOR_ABI

DEFAULT_CONSTRUCTOR_ABI: object

inputs

inputs: undefined[] = []

payable

payable: false = false

stateMutability

stateMutability: "nonpayable" = "nonpayable"

type

type: "constructor" = "constructor"

Generated using TypeDoc