@sentio/sdk
    Preparing search index...

    Type Alias MoveEventFilter

    MoveEventFilter: Message<"processor.MoveEventFilter"> & {
        account: string;
        eventAccount: string;
        type: string;
    }

    Type Declaration

    • account: string

      from field: string account = 2;

    • eventAccount: string

      from field: string event_account = 3;

    • type: string

      from field: string type = 1;

    from message processor.MoveEventFilter