Class TronWeb3Pure

Hierarchy

  • TronWeb3Pure

Constructors

Properties

EMPTY_ADDRESS: "0x0000000000000000000000000000000000000000" = '0x0000000000000000000000000000000000000000'

Accessors

Methods

  • Encodes a function call using its JSON interface object and given parameters.

    Returns

    An ABI encoded function call. Means function signature + parameters.

    Parameters

    • contractAbi: AbiItem[]

      The JSON interface object of a function.

    • methodName: string

      Method name to encode.

    • methodArguments: unknown[]

      Parameters to encode.

    Returns string

Generated using TypeDoc