Constructors

Properties

configurables: Record<string, Configurable>
encoding: "1"
functions: Record<string, FunctionFragment>
jsonAbi: JsonAbi

Methods

  • Parameters

    Returns any

  • Parameters

    Returns any

  • Parameters

    • concreteTypeId: string
    • data: Uint8Array

    Returns [undefined | DecodedValue, number]

  • Parameters

    Returns Uint8Array

  • Parameters

    Returns Uint8Array

  • Returns function fragment for a dynamic input.

    Parameters

    • nameOrSignatureOrSelector: string

      name (e.g. 'transfer'), signature (e.g. 'transfer(address,uint256)') or selector (e.g. '0x00000000a9059cbb') of the function fragment

    Returns FunctionFragment