@sentio/sdk
    Preparing search index...

    Variable MoveEventFilter

    MoveEventFilter: {
        create(
            base?: { account?: string; eventAccount?: string; type?: string },
        ): MoveEventFilter;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): MoveEventFilter;
        encode(message: MoveEventFilter, writer?: Writer): Writer;
        fromJSON(object: any): MoveEventFilter;
        fromPartial(
            object: { account?: string; eventAccount?: string; type?: string },
        ): MoveEventFilter;
        toJSON(message: MoveEventFilter): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: { account?: string; eventAccount?: string; type?: string }

        Returns MoveEventFilter

    • decode: function
      • Parameters

        • input: Uint8Array<ArrayBufferLike> | Reader
        • Optionallength: number

        Returns MoveEventFilter

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: { account?: string; eventAccount?: string; type?: string }

        Returns MoveEventFilter

    • toJSON: function
      • Parameters

        Returns unknown