@wharfkit/antelope - v4.0.1
    Preparing search index...

    Interface ABISerializableObject

    Interface that should be implemented by ABI serializable objects.

    interface ABISerializableObject {
        equals(other: any): boolean;
        toABI?(encoder: ABIEncoder): void;
        toJSON(): any;
    }

    Implemented by

    Index