Constructors

Properties

attributes: readonly AbiFunctionAttribute[]
encoding: "1"
jsonFn: AbiFunction
name: string
selector: string
selectorBytes: Uint8Array
signature: string

Methods

  • Parameters

    Returns undefined | unknown[]

  • Parameters

    Returns Uint8Array

  • Checks if the function is read-only i.e. it only reads from storage, does not write to it.

    Returns boolean

    True if the function is read-only or pure, false otherwise.