Interface ABISerializableObject

Interface that should be implemented by ABI serializable objects.

Hierarchy

  • ABISerializableObject

Implemented by

Methods

Methods

  • Return true if the object equals the other object passed.

    Parameters

    • other: any

    Returns boolean

  • Called when encoding to binary abi format.

    Parameters

    Returns void

  • Called when encoding to json abi format.

    Returns any