Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Const Web3Utils

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

Const debug

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

Functions

abiHasFallback

  • abiHasFallback(abi: Abi.Abi): boolean

abiHasPayableFallback

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

abiMutability

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

fallbackAbiForPayability

getFallbackEntry

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"

Const DEFAULT_FALLBACK_ABI

DEFAULT_FALLBACK_ABI: object

payable

payable: false = false

stateMutability

stateMutability: "nonpayable" = "nonpayable"

type

type: "fallback" = "fallback"

Generated using TypeDoc